阅片人简历

This commit is contained in:
熊飞
2024-01-30 10:32:06 +08:00
parent d745ad7318
commit 8f4878c191
2 changed files with 7 additions and 5 deletions
+1
View File
@@ -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) {