webapp
/
GreenwayWeb
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d38d3f355691e4ee142eda28f02502aa1bd1f15e
Authored by
wesley88
2025-02-27 17:38:31 +0800
1 parent
98899a02
1
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/src/store/modules/permission.js
admin-web-master/src/store/modules/permission.js
View file @
d38d3f3
...
...
@@ -17,7 +17,7 @@ const permission = {
17
17
state.hasLoad = hasLoad
18
18
}
19
19
},
20
- actions: {
20
+ actions: {
21
21
GenerateRoutes({ commit }, asyncRouter) {
22
22
commit('SET_ROUTERS', asyncRouter)
23
23
}
...
...