|
@@ -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 },
|