From 155eb86dc531a8d4c561b50048ca21b86bfb7876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E8=BF=9B1?= <963286636@qq.com> Date: Fri, 10 Mar 2023 23:14:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E8=B7=AF=E5=BE=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/faceteach/FaceTeachSignUp.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/faceteach/FaceTeachSignUp.vue b/src/views/faceteach/FaceTeachSignUp.vue index b17b6d6..9a49da2 100644 --- a/src/views/faceteach/FaceTeachSignUp.vue +++ b/src/views/faceteach/FaceTeachSignUp.vue @@ -375,7 +375,8 @@ const handleClick = (tab, event) => { const fielPath = ref(import.meta.env.VITE_FILE_PATH); const download = (url) => { console.log('下载url',fielPath.value+url) - window.open(fielPath.value+url); + //window.open(fielPath.value+url); + window.open(url); }; const downloads = (url) => { ElMessage.warning("未在有效时间范围内,请耐心等待!");