标签:nts stat cti student targe 实现 params route data
1、
<router-link target="_blank" :to="{path:‘/home‘,query:{id:‘1‘}}">新页面打开home页</router-link>
2、编程式导航:
const {href} = this.$router.resolve({
name: "statistics-explain",
params: {
classID: id,
examSubjectID: this.planClassData.examSubjectID,
studentStatus: 0
}
});
window.open(href, ‘_blank‘);
标签:nts stat cti student targe 实现 params route data
原文地址:https://www.cnblogs.com/monkeySoft/p/13186567.html