|
@@ -534,16 +534,16 @@ export default {
|
|
|
|
|
|
// 上传到阿里云oss
|
|
// 上传到阿里云oss
|
|
// this.handleUploadToOSS(data)
|
|
// this.handleUploadToOSS(data)
|
|
- // let clientType = this.$setting.dynamicOutLinks.ObjectStorageClient ||
|
|
|
|
- // this.$store.state.dynamicOutLinks.ObjectStorageClient ||
|
|
|
|
- // JSON.parse(localStorage.getItem('dynamicOutLinks')).ObjectStorageClient
|
|
|
|
- // // 上传到 对象存储器
|
|
|
|
- // uploadFileDirect(clientType,data,temName,options).then(url=>{
|
|
|
|
- // console.log('文件地址',url);
|
|
|
|
- // this.publishPPT(url)
|
|
|
|
- // }).catch(err=>{
|
|
|
|
- // console.error(err);
|
|
|
|
- // })
|
|
|
|
|
|
+ let clientType = this.$setting.dynamicOutLinks.ObjectStorageClient ||
|
|
|
|
+ this.$store.state.dynamicOutLinks.ObjectStorageClient ||
|
|
|
|
+ JSON.parse(localStorage.getItem('dynamicOutLinks')).ObjectStorageClient
|
|
|
|
+ // 上传到 对象存储器
|
|
|
|
+ uploadFileDirect(clientType,data,temName,options).then(url=>{
|
|
|
|
+ console.log('文件地址',url);
|
|
|
|
+ this.publishPPT(url)
|
|
|
|
+ }).catch(err=>{
|
|
|
|
+ console.error(err);
|
|
|
|
+ })
|
|
})
|
|
})
|
|
},
|
|
},
|
|
//计算各版式下,对应position在ppt中的位置
|
|
//计算各版式下,对应position在ppt中的位置
|