app.json文件:
{
"pagePath": "pages/clazz/clazz",
"text": "课表",
"iconPath": "image/keshi1.png",
"selectedIconPath": "image/keshi.png"
},
报错原因:
"iconPath": "image/keshi1.png"和image文件下的图片名称不同,imagex文件的图片名称keshi1 .png。多了一个空格,导致找不到文件。