mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化登录页面 还要跳转至 提示页面问题
This commit is contained in:
parent
3ba56b4142
commit
5fef07e61f
@ -176,7 +176,7 @@ export function getPageLoginCode(options) {
|
|||||||
let code = options.code;
|
let code = options.code;
|
||||||
if (code == '' || code == undefined) {
|
if (code == '' || code == undefined) {
|
||||||
//跳转鉴权 //1标识登录页面 请下发code 不要下发key
|
//跳转鉴权 //1标识登录页面 请下发code 不要下发key
|
||||||
wechatRefreshToken('', 1, window.location.href);
|
wechatRefreshToken(window.location.href, 1, window.location.href);
|
||||||
}
|
}
|
||||||
resolve(code);
|
resolve(code);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user