jwyu 9 месяцев назад
Родитель
Сommit
79670588fc
1 измененных файлов с 10 добавлено и 10 удалено
  1. 10 10
      src/views/ppt_manage/newVersion/pptPublish.vue

+ 10 - 10
src/views/ppt_manage/newVersion/pptPublish.vue

@@ -534,16 +534,16 @@ export default {
         
         // 上传到阿里云oss
         // 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中的位置