zhangwei
2024-08-28 d148889f32babca7ffefa3336a22f9f38dc0c525
src/pages.json
@@ -28,10 +28,11 @@
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "小镇临时工-首页"
            "navigationBarTitleText": "小镇临时工-首页",
            "enablePullDownRefresh":true
         }
      },
      {
         "path": "pages/login/index",
         "style": {
@@ -83,12 +84,20 @@
      {
         "path": "pages/mine/apply",
         "style": {
            "navigationBarTitleText": "申请接单",
            "usingComponents":{
               "camera-buffer-jpg":"/components/cameraBufferJpg/cameraBufferjpg"
            }
            "navigationBarTitleText": "申请接单"
         }
      },
      {
         "path" : "pages/test/test",
         "style" :
         {
            "navigationBarTitleText" : "人脸识别"
            // "usingComponents":{
            //    "camera-buffer-jpg":"../components/cameraBufferJpg/cameraBufferjpg"
            // }
         }
      }
      // {
      //    "path": "pages/enterprise/index",
@@ -120,11 +129,24 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "打卡记录"
                  "navigationBarTitleText": "打卡记录",
                  "enablePullDownRefresh":true
               }
            },
            {
               "path": "record",
               "style": {
                  "navigationBarTitleText": "打卡详情"
               }
            },
            {
               "path": "checkin",
               "style": {
                  "navigationBarTitleText": "打卡"
               }
            },
            {
               "path": "workdetail",
               "style": {
                  "navigationBarTitleText": "打卡详情"
               }
@@ -147,9 +169,19 @@
            }
         ]
      },
      {"root": "pages/order",
         "pages":[
            {
      {
         "root": "pages/detail",
         "pages": [{
               "path": "detail",
               "style": {
                  "navigationBarTitleText": "工作详情"
               }
            }
         ]
      },
      {
         "root": "pages/order",
         "pages": [{
               "path": "order",
               "style": {
                  "navigationBarTitleText": "职位管理"
@@ -166,10 +198,17 @@
               "style": {
                  "navigationBarTitleText": "工人详情"
               }
            },
            {
               "path": "myorder",
               "style": {
                  "navigationBarTitleText": "我的工作",
                  "enablePullDownRefresh":true
               }
            }
         ]
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",