Commit d38d3f355691e4ee142eda28f02502aa1bd1f15e
1 parent
98899a02
1
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/src/store/modules/permission.js
| @@ -17,7 +17,7 @@ const permission = { | @@ -17,7 +17,7 @@ const permission = { | ||
| 17 | state.hasLoad = hasLoad | 17 | state.hasLoad = hasLoad |
| 18 | } | 18 | } |
| 19 | }, | 19 | }, |
| 20 | - actions: { | 20 | + actions: { |
| 21 | GenerateRoutes({ commit }, asyncRouter) { | 21 | GenerateRoutes({ commit }, asyncRouter) { |
| 22 | commit('SET_ROUTERS', asyncRouter) | 22 | commit('SET_ROUTERS', asyncRouter) |
| 23 | } | 23 | } |