-
zhangwei
2026-04-07 b7ae3f69ae6706a692284d2f12835d213debfb1a
src/pages.json
@@ -5,6 +5,7 @@
      "list": []
   },
   "easycom": {
      // "autoscan": true,
      // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
      "custom": {
         // "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
@@ -14,6 +15,7 @@
         "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
         "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
         "fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue",
         // "temu-(.*)": "@/components/tem/tem-$1/tem-$1.vue",
         "tem-(.*)": "@/components/tem/tem-$1.vue"
      }
   },
@@ -28,7 +30,7 @@
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "小镇临时工-首页",
            "navigationBarTitleText": "川印集团-首页",
            "enablePullDownRefresh": true
         }
      },
@@ -69,7 +71,7 @@
      {
         "path": "pages/test/test",
         "style": {
            "navigationBarTitleText": "人脸打卡"
            "navigationBarTitleText": "人脸计时"
            // "usingComponents":{
            //    "camera-buffer-jpg":"../components/cameraBufferJpg/cameraBufferjpg"
            // }
@@ -78,7 +80,7 @@
      {
         "path": "pages/income/income",
         "style": {
            "navigationBarTitleText": "工资明细",
            "navigationBarTitleText": "报酬明细",
            "enablePullDownRefresh": true
         }
      },
@@ -94,7 +96,7 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工作记录",
                  "navigationBarTitleText": "务工报酬",
                  "enablePullDownRefresh": true
               }
            },
@@ -102,13 +104,13 @@
            {
               "path": "checkin",
               "style": {
                  "navigationBarTitleText": "打卡"
                  "navigationBarTitleText": "计时"
               }
            },
            {
               "path": "workdetail",
               "style": {
                  "navigationBarTitleText": "打卡详情"
                  "navigationBarTitleText": "计时详情"
               }
            }
         ]
@@ -162,7 +164,7 @@
            {
               "path": "myorder",
               "style": {
                  "navigationBarTitleText": "上班打卡",
                  "navigationBarTitleText": "劳务计时",
                  "enablePullDownRefresh": true
               }
            },
@@ -179,7 +181,7 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工资审核",
                  "navigationBarTitleText": "报酬审核",
                  "enablePullDownRefresh": true,
                  "onReachBottomDistance": 50
               }
@@ -187,7 +189,7 @@
            {
               "path": "record",
               "style": {
                  "navigationBarTitleText": "工资审核详情"
                  "navigationBarTitleText": "报酬审核详情"
               }
            },
            {
@@ -247,17 +249,17 @@
               "style": {
                  "navigationBarTitleText": "费用报销"
               }
            },{
            }, {
               "path": "approve",
               "style": {
                  "navigationBarTitleText": "审批"
               }
            },{
            }, {
               "path": "payment",
               "style": {
                  "navigationBarTitleText": "付款"
               }
            }
            }
         ]
      },
      {
@@ -271,13 +273,106 @@
            {
               "path": "salary",
               "style": {
                  "navigationBarTitleText": "工资查询"
                  "navigationBarTitleText": "报酬查询"
               }
            },
            {
               "path": "salaryDetail",
               "style": {
                  "navigationBarTitleText": "工资查询明细"
                  "navigationBarTitleText": "报酬查询明细"
               }
            }
         ]
      },
      {
         "root": "pages/delivergoods",
         "pages": [{
               "path": "reservation",
               "style": {
                  "navigationBarTitleText": "送货受理",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "reservationWorker",
               "style": {
                  "navigationBarTitleText": "预约送货",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "query",
               "style": {
                  "navigationBarTitleText": "送货查询",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "querydetail",
               "style": {
                  "navigationBarTitleText": "送货详情"
               }
            },
            {
               "path": "feedbackdetail",
               "style": {
                  "navigationBarTitleText": "送货详情"
               }
            },
            {
               "path": "arrange",
               "style": {
                  "navigationBarTitleText": "送货安排",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "arrangedetail",
               "style": {
                  "navigationBarTitleText": "送货安排详情"
               }
            },
            {
               "path": "feedback",
               "style": {
                  "navigationBarTitleText": "送货反馈",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "PFeedback",
               "style": {
                  "navigationBarTitleText": "问题反馈",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "PFeedbackdetail",
               "style": {
                  "navigationBarTitleText": "问题反馈详情"
               }
            },
            {
               "path" : "clockIn",
               "style" :
               {
                  "navigationBarTitleText" : "计时记录",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path" : "clockInRecord",
               "style" :
               {
                  "navigationBarTitleText" : "计时记录",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path" : "clockInDetail",
               "style" :
               {
                  "navigationBarTitleText" : "计时详情"
               }
            }
         ]