{ "pages": [ "pages/index/index", "pages/login/login", "pages/farmers/farmers", "pages/profile/profile", "pages/statistics/statistics", "pages/farmer/farmer", "pages/notification/notification", "pages/farmer/add/add", "pages/farmer/edit/edit", "pages/farmer/detail/detail", "pages/notification/detail/detail" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#2c5aa0", "navigationBarTitleText": "政府监管端", "navigationBarTextStyle": "white", "backgroundColor": "#f5f5f5" }, "tabBar": { "color": "#999999", "selectedColor": "#7CB342", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "images/home.png", "selectedIconPath": "images/home-active.png" }, { "pagePath": "pages/farmers/farmers", "text": "养殖户", "iconPath": "images/farmer.png", "selectedIconPath": "images/farmer-active.png" }, { "pagePath": "pages/profile/profile", "text": "我的", "iconPath": "images/profile.png", "selectedIconPath": "images/profile-active.png" } ] }, "networkTimeout": { "request": 10000, "downloadFile": 10000 }, "debug": true }