85045 some path in ext_json not exist
发布于 5 年前 作者 jinglai 9976 次浏览 来自 问答

 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

}

1 回复

同求怎么解决

回到顶部