修正配置参数问题
This commit is contained in:
6
types/config.d.ts
vendored
6
types/config.d.ts
vendored
@ -140,7 +140,7 @@ export interface GlobConfig {
|
||||
urlPrefix?: string;
|
||||
// Project abbreviation
|
||||
shortName: string;
|
||||
tenantEnabled: boolean;
|
||||
tenantEnabled: boolean;
|
||||
// outlink
|
||||
outLink?: string;
|
||||
//print url
|
||||
@ -163,8 +163,10 @@ export interface GlobEnvConfig {
|
||||
//file preview
|
||||
VITE_GLOB_UPLOAD_PREVIEW?: string;
|
||||
VITE_GLOB_REPORT_URL: string;
|
||||
VITE_GLOB_TENANT_ENABLED: boolean;
|
||||
VITE_GLOB_TENANT_ENABLED: boolean;
|
||||
VITE_GLOB_DISABLE_NEWS: boolean;
|
||||
VITE_GLOB_CLOSE_ALERT_DISABLED: boolean;
|
||||
VITE_GLOB_TENANT_INPUT_REQUIRED: boolean;
|
||||
}
|
||||
|
||||
export interface LogoConfig {
|
||||
|
||||
Reference in New Issue
Block a user