for example, when calling the Alipay payment link, the H5 mobile page is blocked in the new window of the mobile browser.
if (res.code === 1) {
window.open(res.data.url)
}
url is the Alipay payment link to be adjusted. The new window can be opened normally on the PC, but there is no response in the mobile browser
.