perf: 预览

This commit is contained in:
pan
2024-03-19 18:01:27 +08:00
parent a539faeb42
commit af0815c004
11 changed files with 685 additions and 19 deletions

View File

@@ -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",