Vue 打开新页面

      const hrefs = this.$router.resolve({
        path: "/upVideo",
        query: {
          key: row.key,
          index: index
        }
      });
      window.open(hrefs.href, "_blank");

 

posted @ 2021-03-02 14:50  风一样的猿  阅读(405)  评论(0编辑  收藏  举报