go-view/src/settings/systemSetting.ts
2022-03-05 22:11:25 +08:00

13 lines
368 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// * 系统全局设置
// 侧边栏折叠是否隐藏全部
export const asideAllCollapsed = true
// 拖拽页面左侧表单分类只有一项的时候是否隐藏
export const hidePackageOneCategory = true
// 切换语言是否进行路由刷新
export const changeLangReload = false
// 图表拖拽时的吸附距离px
export const chartAlignRange = '10'