@@ -1,5 +1,6 @@
import Vue from 'vue';
import VueRouter from 'vue-router';
+import store from '@/store/index';
import { Notification } from 'element-ui';
Vue.use(VueRouter);
@@ -12,5 +12,5 @@ export default new Vuex.Store({
state: { ...ustate },
mutations: { ...umutations },
actions: {},
- modules: { trainplan, teaPlan },
+ modules: { trainplan, teaPlan, login },
});
@@ -34,7 +34,7 @@ module.exports = {
ws: true,
},
'/ws': {
- target: 'http://smart.cc-lotus.info',
+ target: 'http://free.liaoningdoupo.com',
'/weixin': {