-
zhangwei
2025-03-05 16213c0f85aa3ac8317797bf4a05fd12940e16d3
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
         }
      },
@@ -45,7 +47,7 @@
            "navigationBarTitleText": "发布招工"
         }
      },
      {
         "path": "pages/mine/index",
         "style": {
@@ -76,25 +78,16 @@
         }
      },
      {
         "path" : "pages/income/income",
         "style" :
         {
            "navigationBarTitleText" : "工资明细",
         "path": "pages/income/income",
         "style": {
            "navigationBarTitleText": "工资明细",
            "enablePullDownRefresh": true
         }
      },
      {
         "path" : "pages/article/article",
         "style" :
         {
            "navigationBarTitleText" : "用户协议"
         }
      },
      {
         "path" : "pages/worker/worker",
         "style" :
         {
            "navigationBarTitleText" : "工人详情"
         "path": "pages/article/article",
         "style": {
            "navigationBarTitleText": "用户协议"
         }
      }
   ],
@@ -103,7 +96,7 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "打卡记录",
                  "navigationBarTitleText": "工作记录",
                  "enablePullDownRefresh": true
               }
            },
@@ -171,8 +164,14 @@
            {
               "path": "myorder",
               "style": {
                  "navigationBarTitleText": "我的工作",
                  "navigationBarTitleText": "上班打卡",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "myorderdetail",
               "style": {
                  "navigationBarTitleText": "详情"
               }
            }
         ]
@@ -182,14 +181,15 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工人打卡记录",
                  "enablePullDownRefresh": true
                  "navigationBarTitleText": "工资审核",
                  "enablePullDownRefresh": true,
                  "onReachBottomDistance": 50
               }
            },
            {
               "path": "record",
               "style": {
                  "navigationBarTitleText": "工人打卡详情"
                  "navigationBarTitleText": "工资审核详情"
               }
            },
            {
@@ -221,6 +221,112 @@
            //    }
            // }
         ]
      },
      {
         "root": "pages/reimbursement",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "费用报销申请"
               }
            },
            {
               "path": "examine",
               "style": {
                  "navigationBarTitleText": "请示批复",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "myreim",
               "style": {
                  "navigationBarTitleText": "我的费用报销",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "reimbursement",
               "style": {
                  "navigationBarTitleText": "费用报销"
               }
            }, {
               "path": "approve",
               "style": {
                  "navigationBarTitleText": "审批"
               }
            }, {
               "path": "payment",
               "style": {
                  "navigationBarTitleText": "付款"
               }
            }
         ]
      },
      {
         "root": "pages/worker",
         "pages": [{
               "path": "worker",
               "style": {
                  "navigationBarTitleText": "工人详情"
               }
            },
            {
               "path": "salary",
               "style": {
                  "navigationBarTitleText": "工资查询"
               }
            },
            {
               "path": "salaryDetail",
               "style": {
                  "navigationBarTitleText": "工资查询明细"
               }
            }
         ]
      },
      {
         "root": "pages/delivergoods",
         "pages": [{
               "path": "reservation",
               "style": {
                  "navigationBarTitleText": "送货受理",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "reservationWorker",
               "style": {
                  "navigationBarTitleText": "预约送货",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "query",
               "style": {
                  "navigationBarTitleText": "送货查询"
               }
            },
            {
               "path": "qdetail",
               "style": {
                  "navigationBarTitleText": "送货详情"
               }
            },
            {
               "path": "arrange",
               "style": {
                  "navigationBarTitleText": "送货安排",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "feedback",
               "style": {
                  "navigationBarTitleText": "送货反馈",
                  "enablePullDownRefresh": true
               }
            }
         ]
      }