819527061@qq.com
2024-07-30 3e5ccc0369e0b8e61ce50e186246e57c1547ae00
1
2
3
4
5
6
7
8
9
10
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';
export const nameKey = 'name';
export const userId = 'userId';