From 12af7714d01fcba94f8d172a2db5a358ffd41b85 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 29 Jul 2024 14:05:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=96=87=E4=BB=B6=E6=89=93?= =?UTF-8?q?=E4=B8=8D=E5=BC=80=EF=BC=8C=E6=94=BE=E5=BC=80open=E6=96=B9?= =?UTF-8?q?=E6=B3=95=EF=BC=8C=E6=9F=A5=E6=89=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Study/manager.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Study/manager.vue b/src/components/Study/manager.vue index d6f5a7a7..8580c627 100644 --- a/src/components/Study/manager.vue +++ b/src/components/Study/manager.vue @@ -512,7 +512,7 @@ export default { courseName:this.manageStudyData.name, contentId:this.contentId } - // window.open(`/systemapi/xboe/m/course/portal/export?contentId=${params.contentId}&courseName=${params.courseName}`) + window.open(`/systemapi/xboe/m/course/portal/export?contentId=${params.contentId}&courseName=${params.courseName}`) const url = `/systemapi/xboe/m/course/portal/export?contentId=${params.contentId}&courseName=${params.courseName}` axios({ method: 'get',