图片url修改

jg-waiwang-pro
mhsnet 6 months ago
parent 3d14eead7a
commit 21c1936bca

@ -570,7 +570,7 @@ export default {
let resUrl = "";
if (photo) {
if (photo.length > 0) {
resUrl = this.define.APIURl + photo[0]["url"];
resUrl = this.define.comUrl + photo[0]["url"];
}
}
return resUrl;

Loading…
Cancel
Save