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