正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -8,7 +8,7 @@ import store from './vuex/store' | @@ -8,7 +8,7 @@ import store from './vuex/store' | ||
8 | import Vuex from 'vuex' | 8 | import Vuex from 'vuex' |
9 | import axios from 'axios' | 9 | import axios from 'axios' |
10 | import rout from './routes' | 10 | import rout from './routes' |
11 | -import Mock from './mock' | 11 | +// import Mock from './mock' |
12 | import i18n from './lang' | 12 | import i18n from './lang' |
13 | import 'font-awesome/css/font-awesome.min.css' | 13 | import 'font-awesome/css/font-awesome.min.css' |
14 | 14 | ||
@@ -29,10 +29,10 @@ Vue.filter('datefmt',function(input,fmtstring){ | @@ -29,10 +29,10 @@ Vue.filter('datefmt',function(input,fmtstring){ | ||
29 | }); | 29 | }); |
30 | 30 | ||
31 | // 注册websocket组件到VUE | 31 | // 注册websocket组件到VUE |
32 | -Vue.prototype.socketApi = socketApi | 32 | +// Vue.prototype.socketApi = socketApi |
33 | 33 | ||
34 | Vue.config.productionTip = false | 34 | Vue.config.productionTip = false |
35 | -Mock.bootstrap(); | 35 | +// Mock.bootstrap(); |
36 | Vue.use(ElementUI, | 36 | Vue.use(ElementUI, |
37 | { | 37 | { |
38 | // eslint-disable-next-line no-undef | 38 | // eslint-disable-next-line no-undef |
-
请 注册 或 登录 后发表评论