@@ -160,6 +160,7 @@ export interface GlobConfig {
sysOrgCode: string;
sysDataType: string;
// isSimulate: boolean
+ is2DModel: boolean;
}
export interface GlobEnvConfig {
// Site title
@@ -10,8 +10,17 @@ declare global {
safetyCrlPlatformUrl: string;
gasControlMock: boolean;
historyIsMultiple: boolean;
};
+ interface GlobalConfig {
+ simulatedPassword: string;
+ History_Type: string;
+ pageType: string;
+ showReport: boolean;
+ }
+
const __APP_INFO__: {
pkg: {
name: string;