...
|
...
|
@@ -8,7 +8,7 @@ import store from './vuex/store' |
|
|
import Vuex from 'vuex'
|
|
|
import axios from 'axios'
|
|
|
import rout from './routes'
|
|
|
import Mock from './mock'
|
|
|
// import Mock from './mock'
|
|
|
import i18n from './lang'
|
|
|
import 'font-awesome/css/font-awesome.min.css'
|
|
|
|
...
|
...
|
@@ -29,10 +29,10 @@ Vue.filter('datefmt',function(input,fmtstring){ |
|
|
});
|
|
|
|
|
|
// 注册websocket组件到VUE
|
|
|
Vue.prototype.socketApi = socketApi
|
|
|
// Vue.prototype.socketApi = socketApi
|
|
|
|
|
|
Vue.config.productionTip = false
|
|
|
Mock.bootstrap();
|
|
|
// Mock.bootstrap();
|
|
|
Vue.use(ElementUI,
|
|
|
{
|
|
|
// eslint-disable-next-line no-undef
|
...
|
...
|
|