qingyiay
2023-10-11 96db936c641b23897636ff6a15e31f8f87964342
1
2
3
4
5
6
7
8
9
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';