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