From dd8c41baf9d01fc4b611062ecde3695e5bfaf78d Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Fri, 10 Mar 2023 19:32:13 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index f41741f..c167dc4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,7 +38,7 @@ import {useRoute} from "vue-router/dist/vue-router"; import {USER_INFO} from "@/api/api"; import {IsPhone} from "@/api/utils"; -console.log("版本1.4.6------------"); +console.log("版本1.4.7------------"); const store = useStore(); const { path } = useRoute(); onMounted(() => { 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 2/3] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=97=AE=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("未在有效时间范围内,请耐心等待!"); From a9b641302a0b8c1e043357da3b1f9698c143f719 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Mon, 13 Mar 2023 20:31:44 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix=20--=20=E8=AF=84=E4=BC=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/survey/SurveyDetail.vue | 894 ++++++++++++------------------ 1 file changed, 355 insertions(+), 539 deletions(-) diff --git a/src/views/survey/SurveyDetail.vue b/src/views/survey/SurveyDetail.vue index 4c52b4f..2042d7a 100644 --- a/src/views/survey/SurveyDetail.vue +++ b/src/views/survey/SurveyDetail.vue @@ -1,15 +1,15 @@