miniprogramappjson 文件内容错误 miniprogramappjson tabBarlist0iconPath imagesdevicepng 未找到tabBarlist0selectedIconPath imagesdevice_activepng 未找到tabBarlist1iconPath imagesicon_homepng 未找到tabBarlist1selectedI
这个错误是因为在小程序的 app.json 文件中,定义了底部导航栏的图标路径,但是实际路径中并没有对应的图片文件。需要检查一下路径是否正确,并且确保对应的图片文件已经上传到了项目中。如果图片文件确实不存在,需要手动添加对应的图片文件,并且修改 app.json 文件中的路径。
原文地址: https://www.cveoy.top/t/topic/b58s 著作权归作者所有。请勿转载和采集!