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

 

相关文章: