{
"pages":[
"pages/zy/zy",
"pages/dd/dd",
"pages/wd/wd"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "阳光早餐",
"navigationBarTextStyle":"black"
},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#999999",
"list":[
{
"pagePath": "pages/zy/zy",
"text": "首页",
"iconPath": "pages/images/account",
"selectedIconPath": "pages/images/account-fill"
},
{
"pagePath": "pages/dd/dd",
"text": "订单",
"iconPath": "pages/images/cart-full",
"selectedIconPath": "pages/images/cart-full-fill"
},
{
"pagePath": "pages/wd/wd",
"text": "我的",
"iconPath": "pages/images/store",
"selectedIconPath": "pages/images/store-fill"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}

我也重新创了,路径没问题,图片也在,还是未找到。哭了,一个小问题花了我一个小时都没解决成。
看下iconPath和selectedIconPath路径是不是写错了
"iconPath": "/pages/images/account" 加个斜杠试试