guhongwei 5 år sedan
förälder
incheckning
43e9a1bdb8
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/store/index.js

+ 2 - 0
src/store/index.js

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