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;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.