This commit is contained in:
ygx
2026-03-21 15:52:38 +08:00
parent 090b00002e
commit 4708a8bbf7
36 changed files with 7280 additions and 28 deletions

View File

@@ -20,6 +20,8 @@ export interface MenuItem {
web_url?: string; // 嵌入的网页URL
component?: string; // 路由文件地址
is_new_tab?: boolean; // 是否在新窗口打开
is_full?: boolean; // 单独的页面,不包含菜单
hide_menu?: boolean; // 隐藏菜单栏的菜单
}
/** 获取菜单 */