feat: 菜单新窗口打开.

This commit is contained in:
lijiahang
2023-12-05 14:44:46 +08:00
parent c5120463d9
commit 9b3e5eef48
15 changed files with 108 additions and 89 deletions

View File

@@ -12,6 +12,7 @@ export interface MenuCreateRequest {
sort?: number;
visible?: number;
cache?: number;
newWindow?: number;
icon?: string;
path?: string;
component?: string;
@@ -46,6 +47,7 @@ export interface MenuQueryResponse extends TableData {
visible: number;
status: number;
cache: number;
newWindow: number,
icon: string;
path: string;
component: string;