mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-11-09 04:03:38 +08:00
perf: 预览
This commit is contained in:
@@ -133,6 +133,25 @@ const permissionRouter = {
|
||||
rank: 10
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/editor/index",
|
||||
name: "EditorPage",
|
||||
meta: {
|
||||
title: "Editor",
|
||||
roles: ["admin", "common"]
|
||||
}
|
||||
},
|
||||
// query 传参模式
|
||||
{
|
||||
path: "/monitor/generator/query-detail",
|
||||
name: "TabQueryDetail",
|
||||
meta: {
|
||||
// 不在menu菜单中显示
|
||||
showLink: false,
|
||||
activePath: "/monitor/generator/index",
|
||||
roles: ["admin", "common"]
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/permission/page/index",
|
||||
name: "PermissionPage",
|
||||
|
||||
Reference in New Issue
Block a user