From 8f4878c1914ad2b45da91a97264420da876f315c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Tue, 30 Jan 2024 10:32:06 +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/utils/oss.js | 1 + .../visit/crc-upload/components/uploadDicomFiles2.vue | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/utils/oss.js b/src/utils/oss.js index c3222350..af203207 100644 --- a/src/utils/oss.js +++ b/src/utils/oss.js @@ -24,6 +24,7 @@ async function ossGenerateSTS() { switch (res.Result.ObjectStoreUse) { case 'AliyunOSS': Vue.prototype.OSSclientConfig.bucket = Vue.prototype.OSSclientConfig.bucketName + Vue.prototype.OSSclientConfig.timeout = 10 * 60 * 1000 let OSSclient = new OSS(Vue.prototype.OSSclientConfig) Vue.prototype.OSSclient = { put: function (objectName, object) { diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue index b0fcf6e6..749bea05 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue @@ -290,7 +290,9 @@ show-overflow-tooltip >