fix: 替换跳转方式
This commit is contained in:
parent
7a9a6502e4
commit
a6292ddec1
|
@ -322,7 +322,8 @@
|
||||||
// 第四步:是否需要记录 当前页面
|
// 第四步:是否需要记录 当前页面
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (type) {
|
if (type) {
|
||||||
window.location.replace(wxauth_url);
|
locationReplace(wxauth_url)
|
||||||
|
// window.location.replace(wxauth_url);
|
||||||
} else {
|
} else {
|
||||||
window.location.href = wxauth_url;
|
window.location.href = wxauth_url;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue