@@ -480,7 +480,7 @@ export default {
},
//图片上传成功
handleImgUplaoded(imgUrl) {
- this.form.pointIcon = imgUrl;
+ this.form.pointIcon = imgUrl[0].url;
//图片移除
handleImgRemoved(imgUrl) {