diff --git a/ext.json b/ext.json index d551d6d..ba92d66 100644 --- a/ext.json +++ b/ext.json @@ -1,51 +1,56 @@ { "extEnable": true, "extAppid": "wxea71200db93d756b", - "name": "富茂客官开发", - "weappId": "wxea71200db93d756b", "ext": { + "weappId": "wxea71200db93d756b", + "name": "富茂客官开发", "attr": { - "configUrl": "https://ciformall.youlane.cn/C/api", + "ifHaveCarModular": "1", "etcpversion": "release", + "configUrl": "https://ciformall.youlane.cn/C/api", "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": { + "color": "#9F9F9F", + "selectedColor": "#00C0FF", "list": [ { - "text": "首页", - "iconPath": "assets/images/home-n.png", "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", - "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", - "selectedIconPath": "assets/images/user-y.png" + "iconPath": "assets/images/user-n.png", + "selectedIconPath": "assets/images/user-y.png", + "text": "我的" } - ], - "color": "#9F9F9F", - "selectedColor": "#00C0FF" + ] }, "window": { "backgroundTextStyle": "dark", - "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#02C0FF", "navigationBarTitleText": "WeChat", - "navigationBarBackgroundColor": "#02C0FF" + "navigationBarTextStyle": "white" }, - "directCommit": false, "networkTimeout": { "request": 30000, "downloadFile": 10000 - } + }, + "debug": false } \ No newline at end of file