fix: 修改本地存储变量名

This commit is contained in:
MTrun
2022-01-08 14:27:56 +08:00
parent 5b7da15bdd
commit 1298abd9e6
12 changed files with 79 additions and 71 deletions
+10
View File
@@ -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'
}