fix: 修改本地存储变量名

This commit is contained in:
MTrun
2022-01-08 14:27:56 +08:00
parent 8c64abbe51
commit 9c74c26219
12 changed files with 79 additions and 71 deletions
+3
View File
@@ -55,6 +55,9 @@ export const maskClosable = false
// 侧边栏宽度
export const asideWidth = '270'
// 侧边栏是否支持全持全部收缩
export const asideAllShrink = true
// 侧边栏缩小后的宽度
// 建议 0 或者 60,已经适配好了
export const asideCollapsedWidth = '0'