我想去一个外部页面做一些动作,它必须重定向到我在 returnUrl 中指定的页面。它在浏览器中运行良好,但是当我在设备中尝试时它崩溃了。
window.location.href = "http://" + publicKey + ".externalURL/" + publicKey + "?token=" + data[0].token + "&returnUrl=http://localhost/htmlfileinapp.html/" + publicKey
我想去一个外部页面做一些动作,它必须重定向到我在 returnUrl 中指定的页面。它在浏览器中运行良好,但是当我在设备中尝试时它崩溃了。
window.location.href = "http://" + publicKey + ".externalURL/" + publicKey + "?token=" + data[0].token + "&returnUrl=http://localhost/htmlfileinapp.html/" + publicKey