From 377cdb968dea1724f629239977ca05bb6feb7fad Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 23 Jan 2026 10:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=96=BD=E9=98=85=E7=89=87=E9=A2=84?= =?UTF-8?q?=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subject/subject-list/components/MessageTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/subject/subject-list/components/MessageTable.vue b/src/views/trials/trials-panel/subject/subject-list/components/MessageTable.vue index 3f299356..3ad104a0 100644 --- a/src/views/trials/trials-panel/subject/subject-list/components/MessageTable.vue +++ b/src/views/trials/trials-panel/subject/subject-list/components/MessageTable.vue @@ -187,7 +187,7 @@ export default { }, handlePreview(filePath) { if (filePath) { - window.open(this.OSSclientConfig.basePath + filePath, '_blank') + window.open(window.location.origin + filePath, '_blank') } }, handleSearch() {