const { href } = this.$router.resolve({ path: ‘/switch/test/preview‘, query: { paperId: RowData.id, id: this.courseId } }); window.open(href, ‘_blank‘);
2023-11-12 17:04:46
const { href } = this.$router.resolve({ path: ‘/switch/test/preview‘, query: { paperId: RowData.id, id: this.courseId } }); window.open(href, ‘_blank‘);