|
|
@@ -20,7 +20,7 @@ export const useGlobSetting = (): Readonly<GlobConfig> => {
|
|
|
VITE_GLOB_DISABLE_DEPARTMENT_EDIT,
|
|
|
VITE_GLOB_HIDE_REPORT_MESSAGE_TABS,
|
|
|
VITE_GLOB_NOTICE_CHANNEL,
|
|
|
- VITE_GLOB_DOWLOAD_BUTTON,
|
|
|
+ VITE_GLOB_Historical_Retrospective_DOWLOAD_BUTTON,
|
|
|
...rest
|
|
|
} = getAppEnvConfig();
|
|
|
|
|
|
@@ -41,7 +41,7 @@ export const useGlobSetting = (): Readonly<GlobConfig> => {
|
|
|
disableDepartmentEdit: VITE_GLOB_DISABLE_DEPARTMENT_EDIT,
|
|
|
hideReportMessageTabs: VITE_GLOB_HIDE_REPORT_MESSAGE_TABS,
|
|
|
noticeChannel: VITE_GLOB_NOTICE_CHANNEL,
|
|
|
- flvDowloadButton:VITE_GLOB_DOWLOAD_BUTTON,
|
|
|
+ flvDowloadButton:VITE_GLOB_Historical_Retrospective_DOWLOAD_BUTTON,
|
|
|
...rest,
|
|
|
};
|
|
|
return glob as Readonly<GlobConfig>;
|