拷贝xinfengtianneng

This commit is contained in:
2024-02-28 10:33:22 +08:00
commit 17110f91a3
110 changed files with 17040 additions and 0 deletions

9
vuex/types.js Normal file
View File

@@ -0,0 +1,9 @@
/**
* 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'