diff --git a/.env.production b/.env.production index ac1d6d0ca8a2f02e3bf38a0587e89022c1c944be..b181024e4049a90066e0f8c11128117ab942fd2b 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 117475db802b84bcc2f69d6594cd78807fee8ca3..5461c24f6f201208f60b567ddb152a6c41eef948 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, // 菜单宽度