From bc6214cdf339f5796b71491799994c2796d523ac Mon Sep 17 00:00:00 2001 From: vben Date: Mon, 9 Nov 2020 01:28:50 +0800 Subject: [PATCH] chore: default show trigger --- .env.production | 2 +- src/settings/projectSetting.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index ac1d6d0ca..b181024e4 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 117475db8..5461c24f6 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, // 菜单宽度