zhangxiaoxu123
2022-07-29 0c4086cfdbc5bbff567bd05ebcc6e34e36cb2bf9
1
2
3
4
5
6
7
8
9
export const access_token = 'access_token';
export const token_type = 'token_type';
export const refresh_token = 'refresh_token';
export const expires_in = 'expires_in';
export const license = 'made by platform';
export const client_id = 'pig';
export const scope = 'scope';
export const SuccessRedirect = '/pages/home/home';
export const FailRedirect = '/pages/login/login';