{ "pages": [ "pages/setPunchTime/setPunchTime", "pages/punchTime/punchTime", "pages/rulesDetail/rulesDetail", "pages/particulars/particulars", "pages/home/home", "pages/punchLocation/punchLocation", "pages/addLocation/addLocation", "pages/group/group", "pages/statDetail/statDetail", "pages/stat/stat", "pages/authentication/authentication", "pages/index/index", "pages/my/my", "pages/ruleSet/ruleSet", "pages/powerSet/powerSet", "pages/cardRecord/cardRecord", "pages/addRules/addRules", "pages/ruleName/ruleName", "pages/editRules/editRules", "pages/location/location" ], "subPackages": [], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#000", "selectedColor": "#0082FC", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/home/home", "iconPath": "static/home.png", "selectedIconPath": "static/home_active.png", "text": "首页" }, { "pagePath": "pages/stat/stat", "iconPath": "static/stat.png", "selectedIconPath": "static/stat_active.png", "text": "统计" }, { "pagePath": "pages/my/my", "iconPath": "static/my.png", "selectedIconPath": "static/my_active.png", "text": "我的" } ] }, "permission": {}, "usingComponents": { "drop-down": "/uni_modules/zwx-dropDown/components/zwx-dropDown/zwx-dropDown" } }