|
@@ -1,11 +1,62 @@
|
|
|
{
|
|
{
|
|
|
"pages": [{
|
|
"pages": [{
|
|
|
|
|
+ "path": "pages/setPunchTime/setPunchTime",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "添加打卡时间",
|
|
|
|
|
+ // "navigationStyle": "custom",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/punchTime/punchTime",
|
|
|
|
|
+ "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/home/home",
|
|
"path": "pages/home/home",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "智慧校园打卡",
|
|
"navigationBarTitleText": "智慧校园打卡",
|
|
|
// "navigationStyle": "custom",
|
|
// "navigationStyle": "custom",
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/punchLocation/punchLocation",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "打卡位置",
|
|
|
|
|
+ // "navigationStyle": "custom",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+ }, {
|
|
|
|
|
+ "path": "pages/addLocation/addLocation",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "添加位置",
|
|
|
|
|
+ // "navigationStyle": "custom",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/group/group",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "考勤组",
|
|
|
|
|
+ // "navigationStyle": "custom",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/statDetail/statDetail",
|
|
"path": "pages/statDetail/statDetail",
|
|
@@ -56,13 +107,6 @@
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
- "path": "pages/group/group",
|
|
|
|
|
- "style": {
|
|
|
|
|
- "navigationBarTitleText": "考勤组",
|
|
|
|
|
- // "navigationStyle": "custom",
|
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
- }
|
|
|
|
|
- }, {
|
|
|
|
|
"path": "pages/cardRecord/cardRecord",
|
|
"path": "pages/cardRecord/cardRecord",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "打卡记录",
|
|
"navigationBarTitleText": "打卡记录",
|