|
- {
- "extEnable": true,
- "extAppid": "wxea71200db93d756b",
- "ext": {
- "appId": "wxea71200db93d756b"
- },
- "directCommit": false,
- "tabBar": {
- "color": "#9F9F9F",
- "selectedColor": "#00C0FF",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "assets/images/home-n.png",
- "selectedIconPath": "assets/images/home-y.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/passCar/passCar",
- "iconPath": "assets/images/pass1.png",
- "selectedIconPath": "assets/images/pass0.png",
- "text": "停车"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "assets/images/user-n.png",
- "selectedIconPath": "assets/images/user-y.png",
- "text": "我的"
- }
- ]
- },
- "window": {
- "backgroundTextStyle": "red",
- "navigationBarBackgroundColor": "#02C0FF",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "white"
- },
- "networkTimeout": {
- "request": 30000,
- "downloadFile": 10000
- },
- "debug": false
- }
|