guhongwei 5 years ago
parent
commit
b1b4275269
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/store/index.js

+ 5 - 5
src/store/index.js

@@ -10,12 +10,12 @@ import liveTechnicalColumn from './liveTechnicalColumn';
 import liveTechnicalNews from './liveTechnicalNews';
 import codeitem from './codeitem';
 import codeCategory from './codeCategory';
-
 import exportuser from './exportuser';
-
 // 个人&企业
 import users from './user';
+// 对接会
 import live from './live';
+// 地址
 import place from './place';
 import apply from './apply';
 Vue.use(Vuex);
@@ -33,9 +33,9 @@ export default new Vuex.Store({
     users,
     users, //个人&7企业
     exportuser, //专家
-    live,
-    place,
-    apply,
+    live, //对接会
+    place, //地址
+    apply, //对接会
   },
   state: { ...ustate },
   mutations: { ...umutations },