vue iframe跳转 从父级重定向,不从当前页

if (window !== top) {
                    top.location.href = "a";
                  } else {
                    window.location.href = "b";
                  }

其实就是  

top.location.href 和 window.location.href 的区别
posted @ 2022-04-19 17:19  abcByme  阅读(477)  评论(0编辑  收藏  举报