fix: 2
This commit is contained in:
parent
f38998a748
commit
0b5d59f305
|
@ -323,9 +323,11 @@
|
|||
// 第四步:是否需要记录 当前页面
|
||||
setTimeout(() => {
|
||||
if (type) {
|
||||
alert(1)
|
||||
// window.location.replace(wxauth_url);
|
||||
locationReplace(wxauth_url);
|
||||
} else {
|
||||
alert(2)
|
||||
window.location.href = wxauth_url;
|
||||
}
|
||||
}, 300);
|
||||
|
|
Loading…
Reference in New Issue