Skip to content

Commit

Permalink
chore: default show trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Nov 8, 2020
1 parent 26a8db7 commit a7ce344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/settings/projectSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const setting: ProjectConfig = {
// 是否显示 没有dom
show: true,
// 是否显示 有dom
hidden: false,
hidden: true,
// 是否显示搜索框
showSearch: true,
// 菜单宽度
Expand Down

0 comments on commit a7ce344

Please sign in to comment.