From df530c8d69f714aebe123303746d6025f9ae406f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Tue, 30 Jan 2024 16:32:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blindResumeInfo/components/TrialExperience.vue | 12 ++++++------ src/views/resumeInfo/components/TrialExperience.vue | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/blindResumeInfo/components/TrialExperience.vue b/src/views/blindResumeInfo/components/TrialExperience.vue index 2097affd..f2c5fd9e 100644 --- a/src/views/blindResumeInfo/components/TrialExperience.vue +++ b/src/views/blindResumeInfo/components/TrialExperience.vue @@ -34,12 +34,12 @@ {{ GCP }} - View + type="text" + @click="previewGCP()" + >{{ $t('resumeInfo:button:view') }} @@ -93,7 +93,7 @@ export default { methods: { previewGCP() { if (this.GCPPath) { - window.open(this.GCPPath, '_blank') + window.open(this.OSSclientConfig.basePath + this.GCPPath, '_blank') } } } diff --git a/src/views/resumeInfo/components/TrialExperience.vue b/src/views/resumeInfo/components/TrialExperience.vue index 2097affd..f2c5fd9e 100644 --- a/src/views/resumeInfo/components/TrialExperience.vue +++ b/src/views/resumeInfo/components/TrialExperience.vue @@ -34,12 +34,12 @@ {{ GCP }} - View + type="text" + @click="previewGCP()" + >{{ $t('resumeInfo:button:view') }} @@ -93,7 +93,7 @@ export default { methods: { previewGCP() { if (this.GCPPath) { - window.open(this.GCPPath, '_blank') + window.open(this.OSSclientConfig.basePath + this.GCPPath, '_blank') } } }