Commit 98d3dd4ce3c9c2ac0b8f001299afc42623d100db
1 parent
7382306f
解决 升级到2.4.6后:js增强点击无效 #2912
Showing
1 changed file
with
4 additions
and
0 deletions
ant-design-vue-jeecg/src/store/index.js
... | ... | @@ -3,6 +3,8 @@ import Vuex from 'vuex' |
3 | 3 | |
4 | 4 | import app from './modules/app' |
5 | 5 | import user from './modules/user' |
6 | +import enhance from './modules/enhance' | |
7 | +import online from './modules/online' | |
6 | 8 | import permission from './modules/permission' |
7 | 9 | import getters from './getters' |
8 | 10 | |
... | ... | @@ -13,6 +15,8 @@ export default new Vuex.Store({ |
13 | 15 | app, |
14 | 16 | user, |
15 | 17 | permission, |
18 | + enhance, | |
19 | + online, | |
16 | 20 | }, |
17 | 21 | state: { |
18 | 22 | |
... | ... |