some path in ext_json not exist hint: [KeBcMa0496e255]
第三方为授权小程序提交代码。昨天还能正常提交。今天就不行了总是返回85045。能否说明具体哪个path有问题。
以下是我的ext_json
{
"extEnable": true,
"extAppid": "wx08882c97d4e61598",
"directCommit": false,
"ext": {
"extAppid": "wx08882c97d4e61598",
"id": "29",
"agent_id": 1
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#191E22",
"navigationBarTitleText": "美联程-点餐",
"navigationBarTextStyle": "white"
},
"tabBar": {
"list": [{
"pagePath": "/pages/index/index",
"text": "首页",
"iconPath": "/img/index1.png",
"selectedIconPath": "/img/index2.png",
"clas": "menu-item",
"selectedColor": "#FF7F01",
"jump": "homeJump",
"active": true
}, {
"pagePath": "/pages/favour/favour",
"text": "优惠买单",
"iconPath": "/img/list1.png",
"selectedIconPath": "/img/list2.png",
"clas": "menu-item",
"selectedColor": "#FF7F01",
"jump": "favour",
"active": false
}, {
"pagePath": "/pages/personal/personal",
"text": "个人中心",
"iconPath": "/img/my1.png",
"selectedIconPath": "/img/my2.png",
"clas": "menu-item",
"selectedColor": "#FF7F01",
"jump": "personalJump",
"active": false
}]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": false
}
几年了 依然不处理问题 👍
几年了 依然不处理问题 👍
https://developers.weixin.qq.com/community/develop/doc/0008e2cf518e881aab5d16f6451800
同求怎么解决
开始觉得是tabBar里的pagePath问题。后来发现是iconPath。我们修改了其中一个iconPath的图片名称。提交就报错。后来就改回去了。就好了。但是不知道这是什么道理。我们虽然改了路径图片名称,但是图片也改名了的啊。很是奇怪。