feat: 加密登录数据,修改折线图表UI

This commit is contained in:
MTrun
2022-02-28 10:30:51 +08:00
parent 8d97bdc976
commit 3fe2fbfc08
8 changed files with 136 additions and 61 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
export enum StorageEnum {
// 全局设置
GO_SYSTEM_SETTING = 'GO-SYSTEM-SETTING',
GO_SYSTEM_SETTING_STORE = 'GO-SYSTEM-SETTING',
// token 等信息
GO_ACCESS_TOKEN_STORE = 'GO-ACCESS-TOKEN',
// 登录信息
GO_LOGIN_STORE = 'GO-ACCESS-TOKEN',
GO_LOGIN_INFO_STORE = 'GO_LOGIN_INFO',
// 语言
GO_LANG_STORE = 'GO-LANG',
// 当前选择的主题