Browse Source

bug 爆款视频 换脸

jiayufei 3 years ago
parent
commit
40530f8d51
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/modules/Statistics/change-face/change-face.vue

+ 3 - 3
src/views/modules/Statistics/change-face/change-face.vue

@@ -186,7 +186,7 @@ export default {
             const paramsData = {
             const paramsData = {
                 videoMd5: this.faceShowList.videoCode
                 videoMd5: this.faceShowList.videoCode
             };
             };
-            postAction('/task/query', paramsData).then(result => {
+            postAction('http://faceswap.tjyourong.com.cn/jeecg-boot/task/query', paramsData).then(result => {
                 if (result.code === 0) {
                 if (result.code === 0) {
                     this.dataAllList = result.data;
                     this.dataAllList = result.data;
                     this.dataSource = result.data.slice(0, 2);
                     this.dataSource = result.data.slice(0, 2);
@@ -271,13 +271,13 @@ export default {
                 }
                 }
                 const paramsData = {
                 const paramsData = {
                     inputVideoUrl: this.faceShowList.url,
                     inputVideoUrl: this.faceShowList.url,
-                    // 'https://media-1301855440.cos.ap-chongqing.myqcloud.com/video/2021-08-05/%E4%BC%9A%E7%8E%A9-%E6%B1%9F%E6%96%8C%E7%BB%84-%E7%BC%96%E6%9C%B1%E6%B1%9F%E6%96%8C-%E6%91%84%E6%9D%A8%E5%A8%81-%E5%89%AA%E9%83%91%E7%BF%94%E7%82%9C-08.03%20%282%29-1628164520693.mp4',
+                    // inputVideoUrl: 'https://media-1301855440.cos.ap-chongqing.myqcloud.com/video/2021-08-05/%E4%BC%9A%E7%8E%A9-%E6%B1%9F%E6%96%8C%E7%BB%84-%E7%BC%96%E6%9C%B1%E6%B1%9F%E6%96%8C-%E6%91%84%E6%9D%A8%E5%A8%81-%E5%89%AA%E9%83%91%E7%BF%94%E7%82%9C-08.03%20%282%29-1628164520693.mp4',
                     inputImageUrl: this.urlResult,
                     inputImageUrl: this.urlResult,
                     videoMd5: this.faceShowList.videoCode,
                     videoMd5: this.faceShowList.videoCode,
                     imageMd5: this.md5Result,
                     imageMd5: this.md5Result,
                     createBy: this.userInfo().id
                     createBy: this.userInfo().id
                 };
                 };
-                postAction('/task/single', paramsData).then(result => {
+                postAction('http://faceswap.tjyourong.com.cn/jeecg-boot/task/single', paramsData).then(result => {
                     if (result.code === 0) {
                     if (result.code === 0) {
                         this.handlePolicyOperationCancel();
                         this.handlePolicyOperationCancel();
                         this.$emit('sureface');
                         this.$emit('sureface');