|
@@ -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');
|