zhangwei
2024-09-11 4eef04aa662cf4f8fbde60ca99c0011b6203c558
src/pages.json
@@ -49,7 +49,8 @@
      {
         "path": "pages/mine/index",
         "style": {
            "navigationBarTitleText": "个人中心"
            "navigationBarTitleText": "个人中心",
            "enablePullDownRefresh": true
         }
      },
      {
@@ -61,7 +62,7 @@
      {
         "path": "pages/mine/apply",
         "style": {
            "navigationBarTitleText": "申请接单"
            "navigationBarTitleText": "寻找工作"
         }
@@ -69,7 +70,7 @@
      {
         "path": "pages/test/test",
         "style": {
            "navigationBarTitleText": "人脸识别"
            "navigationBarTitleText": "人脸打卡"
            // "usingComponents":{
            //    "camera-buffer-jpg":"../components/cameraBufferJpg/cameraBufferjpg"
            // }
@@ -79,7 +80,7 @@
         "path" : "pages/income/income",
         "style" : 
         {
            "navigationBarTitleText" : "收入明细",
            "navigationBarTitleText" : "工资明细",
            "enablePullDownRefresh": true
         }
      },
@@ -181,13 +182,20 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工人打卡记录"
                  "navigationBarTitleText": "工人打卡记录",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "record",
               "style": {
                  "navigationBarTitleText": "工人打卡详情"
               }
            },
            {
               "path": "staff",
               "style": {
                  "navigationBarTitleText": "员工管理"
               }
            }
         ]
@@ -205,13 +213,13 @@
               "style": {
                  "navigationBarTitleText": "提现"
               }
            },
            {
               "path": "withdrawal",
               "style": {
                  "navigationBarTitleText": "充值"
               }
            }
            // {
            //    "path": "withdrawal",
            //    "style": {
            //       "navigationBarTitleText": "充值"
            //    }
            // }
         ]
      }