feat: first commit
This commit is contained in:
6
src/store/constants.ts
Normal file
6
src/store/constants.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export const CHANGE_HOME_PAGE = 'CHANGE_HOME_PAGE';
|
||||
export const CHANGE_ROLE_TYPE = 'CHANGE_ROLE_TYPE';
|
||||
export const SET_LOCATION_INFO = 'SET_LOCATION_INFO';
|
||||
export const SET_USER_INFO = 'SET_USER_INFO';
|
||||
export const SET_BIND_PHONE = 'SET_BIND_PHONE';
|
||||
export const SET_USER_MESSAGE = 'SET_USER_MESSAGE';
|
||||
Reference in New Issue
Block a user