优化登录页面 还要跳转至 提示页面问题

This commit is contained in:
java110 2022-03-30 08:36:26 +08:00
parent 3ba56b4142
commit 5fef07e61f

View File

@ -176,7 +176,7 @@ export function getPageLoginCode(options) {
let code = options.code;
if (code == '' || code == undefined) {
//跳转鉴权 //1标识登录页面 请下发code 不要下发key
wechatRefreshToken('', 1, window.location.href);
wechatRefreshToken(window.location.href, 1, window.location.href);
}
resolve(code);
});