-
zhangwei
2026-04-07 b7ae3f69ae6706a692284d2f12835d213debfb1a
src/pages.json
@@ -71,7 +71,7 @@
      {
         "path": "pages/test/test",
         "style": {
            "navigationBarTitleText": "人脸打卡"
            "navigationBarTitleText": "人脸计时"
            // "usingComponents":{
            //    "camera-buffer-jpg":"../components/cameraBufferJpg/cameraBufferjpg"
            // }
@@ -80,7 +80,7 @@
      {
         "path": "pages/income/income",
         "style": {
            "navigationBarTitleText": "工资明细",
            "navigationBarTitleText": "报酬明细",
            "enablePullDownRefresh": true
         }
      },
@@ -96,7 +96,7 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工作记录",
                  "navigationBarTitleText": "务工报酬",
                  "enablePullDownRefresh": true
               }
            },
@@ -104,13 +104,13 @@
            {
               "path": "checkin",
               "style": {
                  "navigationBarTitleText": "打卡"
                  "navigationBarTitleText": "计时"
               }
            },
            {
               "path": "workdetail",
               "style": {
                  "navigationBarTitleText": "打卡详情"
                  "navigationBarTitleText": "计时详情"
               }
            }
         ]
@@ -164,7 +164,7 @@
            {
               "path": "myorder",
               "style": {
                  "navigationBarTitleText": "上班打卡",
                  "navigationBarTitleText": "劳务计时",
                  "enablePullDownRefresh": true
               }
            },
@@ -181,7 +181,7 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工资审核",
                  "navigationBarTitleText": "报酬审核",
                  "enablePullDownRefresh": true,
                  "onReachBottomDistance": 50
               }
@@ -189,7 +189,7 @@
            {
               "path": "record",
               "style": {
                  "navigationBarTitleText": "工资审核详情"
                  "navigationBarTitleText": "报酬审核详情"
               }
            },
            {
@@ -273,13 +273,13 @@
            {
               "path": "salary",
               "style": {
                  "navigationBarTitleText": "工资查询"
                  "navigationBarTitleText": "报酬查询"
               }
            },
            {
               "path": "salaryDetail",
               "style": {
                  "navigationBarTitleText": "工资查询明细"
                  "navigationBarTitleText": "报酬查询明细"
               }
            }
         ]
@@ -340,10 +340,31 @@
               }
            },
            {
               "path": "PFeedback",
               "style": {
                  "navigationBarTitleText": "问题反馈",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "PFeedbackdetail",
               "style": {
                  "navigationBarTitleText": "问题反馈详情"
               }
            },
            {
               "path" : "clockIn",
               "style" : 
               {
                  "navigationBarTitleText" : "打卡记录",
                  "navigationBarTitleText" : "计时记录",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path" : "clockInRecord",
               "style" :
               {
                  "navigationBarTitleText" : "计时记录",
                  "enablePullDownRefresh": true
               }
            },
@@ -351,7 +372,7 @@
               "path" : "clockInDetail",
               "style" : 
               {
                  "navigationBarTitleText" : "打卡详情"
                  "navigationBarTitleText" : "计时详情"
               }
            }
         ]