feat: 菜单新增 active_menu 字段
This commit is contained in:
@@ -14,7 +14,7 @@ export interface Meta {
|
||||
|
||||
keepalive?: boolean
|
||||
|
||||
is_inner?: boolean
|
||||
active_menu?: string
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
|
@@ -11,5 +11,5 @@ export interface Permission {
|
||||
redirect: string
|
||||
keepAlive: boolean
|
||||
hidden: boolean
|
||||
is_inner: boolean
|
||||
active_menu: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user