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'
+4 -4
View File
@@ -1,4 +1,4 @@
export const GO_LOGIN = 'GO-ACCESS-TOKEN' // 登录信息
export const GO_LANG = 'GO-LANG' // 语言
export const GO_Theme_SELECT = 'GO-Theme-SELECT' // 当前选择的主题
export const GO_Chart_Layout_Store = 'GO-Chart-Layout-Store' // 拖拽页面
export const GO_LOGIN_STORE = 'GO-ACCESS-TOKEN' // 登录信息
export const GO_LANG_STORE = 'GO-LANG' // 语言
export const GO_DESIGN_STORE = 'GO-DESIGN' // 当前选择的主题
export const GO_CHART_LAYOUT_STORE = 'GO-Chart-Layout-Store' // 拖拽页面