【尚硅谷】计算机毕业设计丨10小时搞定B2C电商毕设项目(包含前端+后端,轻松结

p26中轮播图启动不了的情况
打开前端路径中“vue-store-master\src\views\Home.vue”文件,找到
“ <img style="height:460px;" :src="item.imgPath.includes('http:') ? item.imgPath :$target + item.imgPath"”
把imgPath全部改成img_path即可

p26中轮播图启动不了的情况
打开前端路径中“vue-store-master\src\views\Home.vue”文件,找到
“ <img style="height:460px;" :src="item.imgPath.includes('http:') ? item.imgPath :$target + item.imgPath"”
把imgPath全部改成img_path即可