修复网站导航链接

This commit is contained in:
2024-09-22 01:06:59 +08:00
parent ed4b4afda0
commit 228cacdf2a
22 changed files with 978 additions and 720 deletions

View File

@@ -71,6 +71,9 @@ export interface CmsNavigation {
// 创建时间
createTime?: string;
children?: CmsNavigation[];
disabled?: boolean;
label?: string;
value?: number;
}
/**