菜单添加标签

This commit is contained in:
liu
2026-08-11 10:46:08 +08:00
parent 1890c5882b
commit 1b8a0f2d0b
7 changed files with 36 additions and 1 deletions
+2
View File
@@ -11,6 +11,8 @@ export interface ICategoryItem {
image: ISysFileInfo | string;
/** 跳转链接 */
link?: string;
/** 导航标签(字符串数组) */
tag?: string[];
/** 状态:0=启用,1=禁用 */
status: number;
/** 排序 */