guhongwei 5 년 전
부모
커밋
43e9a1bdb8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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,