拷贝海亮缓存线平板

This commit is contained in:
2024-02-20 16:29:38 +08:00
commit e33e54da16
109 changed files with 12594 additions and 0 deletions

11
vuex/types.js Normal file
View File

@@ -0,0 +1,11 @@
/**
* user
*/
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 PUBLIC_OBJ = 'PUBLIC_OBJ'
export const PUBLIC_ARR = 'PUBLIC_ARR'
export const SAVE_TOKEN = 'SAVE_TOKEN'