大改:重新整理菜单及权限

This commit is contained in:
2024-07-19 08:45:00 +08:00
parent 81006e7636
commit 48ea6d0301
15 changed files with 519 additions and 366 deletions

View File

@@ -160,4 +160,5 @@ export interface AppParam extends PageParam {
showIndex?: boolean;
showExpiration?: boolean;
keywords?: any;
sceneType?: string;
}

View File

@@ -39,5 +39,8 @@ export interface TenantParam extends PageParam {
appId?: string;
companyId?: number;
companyName?: string;
version?: string;
province?: string;
city?: string;
tenantCode?: string;
}