|
|
@@ -280,7 +280,7 @@
|
|
|
this.$router.push({path: `/shop/goods-add`})
|
|
|
},
|
|
|
upLoadSuccess(file){
|
|
|
- this.form.cover = tool.getLocaleLink(file, '/uploads/');
|
|
|
+ this.form.cover = tool.getLocaleLink(file, '/files/');
|
|
|
this.form.coverOrigin = file
|
|
|
this.img_show=false;
|
|
|
},
|
|
|
@@ -345,7 +345,7 @@
|
|
|
// })
|
|
|
|
|
|
vueObj.form.coverOrigin = response.goodsInfo.COVER
|
|
|
- vueObj.form.cover = tool.getLocaleLink(response.goodsInfo.COVER, '/uploads/')
|
|
|
+ vueObj.form.cover = tool.getLocaleLink(response.goodsInfo.COVER, '/files/')
|
|
|
|
|
|
this.$forceUpdate()
|
|
|
|