From 6cf8c5722b8b8ce7a2044d421ae76e54dddf2b74 Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 31 Oct 2022 22:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=80=81=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 36278ed5..f9fc376d 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -542,7 +542,7 @@ export default { if (item.source == 1) { //return `${this.webBaseUrl}/course/boeframe?id=${item.id}&type=${item.type}`; //location.href=`${this.webBaseUrl}/course/boeframe?id=${item.id}&type=${item.type}`; - this.$router.push(`${this.webBaseUrl}/course/boeframe?id=${item.id}&type=${item.type}`); + this.$router.push('/course/boeframe?id='+item.id+'&type='+item.type); //此处使用window.open有问题 //window.open(`${this.webBaseUrl}/course/boeframe?id=${item.id}&type=${item.type}`); } else {