230320a303 5 月之前
父節點
當前提交
59924a7bc8

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-245181ea.dee57bae.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.86194f73.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-245181ea.63376bfd.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-454e2718.d7e1f36d.js


+ 3 - 3
src/components/Common/UploadVideo.vue

@@ -101,15 +101,15 @@ export default {
       }
 
       let next = (response) =>{
-        console.log(response)
+        console.log(response, 11)
         this.fileNextResObj = response
       }
       let complete = (response) =>{
-        // console.log(response)
+        console.log(response, 22)
         let cObj = this.cObj
         cObj.video = `${this.fileConfig.domain}/${response.key}`
         this.cObj = {...cObj}
-        console.log(cObj)
+        console.log(cObj, 333)
       }
 
       let subscription;

部分文件因文件數量過多而無法顯示