| @@ -1,51 +1,56 @@ | |||||
| { | { | ||||
| "extEnable": true, | "extEnable": true, | ||||
| "extAppid": "wxea71200db93d756b", | "extAppid": "wxea71200db93d756b", | ||||
| "name": "富茂客官开发", | |||||
| "weappId": "wxea71200db93d756b", | |||||
| "ext": { | "ext": { | ||||
| "weappId": "wxea71200db93d756b", | |||||
| "name": "富茂客官开发", | |||||
| "attr": { | "attr": { | ||||
| "configUrl": "https://ciformall.youlane.cn/C/api", | |||||
| "ifHaveCarModular": "1", | |||||
| "etcpversion": "release", | "etcpversion": "release", | ||||
| "configUrl": "https://ciformall.youlane.cn/C/api", | |||||
| "passCarAppId": "wx192b7d2e8dcbefd0", | "passCarAppId": "wx192b7d2e8dcbefd0", | ||||
| "ifHaveCarModular": "1", | |||||
| "passCarreturnUrl": "https://admin.youlane.cn/api/carCallback/etcpPaidCallback" | |||||
| "passCarreturnUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" | |||||
| } | } | ||||
| }, | }, | ||||
| "debug": false, | |||||
| "permission": { | |||||
| "scope.userLocation": { | |||||
| "desc": "你的位置信息将用于小程序位置接口的效果展示" | |||||
| } | |||||
| }, | |||||
| "directCommit": false, | |||||
| "tabBar": { | "tabBar": { | ||||
| "color": "#9F9F9F", | |||||
| "selectedColor": "#00C0FF", | |||||
| "list": [ | "list": [ | ||||
| { | { | ||||
| "text": "首页", | |||||
| "iconPath": "assets/images/home-n.png", | |||||
| "pagePath": "pages/main/index", | "pagePath": "pages/main/index", | ||||
| "selectedIconPath": "assets/images/home-y.png" | |||||
| "iconPath": "assets/images/home-n.png", | |||||
| "selectedIconPath": "assets/images/home-y.png", | |||||
| "text": "首页" | |||||
| }, | }, | ||||
| { | { | ||||
| "text": "停车", | |||||
| "iconPath": "assets/images/pass1.png", | |||||
| "pagePath": "pages/passCar/passCar", | "pagePath": "pages/passCar/passCar", | ||||
| "selectedIconPath": "assets/images/pass0.png" | |||||
| "iconPath": "assets/images/pass1.png", | |||||
| "selectedIconPath": "assets/images/pass0.png", | |||||
| "text": "停车" | |||||
| }, | }, | ||||
| { | { | ||||
| "text": "我的", | |||||
| "iconPath": "assets/images/user-n.png", | |||||
| "pagePath": "pages/user/index", | "pagePath": "pages/user/index", | ||||
| "selectedIconPath": "assets/images/user-y.png" | |||||
| "iconPath": "assets/images/user-n.png", | |||||
| "selectedIconPath": "assets/images/user-y.png", | |||||
| "text": "我的" | |||||
| } | } | ||||
| ], | |||||
| "color": "#9F9F9F", | |||||
| "selectedColor": "#00C0FF" | |||||
| ] | |||||
| }, | }, | ||||
| "window": { | "window": { | ||||
| "backgroundTextStyle": "dark", | "backgroundTextStyle": "dark", | ||||
| "navigationBarTextStyle": "white", | |||||
| "navigationBarBackgroundColor": "#02C0FF", | |||||
| "navigationBarTitleText": "WeChat", | "navigationBarTitleText": "WeChat", | ||||
| "navigationBarBackgroundColor": "#02C0FF" | |||||
| "navigationBarTextStyle": "white" | |||||
| }, | }, | ||||
| "directCommit": false, | |||||
| "networkTimeout": { | "networkTimeout": { | ||||
| "request": 30000, | "request": 30000, | ||||
| "downloadFile": 10000 | "downloadFile": 10000 | ||||
| } | |||||
| }, | |||||
| "debug": false | |||||
| } | } | ||||