多租户前端修改提交

This commit is contained in:
yaoyn
2024-07-19 17:47:11 +08:00
parent d85c09bd83
commit 8034e9b090
23 changed files with 958 additions and 43 deletions

3
types/config.d.ts vendored
View File

@ -139,6 +139,7 @@ export interface GlobConfig {
urlPrefix?: string;
// Project abbreviation
shortName: string;
tenantEnabled: boolean;
// outlink
outLink?: string;
//print url
@ -160,6 +161,8 @@ export interface GlobEnvConfig {
//file preview
VITE_GLOB_UPLOAD_PREVIEW?: string;
VITE_GLOB_REPORT_URL: string;
VITE_TENANT_ENABLED: boolean;
VITE_CLOSE_ALERT_DISABLED: boolean;
}
export interface LogoConfig {