小程序tabBar.list[1].iconPath 文件不存在

已经根据网上的方案修改过很多次了 但还是没办法解决问题
希望大佬帮忙看看,毕设项目!!!十分感谢

BUG描述:
图片说明

这个是项目的文件路径图
图片说明

下面是相关的代码段:

{
 "pages": [
      "pages/index/index",
   "pages/change/change",
   "pages/confirmOrder/confirmOrder",
   "pages/mycomment/mycomment",
   "pages/myOrder/myOrder",
   "pages/me/me",
   "pages/buy/buy"
 ],
 "window": {
  "backgroundTextStyle": "light",
  "navigationBarBackgroundColor": "#f4c903",
  "navigationBarTitleText": "点餐",
  "navigationBarTextStyle": "white"
 },
 "tabBar": {
  "color": "#Fc0",
  "selectedColor": "#f4c903",
  "borderStyle": "white",
  "list": [
   {
    "pagePath": "pages/index/index",
    "text": "首页",
    "iconPath": "/image/shouye.png",
    "selectedIconPath": "/image/shouyefill.png"

   },
   {
    "pagePath": "pages/me/me",
    "iconPath": "/image/微笑.png",
    "selectedIconPath": "/image/我的.png",
    "text": "我的"
   }
  ]
 },
 "sitemapLocation": "sitemap.json"
}

https://blog.csdn.net/ll595595/article/details/81013375

你把iconPath 和selectedIconPath路径修改成 image/shouye.png其他也修改