fix: 替换跳转方式

This commit is contained in:
zhangds 2024-05-06 11:45:28 +08:00
parent 7a9a6502e4
commit a6292ddec1
1 changed files with 2 additions and 1 deletions

View File

@ -322,7 +322,8 @@
// 第四步:是否需要记录 当前页面
setTimeout(() => {
if (type) {
window.location.replace(wxauth_url);
locationReplace(wxauth_url)
// window.location.replace(wxauth_url);
} else {
window.location.href = wxauth_url;
}