mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -45,25 +45,26 @@ const apiRouters = [
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/sys",
|
||||
meta: {
|
||||
title: "系统管理",
|
||||
icon: "ri:settings-2-line",
|
||||
rank: 10
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/admin/user/index",
|
||||
name: "AdminUser",
|
||||
meta: {
|
||||
title: "用户管理",
|
||||
roles: ["admin"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
// ,
|
||||
// {
|
||||
// path: "/sys",
|
||||
// meta: {
|
||||
// title: "系统管理",
|
||||
// icon: "ri:settings-2-line",
|
||||
// rank: 10
|
||||
// },
|
||||
// children: [
|
||||
// {
|
||||
// path: "/admin/user/index",
|
||||
// name: "AdminUser",
|
||||
// meta: {
|
||||
// title: "用户管理",
|
||||
// roles: ["admin"]
|
||||
// }
|
||||
// }
|
||||
// ]
|
||||
// }
|
||||
];
|
||||
|
||||
export default defineFakeRoute([
|
||||
|
Reference in New Issue
Block a user