MinIO配置修改

main
caiyiling 2024-04-22 16:11:56 +08:00
parent 182e9779d4
commit a304f7ad20
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ async function ossGenerateSTS() {
} else {
resolve({
name: objectName,
url: 'http://www.abc.com' + objectName
url: Vue.prototype.OSSclientConfig.viewEndpoint + objectName
})
}
})