-
zhangwei
2024-08-29 447e19fa298ae11a1c3a3fa2d2ff3a1a8dba0501
src/pages.json
@@ -28,39 +28,35 @@
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "小镇临时工-首页"
            "navigationBarTitleText": "小镇临时工-首页",
            "enablePullDownRefresh":true
         }
      },
      {
         "path": "pages/mine/index",
         "style": {
            "navigationBarTitleText": "个人中心"
         }
      },
      {
         "path": "pages/login/index",
         "style": {
            "navigationBarTitleText": "登录"
         }
      },
      {
         "path": "pages/order/order",
         "style": {
            "navigationBarTitleText": "职位管理"
         }
      },
      {
         "path": "pages/order/detail",
         "style": {
            "navigationBarTitleText": "投递详情"
         }
      },
      {
         "path": "pages/order/worker",
         "style": {
            "navigationBarTitleText": "工人详情"
         }
      },
      // {
      //    "path": "pages/order/order",
      //    "style": {
      //       "navigationBarTitleText": "职位管理"
      //    }
      // },
      // {
      //    "path": "pages/order/detail",
      //    "style": {
      //       "navigationBarTitleText": "投递详情"
      //    }
      // },
      // {
      //    "path": "pages/order/worker",
      //    "style": {
      //       "navigationBarTitleText": "工人详情"
      //    }
      // },
      {
         "path": "pages/release/index",
         "style": {
@@ -74,6 +70,12 @@
         }
      },
      {
         "path": "pages/mine/index",
         "style": {
            "navigationBarTitleText": "个人中心"
         }
      },
      {
         "path": "pages/mine/mine",
         "style": {
            "navigationBarTitleText": "个人信息"
@@ -83,42 +85,142 @@
         "path": "pages/mine/apply",
         "style": {
            "navigationBarTitleText": "申请接单"
         }
      },
      {
         "path": "pages/enterprise/index",
         "style": {
            "navigationBarTitleText": "企业资料"
         }
      },
      {
         "path": "pages/enterprise/enterprise",
         "style": {
            "navigationBarTitleText": "企业资料"
         }
      },
      {
         "path": "pages/checkin/index",
         "style": {
            "navigationBarTitleText": "打卡记录"
         }
      },
      {
         "path": "pages/checkin/record",
         "style": {
            "navigationBarTitleText": "打卡详情"
         "path" : "pages/test/test",
         "style" :
         {
            "navigationBarTitleText" : "人脸识别"
            // "usingComponents":{
            //    "camera-buffer-jpg":"../components/cameraBufferJpg/cameraBufferjpg"
            // }
         }
      }
      // {
      //    "path": "pages/enterprise/index",
      //    "style": {
      //       "navigationBarTitleText": "企业资料"
      //    }
      // },
      // {
      //    "path": "pages/enterprise/enterprise",
      //    "style": {
      //       "navigationBarTitleText": "企业资料"
      //    }
      // },
      // {
      //    "path": "pages/checkin/index",
      //    "style": {
      //       "navigationBarTitleText": "打卡记录"
      //    }
      // },
      // {
      //    "path": "pages/checkin/record",
      //    "style": {
      //       "navigationBarTitleText": "打卡详情"
      //    }
      // }
   ],
   // "subPackages": [{
   //    "root": "pages/componentsB",
   //    "pages": [{
   //       "path": "dropdown/dropdown",
   //       "style": {
   //          "navigationBarTitleText": "下拉菜单"
   //       }
   //    }]
   // }],
   "subPackages": [{
         "root": "pages/checkin",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "打卡记录",
                  "enablePullDownRefresh":true
               }
            },
            {
               "path": "record",
               "style": {
                  "navigationBarTitleText": "打卡详情"
               }
            },
            {
               "path": "checkin",
               "style": {
                  "navigationBarTitleText": "打卡"
               }
            },
            {
               "path": "workdetail",
               "style": {
                  "navigationBarTitleText": "打卡详情"
               }
            }
         ]
      },
      {
         "root": "pages/enterprise",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "企业资料"
               }
            },
            {
               "path": "enterprise",
               "style": {
                  "navigationBarTitleText": "企业资料"
               }
            }
         ]
      },
      {
         "root": "pages/detail",
         "pages": [{
               "path": "detail",
               "style": {
                  "navigationBarTitleText": "工作详情"
               }
            }
         ]
      },
      {
         "root": "pages/order",
         "pages": [{
               "path": "order",
               "style": {
                  "navigationBarTitleText": "职位管理"
               }
            },
            {
               "path": "detail",
               "style": {
                  "navigationBarTitleText": "投递详情"
               }
            },
            {
               "path": "worker",
               "style": {
                  "navigationBarTitleText": "工人详情"
               }
            },
            {
               "path": "myorder",
               "style": {
                  "navigationBarTitleText": "我的工作",
                  "enablePullDownRefresh":true
               }
            }
         ]
      },
      {
         "root": "pages/company",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "打卡记录"
               }
            }
         ]
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uview-plus",