微信小程序 app.json 配置错误:tabBar 图标路径未找到
该错误提示是因为在 app.json 文件中设置了 tabBar 的图标路径,但是对应的图片文件未找到。需要检查文件路径是否正确,并确保图片文件已经上传到了小程序开发平台。可以尝试重新上传图片文件或者修改对应的路径。
例如:
'miniprogram/app.json: ["tabBar"]["list"][0]["iconPath"]': 'deploy_step1.png' 未找到 'miniprogram/app.json: ["tabBar"]["list"][0]["selectedIconPath"]': 'deploy_step1.png' 未找到 'miniprogram/app.json: ["tabBar"]["list"][1]["iconPath"]': 'ideploy_step1.png' 未找到 'miniprogram/app.json: ["tabBar"]["list"][1]["selectedIconPath"]': 'deploy_step1.png' 未找到 'miniprogram/app.json: ["tabBar"]["list"][2]["iconPath"]': 'deploy_step1.png' 未找到 'miniprogram/app.json: ["tabBar"]["list"][2]["selectedIconPath"]': 'deploy_step1.png' 未找到 (env: Windows,mp,1.06.2301160; lib: 2.14.1)
请确保图片文件路径正确,并且已经上传到小程序开发平台。
原文地址: https://www.cveoy.top/t/topic/noFA 著作权归作者所有。请勿转载和采集!