From a304f7ad2038fd41aecdb28bf0c9cca2df285f4f Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 22 Apr 2024 16:11:56 +0800 Subject: [PATCH] =?UTF-8?q?MinIO=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/oss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/oss.js b/src/utils/oss.js index efe9ce2..0cb5440 100644 --- a/src/utils/oss.js +++ b/src/utils/oss.js @@ -76,7 +76,7 @@ async function ossGenerateSTS() { } else { resolve({ name: objectName, - url: 'http://www.abc.com' + objectName + url: Vue.prototype.OSSclientConfig.viewEndpoint + objectName }) } })