|
@@ -9,6 +9,7 @@ import column from '@common/store/live/column';
|
|
import news from '@common/store/live/news';
|
|
import news from '@common/store/live/news';
|
|
import market from '@common/store/market/market';
|
|
import market from '@common/store/market/market';
|
|
import transaction from '@common/store/market/transaction';
|
|
import transaction from '@common/store/market/transaction';
|
|
|
|
+import expertsaudit from '@common/store/market/expertsaudit';
|
|
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';
|
|
import * as ustate from '@common/store/user/state';
|
|
import * as ustate from '@common/store/user/state';
|
|
@@ -44,6 +45,7 @@ export default new Vuex.Store({
|
|
personalchat,
|
|
personalchat,
|
|
personalroom,
|
|
personalroom,
|
|
transaction,
|
|
transaction,
|
|
|
|
+ expertsaudit,
|
|
markettype,
|
|
markettype,
|
|
enterpriseproject,
|
|
enterpriseproject,
|
|
newmarketproduct,
|
|
newmarketproduct,
|