guhongwei 4 년 전
부모
커밋
43a100a754
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/store/index.js

+ 2 - 0
src/store/index.js

@@ -12,6 +12,7 @@ import organization from '@common/src/store/organization';
 import mechanism from '@common/src/store/mechanism';
 import code from '@common/src/store/code';
 import online from '@common/src/store/online';
+import policy from '@common/src/store/policy';
 
 Vue.use(Vuex);
 
@@ -30,5 +31,6 @@ export default new Vuex.Store({
     mechanism,
     online,
     code,
+    policy,
   },
 });