权限控制

This commit is contained in:
Jason
2022-04-20 12:10:22 +08:00
parent f20f1af16b
commit 143da05631
30 changed files with 322 additions and 550 deletions

View File

@@ -56,9 +56,9 @@ export function apiConfigGetMenu() {
return request.get('/system/menu/lists')
}
// 角色权限
export function apiConfigGetAuth() {
return request.get('/config/getAuth')
// 菜单路由
export function apiConfigGetRoutes() {
return request.get('/system/menu/menus')
}
/* 菜单 */