perf: 代码生成配置

This commit is contained in:
pan
2024-03-22 17:55:49 +08:00
parent a2852db55b
commit 6215639e67
6 changed files with 254 additions and 48 deletions

View File

@@ -152,6 +152,17 @@ const permissionRouter = {
roles: ["admin", "common"]
}
},
// query 传参模式
{
path: "/monitor/generator/preview",
name: "TabQueryPreview",
meta: {
// 不在menu菜单中显示
showLink: false,
activePath: "/monitor/generator/index",
roles: ["admin", "common"]
}
},
{
path: "/permission/page/index",
name: "PermissionPage",