南昌市物联网技防平台-前端
shuishen
2021-01-30 b8282a9ed7ed83f873f1e895f69d61f400084645
src/main.js
@@ -7,7 +7,7 @@
import './error'; // 日志
import './cache';//页面缓存
import store from './store';
import {loadStyle} from './util/util'
import { loadStyle } from './util/util'
import * as urls from '@/config/env';
import Element from 'element-ui';
import {
@@ -22,7 +22,6 @@
import avueUeditor from 'avue-plugin-ueditor';
import website from '@/config/website';
import crudCommon from '@/mixins/crud';
// 注册全局crud驱动
window.$crudCommon = crudCommon;
// 加载Vue拓展
@@ -60,4 +59,4 @@
  store,
  i18n,
  render: h => h(App)
}).$mount('#app');
}).$mount('#app');