vue 使用技巧

vue脚手架 运行命令不同,部署后的站点目录不同,下图解决该问题。

const {href} = this.$router.resolve({

 name: "statistics-explain",
 params: {
 classID: id,
 examSubjectID: this.planClassData.examSubjectID,
 studentStatus: 0
 }
});
window.open(href, '_blank');
posted @ 2021-09-14 08:50  net码农  阅读(32)  评论(0编辑  收藏  举报