This commit is contained in:
2025-01-21 09:53:18 +08:00
commit 93a9085654
128 changed files with 18385 additions and 0 deletions

16
vuex/types.js Normal file
View File

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