收藏
回答

网页登陆成功后,为什么没有跳转?

console里已经允许登陆了,但是网页不跳转。代码里是iframe嵌入,想要iframe跳转,但是没反应。不弹对话框,直接网页打开登陆,是能跳转的

<iframe :src="loginSrc" width="100%" height="500px" sandbox="allow-scripts allow-top-navigation allow-same-origin"></iframe>
回答关注问题邀请回答
收藏

1 个回答

  • 四夕丸子
    四夕丸子
    2025-08-25

    现在问题大概排查到 好像是同域名的iframe,chrome浏览器不会跳转。

    2025-08-25
    有用
    回复
登录 后发表内容