问题描述:导航删除完后无法添加
修改方法:
链接:/src/components/mobileConfigRight/c_foot.vue
方便复制:
noPic:require('../../assets/images/noPictrue.png')
imgList:[this.noPic,this.noPic]
链接:/src/components/pagesFoot/index.vue
复制:
item.imgList?item.imgList[0]:noPic
item.imgList?item.imgList[1]:noPic
noPic:require('../../assets/images/noPictrue.png')
this.$set(this,'menuList',data.menuList.length?data.menuList:5)
修改后打包上传