-
zhangwei
2024-08-21 9efb46fe04b3bb9098e92979ae2c658256446f25
src/pages.json
@@ -31,36 +31,31 @@
            "navigationBarTitleText": "小镇临时工-首页"
         }
      },
      {
         "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 +69,12 @@
         }
      },
      {
         "path": "pages/mine/index",
         "style": {
            "navigationBarTitleText": "个人中心"
         }
      },
      {
         "path": "pages/mine/mine",
         "style": {
            "navigationBarTitleText": "个人信息"
@@ -82,43 +83,94 @@
      {
         "path": "pages/mine/apply",
         "style": {
            "navigationBarTitleText": "申请接单"
            "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": "打卡详情"
         }
      }
      // {
      //    "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": "打卡记录"
               }
            },
            {
               "path": "record",
               "style": {
                  "navigationBarTitleText": "打卡详情"
               }
            }
         ]
      },
      {
         "root": "pages/enterprise",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "企业资料"
               }
            },
            {
               "path": "enterprise",
               "style": {
                  "navigationBarTitleText": "企业资料"
               }
            }
         ]
      },
      {"root": "pages/order",
         "pages":[
            {
               "path": "order",
               "style": {
                  "navigationBarTitleText": "职位管理"
               }
            },
            {
               "path": "detail",
               "style": {
                  "navigationBarTitleText": "投递详情"
               }
            },
            {
               "path": "worker",
               "style": {
                  "navigationBarTitleText": "工人详情"
               }
            }
         ]
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uview-plus",