mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改本地存储变量名
This commit is contained in:
@@ -55,6 +55,9 @@ export const maskClosable = false
|
||||
// 侧边栏宽度
|
||||
export const asideWidth = '270'
|
||||
|
||||
// 侧边栏是否支持全持全部收缩
|
||||
export const asideAllShrink = true
|
||||
|
||||
// 侧边栏缩小后的宽度
|
||||
// 建议 0 或者 60,已经适配好了
|
||||
export const asideCollapsedWidth = '0'
|
||||
|
||||
@@ -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' // 拖拽页面
|
||||
Reference in New Issue
Block a user