src/views/place/index.vue
@@ -607,6 +607,8 @@ getPlace(this.form.id).then((res) => { this.form = res.data.data this.form.location = [this.form.lng, this.form.lat, this.form.location].join(',') if (this.form.imageUrls.length) { this.form.imageUrls = this.form.imageUrls.split(",").filter(item => item != '').map(item => website.minioUrl + item).join(',') } @@ -626,7 +628,6 @@ } done() }) } else { done()