feat
This commit is contained in:
@@ -18,6 +18,8 @@ export interface MenuItem {
|
||||
children?: MenuItem[];
|
||||
is_web_page?: boolean; // 是否为网页
|
||||
web_url?: string; // 嵌入的网页URL
|
||||
component?: string; // 路由文件地址
|
||||
is_new_tab?: boolean; // 是否在新窗口打开
|
||||
}
|
||||
|
||||
/** 获取菜单 */
|
||||
|
||||
Reference in New Issue
Block a user