yangan
2024-02-28 8cea5f3d4da8f7637bfcac7014cd45db14238745
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';