From d745ad7318aae32a977e97385de36bef0b9e141a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Mon, 29 Jan 2024 17:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E4=BA=BA=E7=AE=80=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UploadFile/index.vue | 2 +- src/views/reviewers/components/GcpCertificate.vue | 2 +- src/views/reviewers/components/TrialExperience.vue | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/components/UploadFile/index.vue b/src/components/UploadFile/index.vue index 331b0033..cf3c72c7 100644 --- a/src/components/UploadFile/index.vue +++ b/src/components/UploadFile/index.vue @@ -141,7 +141,7 @@ export default { }, handlePreview(file) { if (file.fullPath) { - window.open(file.fullPath, '_blank') + window.open(this.OSSclientConfig.basePath + file.fullPath, '_blank') } }, handleExceed(files, fileList) { diff --git a/src/views/reviewers/components/GcpCertificate.vue b/src/views/reviewers/components/GcpCertificate.vue index 933046c8..2c7957b5 100644 --- a/src/views/reviewers/components/GcpCertificate.vue +++ b/src/views/reviewers/components/GcpCertificate.vue @@ -192,7 +192,7 @@ export default { }, handlePreview(file) { if (file.fullPath) { - window.open(file.fullPath, '_blank') + window.open(this.OSSclientConfig.basePath + file.fullPath, '_blank') } }, handleExceed(files, fileList) { diff --git a/src/views/reviewers/components/TrialExperience.vue b/src/views/reviewers/components/TrialExperience.vue index d6dfa7fc..22c4e172 100644 --- a/src/views/reviewers/components/TrialExperience.vue +++ b/src/views/reviewers/components/TrialExperience.vue @@ -39,22 +39,14 @@

GCP Certificate

-

Other Relevant Experience

- -