缓存线盘点

This commit is contained in:
2023-03-29 11:26:08 +08:00
parent 2cd3517298
commit 0aba260ab5
11 changed files with 376 additions and 66 deletions

View File

@@ -5,4 +5,5 @@ export const SAVE_LOGIN_NAME = 'SAVE_LOGIN_NAME'
export const DEL_LOGIN_NAME = 'DEL_LOGIN_NAME'
export const COM_CONFIG = 'COM_CONFIG'
export const SAVE_USER_INFO = 'SAVE_USER_INFO'
export const DEL_USER_INFO = 'DEL_USER_INFO'
export const DEL_USER_INFO = 'DEL_USER_INFO'
export const PUBLIC_OBJ = 'PUBLIC_OBJ'