mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改本地存储变量名
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export enum StorageEnum {
|
||||
// 登录信息
|
||||
GO_LOGIN_STORE = 'GO-ACCESS-TOKEN',
|
||||
// 语言
|
||||
GO_LANG_STORE = 'GO-LANG',
|
||||
// 当前选择的主题
|
||||
GO_DESIGN_STORE = 'GO-DESIGN',
|
||||
// 拖拽页面
|
||||
GO_CHART_LAYOUT_STORE = 'GO-Chart-Layout-Store'
|
||||
}
|
||||
Reference in New Issue
Block a user