mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
feat: 添加用户管理demo
This commit is contained in:
@@ -12,15 +12,6 @@ const systemRouter = {
|
||||
rank: 11
|
||||
},
|
||||
children: [
|
||||
// {
|
||||
// path: "/system/dict/index",
|
||||
// name: "dict",
|
||||
// meta: {
|
||||
// title: "menus.hsDict",
|
||||
// i18n: true,
|
||||
// keepAlive: true
|
||||
// }
|
||||
// },
|
||||
{
|
||||
path: "/system/user/index",
|
||||
name: "user",
|
||||
@@ -34,7 +25,7 @@ const systemRouter = {
|
||||
path: "/system/role/index",
|
||||
name: "role",
|
||||
meta: {
|
||||
icon: "peoples",
|
||||
icon: "role",
|
||||
title: "menus.hsRole",
|
||||
i18n: true
|
||||
}
|
||||
@@ -43,10 +34,20 @@ const systemRouter = {
|
||||
path: "/system/dept/index",
|
||||
name: "dept",
|
||||
meta: {
|
||||
icon: "office-building",
|
||||
icon: "dept",
|
||||
title: "menus.hsDept",
|
||||
i18n: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/system/dict/index",
|
||||
name: "dict",
|
||||
meta: {
|
||||
icon: "dict",
|
||||
title: "menus.hsDict",
|
||||
i18n: true,
|
||||
keepAlive: true
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user