qingyiay
2023-03-22 8e095c1fd6164fafc7d5cfd144528a0d67afef7c
1
2
3
4
5
6
7
8
export const TokenKey = 'token';
export const RefreshToken = 'refresh_token';
export const UsernameKey = 'username';
export const RoleType = 'roleType';
export const UserTabbar = 'userTabbar';
export const FailRedirect = '/pages/login/login';
export const SuccessRedirect = '/pages/tabbar-page/index-tabbar/index-tabbar';
export const customerIdKey = 'customerId';