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