Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
bc6214cdf339f5796b71491799994c2796d523ac
Authored by
vben
2020-11-09 01:28:50 +0800
1 parent
03bbdd2a
chore: default show trigger
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
.env.production
src/settings/projectSetting.ts
.env.production
View file @
bc6214c
...
...
@@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = ./
8
8
VITE_DROP_CONSOLE = true
9
9
10
10
# Whether to output gz file for packaging
11
-VITE_BUILD_GZIP =
tru
e
11
+VITE_BUILD_GZIP =
fals
e
12
12
13
13
# Basic interface address SPA
14
14
VITE_GLOB_API_URL=/api
...
...
src/settings/projectSetting.ts
View file @
bc6214c
...
...
@@ -55,7 +55,7 @@ const setting: ProjectConfig = {
55
55
// 是否显示 没有dom
56
56
show: true,
57
57
// 是否显示 有dom
58
- hidden:
fals
e,
58
+ hidden:
tru
e,
59
59
// 是否显示搜索框
60
60
showSearch: true,
61
61
// 菜单宽度
...
...