多租户前端修改提交
This commit is contained in:
3
types/config.d.ts
vendored
3
types/config.d.ts
vendored
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user