diff --git a/.env.production b/.env.production index ac1d6d0c..b181024e 100644 --- a/.env.production +++ b/.env.production @@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = ./ VITE_DROP_CONSOLE = true # Whether to output gz file for packaging -VITE_BUILD_GZIP = true +VITE_BUILD_GZIP = false # Basic interface address SPA VITE_GLOB_API_URL=/api diff --git a/src/settings/projectSetting.ts b/src/settings/projectSetting.ts index 117475db..5461c24f 100644 --- a/src/settings/projectSetting.ts +++ b/src/settings/projectSetting.ts @@ -55,7 +55,7 @@ const setting: ProjectConfig = { // 是否显示 没有dom show: true, // 是否显示 有dom - hidden: false, + hidden: true, // 是否显示搜索框 showSearch: true, // 菜单宽度