zhangwei
2024-08-28 d148889f32babca7ffefa3336a22f9f38dc0c525
src/pages.json
@@ -1,5 +1,6 @@
{
   "condition": { //模式配置,仅开发期间生效
   "condition": {
      //模式配置,仅开发期间生效
      "current": 0, //当前激活的模式(list 的索引项)
      "list": []
   },
@@ -12,21 +13,60 @@
         "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
         "^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"
         "fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue",
         "tem-(.*)": "@/components/tem/tem-$1.vue"
      }
   },
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
   "pages": [
      //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path" : "pages/default/index",
         "style" :
         {
            "navigationBarTitleText" : ""
         "path": "pages/default/index",
         "style": {
            "navigationBarTitleText": ""
         }
      },
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "首页"
            "navigationBarTitleText": "小镇临时工-首页",
            "enablePullDownRefresh":true
         }
      },
      {
         "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/release/index",
         "style": {
            "navigationBarTitleText": "发布招工"
         }
      },
      {
         "path": "pages/wallet/index",
         "style": {
            "navigationBarTitleText": "钱包"
         }
      },
      {
@@ -36,52 +76,140 @@
         }
      },
      {
         "path": "pages/login/index",
         "path": "pages/mine/mine",
         "style": {
            "navigationBarTitleText": "登录"
            "navigationBarTitleText": "个人信息"
         }
      },
      {
         "path": "pages/detail/detail",
         "path": "pages/mine/apply",
         "style": {
            "navigationBarTitleText": "工作详情"
            "navigationBarTitleText": "申请接单"
         }
      },
      {
         "path": "pages/order/order",
         "style": {
            "navigationBarTitleText": "职位管理"
         }
      },
      {
         "path": "pages/release/release",
         "style": {
            "navigationBarTitleText": "发布招工2/2"
         }
      }, {
         "path": "pages/release/index",
         "style": {
            "navigationBarTitleText": "发布招工"
         }
      },
      {
         "path" : "pages/wallet/index",
         "path" : "pages/test/test",
         "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": "打卡详情"
      //    }
      // }
   ],
   // "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
               }
            }
         ]
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uview-plus",