webapp
/
GreenwayWeb
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code »
Commit
c9737c2ab2447525cd9e3d1b32e0713a62f9be35
Authored by
杨鑫
2025-02-27 21:10:34 +0800
2 parents
95f61c80
f4459224
'最新'
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 @
c9737c2
...
...
@@ -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
}
...
...