This commit is contained in:
dap
2024-10-23 07:49:10 +08:00
13 changed files with 95 additions and 28 deletions

View File

@@ -98,6 +98,10 @@ interface RouteMeta {
* 菜单可以看到但是访问会被重定向到403
*/
menuVisibleWithForbidden?: boolean;
/**
* 在新窗口打开
*/
openInNewWindow?: boolean;
/**
* 用于路由->菜单排序
*/