fix: 抽离全局设置的位置

This commit is contained in:
mtruning
2022-01-15 16:07:46 +08:00
parent d2fabeae5f
commit 4bf319dcb4
12 changed files with 46 additions and 59 deletions
+3
View File
@@ -43,6 +43,9 @@ export const asideWidth = '270'
// 侧边栏折叠后的宽度,支持全部折叠会覆盖为 0
export const asideCollapsedWidth = '60'
// 弹窗是否可以通过点击遮罩关闭
export const maskClosable = false
// 修改边框圆角
export const borderRadius = '6px'
+5 -5
View File
@@ -1,10 +1,10 @@
// * 系统全局设置
// 侧边栏是否支持全持全部折叠
// 侧边栏折叠是否隐藏全部
export const asideAllCollapsed = true
// 弹窗是否可以通过点击遮罩关闭
export const maskClosable = false
// 拖拽页面左侧表单分类只有一项的时候是否隐藏
export const hidePackageOneCategory = true
export const hidePackageOneCategory = true
// 切换语言是否进行路由刷新
export const changeLangReload = true