{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "授权中", "enablePullDownRefresh": false } },{ "path": "pages/home/home", "style": { "navigationBarTitleText": "智慧校园打卡", // "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/404/404", "style": { "navigationBarTitleText": "404", "enablePullDownRefresh": false } }, { "path": "pages/qr_code/qr_code", "style": { "navigationBarTitleText": "校园卡二维码", "enablePullDownRefresh": false } }, { "path": "pages/group/group", "style": { "navigationBarTitleText": "考勤组", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/stat/stat", "style": { "navigationBarTitleText": "统计", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "系统设置", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/ruleSet/ruleSet", "style": { "navigationBarTitleText": "规则设置", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/punchTime/punchTime", "style": { "navigationBarTitleText": "打卡时间", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/setPunchTime/setPunchTime", "style": { "navigationBarTitleText": "添加打卡时间", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/rulesDetail/rulesDetail", "style": { "navigationBarTitleText": "规则明细", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/particulars/particulars", "style": { "navigationBarTitleText": "汇总明细", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/punchLocation/punchLocation", "style": { "navigationBarTitleText": "打卡位置", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/addLocation/addLocation", "style": { "navigationBarTitleText": "添加位置", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/statDetail/statDetail", "style": { "navigationBarTitleText": "统计", "enablePullDownRefresh": false } }, { "path": "pages/authentication/authentication", "style": { "navigationBarTitleText": "身份认证", "enablePullDownRefresh": false } }, { "path": "pages/powerSet/powerSet", "style": { "navigationBarTitleText": "权限设置", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/cardRecord/cardRecord", "style": { "navigationBarTitleText": "打卡记录", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/addRules/addRules", "style": { "navigationBarTitleText": "新增规则", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/ruleName/ruleName", "style": { "navigationBarTitleText": "规则名称", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/editRules/editRules", "style": { "navigationBarTitleText": "编辑规则", // "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/location/location", "style": { "navigationBarTitleText": "定位", // "navigationStyle": "custom", "enablePullDownRefresh": false } } ], "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": "我的" }] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { "background": "#efeff4" }, "usingComponents": { "login": "plugin://myPlugin/login" } } }