| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "授权中"
- }
- }, {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "智慧校园打卡",
- // "navigationStyle": "custom",
- "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"
- }
- }
- }
|