|
@@ -186,7 +186,7 @@ export default {
|
|
|
const paramsData = {
|
|
|
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) {
|
|
|
this.dataAllList = result.data;
|
|
|
this.dataSource = result.data.slice(0, 2);
|
|
@@ -271,13 +271,13 @@ export default {
|
|
|
}
|
|
|
const paramsData = {
|
|
|
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,
|
|
|
videoMd5: this.faceShowList.videoCode,
|
|
|
imageMd5: this.md5Result,
|
|
|
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) {
|
|
|
this.handlePolicyOperationCancel();
|
|
|
this.$emit('sureface');
|