全局存储宗地信息
Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -8,6 +8,12 @@ import setTabs from './modules/setTabs' | ... | @@ -8,6 +8,12 @@ import setTabs from './modules/setTabs' |
8 | Vue.use(Vuex) | 8 | Vue.use(Vuex) |
9 | 9 | ||
10 | const store = new Vuex.Store({ | 10 | const store = new Vuex.Store({ |
11 | state: { | ||
12 | zdbsm:'', | ||
13 | xzqList:[], | ||
14 | djqList:[], | ||
15 | djzqList:[] | ||
16 | }, | ||
11 | modules: { | 17 | modules: { |
12 | user, | 18 | user, |
13 | setTabs, | 19 | setTabs, | ... | ... |
-
Please register or sign in to post a comment