增加菜单页面,增加小程序管理页面,增加店铺员工页面

This commit is contained in:
2025-02-17 10:03:35 +08:00
parent 4adee9121e
commit 960bbada59
29 changed files with 2508 additions and 280 deletions

View File

@@ -86,6 +86,7 @@ declare global {
value: string | number;
/** 文本 */
label: string;
[property: string]: any
/** 子列表 */
children?: OptionType[];
}
@@ -103,4 +104,4 @@ declare global {
messageList: Array<string>;
}
}
export {};
export { };