菜单添加标签
This commit is contained in:
@@ -11,6 +11,8 @@ export interface ICategoryItem {
|
||||
image: ISysFileInfo | string;
|
||||
/** 跳转链接 */
|
||||
link?: string;
|
||||
/** 导航标签(字符串数组) */
|
||||
tag?: string[];
|
||||
/** 状态:0=启用,1=禁用 */
|
||||
status: number;
|
||||
/** 排序 */
|
||||
|
||||
Reference in New Issue
Block a user