819527061@qq.com
2023-11-28 1c7b86f984498eab66968c8d9e9ece42634b96bb
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';