Explorar o código

naster 换脸功能 增加全部列表

jiayufei %!s(int64=3) %!d(string=hai) anos
pai
achega
b60c6c5575

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

@@ -187,9 +187,9 @@ export default {
             const paramsData = {
                 videoMd5: this.faceShowList.projectId ? this.faceShowList.code : this.faceShowList.videoCode
             };
-            // http://192.168.1.204:8000
             // http://faceswap.tjyourong.com.cn
-            postAction('http://192.168.1.204:8000/jeecg-boot/task/query', paramsData).then(result => {
+            // http://faceswap.tjyourong.com.cn
+            postAction('http://faceswap.tjyourong.com.cn/jeecg-boot/task/query', paramsData).then(result => {
                 if (result.code === 0) {
                     this.dataAllList = result.data;
                     this.dataSource = result.data.slice(0, 2);
@@ -312,7 +312,7 @@ export default {
                     imageMd5: this.md5Result,
                     createBy: this.userInfo().id
                 };
-                postAction('http://192.168.1.204:8000/jeecg-boot/task/single', paramsData).then(result => {
+                postAction('http://faceswap.tjyourong.com.cn/jeecg-boot/task/single', paramsData).then(result => {
                     if (result.code === 0) {
                         this.handlePolicyOperationCancel();
                         this.$emit('sureface');

+ 1 - 1
src/views/modules/material/videoMaterial.vue

@@ -2188,7 +2188,7 @@ export default {
     },
     handleAllChangeFace() {
       this.faceShowStatus = true;
-      postAction('http://192.168.1.204:8000/jeecg-boot/task/query', {}).then(result => {
+      postAction('http://faceswap.tjyourong.com.cn/jeecg-boot/task/query', {}).then(result => {
             if (result.code === 0) {
               const defaultData = result.data;
               defaultData.forEach(item => {