mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 17:09:23 +08:00
chore: default show trigger
This commit is contained in:
@@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = ./
|
|||||||
VITE_DROP_CONSOLE = true
|
VITE_DROP_CONSOLE = true
|
||||||
|
|
||||||
# Whether to output gz file for packaging
|
# Whether to output gz file for packaging
|
||||||
VITE_BUILD_GZIP = true
|
VITE_BUILD_GZIP = false
|
||||||
|
|
||||||
# Basic interface address SPA
|
# Basic interface address SPA
|
||||||
VITE_GLOB_API_URL=/api
|
VITE_GLOB_API_URL=/api
|
||||||
|
@@ -55,7 +55,7 @@ const setting: ProjectConfig = {
|
|||||||
// 是否显示 没有dom
|
// 是否显示 没有dom
|
||||||
show: true,
|
show: true,
|
||||||
// 是否显示 有dom
|
// 是否显示 有dom
|
||||||
hidden: false,
|
hidden: true,
|
||||||
// 是否显示搜索框
|
// 是否显示搜索框
|
||||||
showSearch: true,
|
showSearch: true,
|
||||||
// 菜单宽度
|
// 菜单宽度
|
||||||
|
Reference in New Issue
Block a user