新增跳转时打开新窗口功能
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
function redirectHome() {
|
||||
setStatus("登录成功,正在跳转...", false);
|
||||
window.setTimeout(() => {
|
||||
window.location.replace(homeUrl());
|
||||
NavigationUtil.open(homeUrl());
|
||||
}, 500);
|
||||
}
|
||||
|
||||
@@ -238,7 +238,7 @@
|
||||
clearAccountBindMode();
|
||||
setStatus("微信绑定成功,正在返回个人中心...", false);
|
||||
window.setTimeout(() => {
|
||||
window.location.replace(returnUrl);
|
||||
NavigationUtil.open(returnUrl);
|
||||
}, 500);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user