Commit eb7c7491 authored by 华国豪's avatar 华国豪 🙄

1

parent d9ec5abd
......@@ -286,7 +286,7 @@ export default {
inActive: 1, //已选中
notInActive: 0, //未选中
SupplierList: "",
imgBeforeFile: this.domainManager().AliUrl,
imgBeforeFile: this.domainManager().ViittoFileUrl,
isBook: true,
isDinner: false,
dinerList: "",
......@@ -622,8 +622,7 @@ export default {
obj.PicID = imgItem.PicID;
obj.ShowPath =
_self.imgBeforeFile +
imgItem.Path +
"?x-oss-process=image/resize,l_140";
imgItem.Path;
this.HotelImageArray.push(obj);
});
}
......
......@@ -826,7 +826,7 @@
FileSize: fileSize
});
this.uploadList.push({
Url: this.domainManager().AliUrl + x.name,
Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
Name: file.file.name
});
});
......
......@@ -210,7 +210,7 @@
}
this.apipost('Pictureresource_get_Get', msg, res => {
this.addMsg = res.data.data
this.imageUrl = this.addMsg.PicPath
this.imageUrl = this.domainManager().ViittoFileUrl + this.addMsg.PicPath
}, err => {})
},
submitForm(addMsg) { //提交创建、修改表单
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment