Commit c9737c2ab2447525cd9e3d1b32e0713a62f9be35
'最新'
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 | } |