This commit is contained in:
蔡玲
2024-12-19 19:09:39 +08:00
commit 3bd1795234
133 changed files with 23044 additions and 0 deletions

17
vuex/types.js Normal file
View File

@@ -0,0 +1,17 @@
/**
* 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'
/**
* data
*/
export const PUBLIC_OBJ = 'PUBLIC_OBJ'
export const PUBLIC_ARR = 'PUBLIC_ARR'
export const SET_ROUTE_STATUS = 'SET_ROUTE_STATUS'
export const DEL_ROUTE_STATUS = 'DEL_ROUTE_STATUS'