|
@@ -461,7 +461,7 @@ export default {
|
|
this.$store.state.dynamicOutLinks.ObjectStorageClient ||
|
|
this.$store.state.dynamicOutLinks.ObjectStorageClient ||
|
|
JSON.parse(localStorage.getItem('dynamicOutLinks')).ObjectStorageClient
|
|
JSON.parse(localStorage.getItem('dynamicOutLinks')).ObjectStorageClient
|
|
// 上传到 对象存储器 阿里云、mino
|
|
// 上传到 对象存储器 阿里云、mino
|
|
- uploadFileDirect(clientType,data,temName,options).then(res=>{
|
|
|
|
|
|
+ uploadFileDirect(clientType,data,temName,options).then(url=>{
|
|
console.log('文件地址',url);
|
|
console.log('文件地址',url);
|
|
this.publishPPT(url)
|
|
this.publishPPT(url)
|
|
}).catch(err=>{
|
|
}).catch(err=>{
|