|
@@ -3,6 +3,7 @@ import Vuex from 'vuex';
|
|
import chat from '@common/store/live/chat';
|
|
import chat from '@common/store/live/chat';
|
|
import apply from '@common/store/live/apply';
|
|
import apply from '@common/store/live/apply';
|
|
import dock from '@common/store/live/dock';
|
|
import dock from '@common/store/live/dock';
|
|
|
|
+import news from '@common/store/live/news';
|
|
import market from '@common/store/market/market';
|
|
import market from '@common/store/market/market';
|
|
import marketproduct from '@common/store/market/marketproduct';
|
|
import marketproduct from '@common/store/market/marketproduct';
|
|
import talentExperts from '@common/store/market/talentExperts';
|
|
import talentExperts from '@common/store/market/talentExperts';
|
|
@@ -14,5 +15,5 @@ export default new Vuex.Store({
|
|
state: { ...ustate },
|
|
state: { ...ustate },
|
|
mutations: { ...umutations },
|
|
mutations: { ...umutations },
|
|
actions: {},
|
|
actions: {},
|
|
- modules: { marketproduct, talentExperts, market, chat, dock, apply },
|
|
|
|
|
|
+ modules: { marketproduct, talentExperts, market, chat, dock, apply, news },
|
|
});
|
|
});
|