mirror of
https://gitee.com/dromara/go-view.git
synced 2025-08-29 21:59:46 +08:00
13 lines
368 B
TypeScript
13 lines
368 B
TypeScript
// * 系统全局设置
|
||
|
||
// 侧边栏折叠是否隐藏全部
|
||
export const asideAllCollapsed = true
|
||
|
||
// 拖拽页面左侧表单分类只有一项的时候是否隐藏
|
||
export const hidePackageOneCategory = true
|
||
|
||
// 切换语言是否进行路由刷新
|
||
export const changeLangReload = false
|
||
|
||
// 图表拖拽时的吸附距离(px)
|
||
export const chartAlignRange = '10' |