This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhaoy
/
BPA.SAAS.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
菜单
groupmealweb
zhaoy
11 months ago
parent
83af548803
commit
2bd1129e53
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/services/api.js
+ 1
- 1
src/services/api.js
View File
@@ -22,7 +22,7 @@ export default {
},
//动态菜单
DymicMenus(userid) {
return request(`/saasbase/api/menu/menutree`, { method: 'get' });
return request(`/saasbase/api/menu/menutree
?type=0
`, { method: 'get' });
},
//登出
outLogin() {
Write
Preview
Loading…
Cancel
Save