其他分享
首页 > 其他分享> > vue 使用技巧

vue 使用技巧

作者:互联网

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

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

 name: "statistics-explain",  params: {  classID: id,  examSubjectID: this.planClassData.examSubjectID,  studentStatus: 0  } }); window.open(href, '_blank');

标签:examSubjectID,vue,技巧,使用,href,blank,planClassData,id
来源: https://www.cnblogs.com/PlatformSolution/p/15265962.html