feat: 菜单新增 active_menu 字段

This commit is contained in:
JaguarJack
2023-03-01 15:11:53 +08:00
parent b81d4796ff
commit bcf3d9ec34
11 changed files with 145 additions and 103 deletions

View File

@@ -14,7 +14,7 @@ export interface Meta {
keepalive?: boolean
is_inner?: boolean
active_menu?: string
}
// @ts-ignore

View File

@@ -11,5 +11,5 @@ export interface Permission {
redirect: string
keepAlive: boolean
hidden: boolean
is_inner: boolean
active_menu: string
}