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

- -