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

1

parent d9ec5abd
...@@ -286,7 +286,7 @@ export default { ...@@ -286,7 +286,7 @@ export default {
inActive: 1, //已选中 inActive: 1, //已选中
notInActive: 0, //未选中 notInActive: 0, //未选中
SupplierList: "", SupplierList: "",
imgBeforeFile: this.domainManager().AliUrl, imgBeforeFile: this.domainManager().ViittoFileUrl,
isBook: true, isBook: true,
isDinner: false, isDinner: false,
dinerList: "", dinerList: "",
...@@ -622,8 +622,7 @@ export default { ...@@ -622,8 +622,7 @@ export default {
obj.PicID = imgItem.PicID; obj.PicID = imgItem.PicID;
obj.ShowPath = obj.ShowPath =
_self.imgBeforeFile + _self.imgBeforeFile +
imgItem.Path + imgItem.Path;
"?x-oss-process=image/resize,l_140";
this.HotelImageArray.push(obj); this.HotelImageArray.push(obj);
}); });
} }
......
...@@ -826,7 +826,7 @@ ...@@ -826,7 +826,7 @@
FileSize: fileSize FileSize: fileSize
}); });
this.uploadList.push({ this.uploadList.push({
Url: this.domainManager().AliUrl + x.name, Url: this.domainManager().ViittoFileUrl + x.data.FilePath,
Name: file.file.name Name: file.file.name
}); });
}); });
......
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
} }
this.apipost('Pictureresource_get_Get', msg, res => { this.apipost('Pictureresource_get_Get', msg, res => {
this.addMsg = res.data.data this.addMsg = res.data.data
this.imageUrl = this.addMsg.PicPath this.imageUrl = this.domainManager().ViittoFileUrl + this.addMsg.PicPath
}, err => {}) }, err => {})
}, },
submitForm(addMsg) { //提交创建、修改表单 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