-
zhangwei
2024-08-14 ff120d19df422dc6aeb7a35e144d726582aef8f8
src/pages.json
@@ -1,5 +1,6 @@
{
   "condition": { //模式配置,仅开发期间生效
    "condition" : {
        //模式配置,仅开发期间生效
      "current": 0, //当前激活的模式(list 的索引项)
      "list": []
   },
@@ -12,14 +13,15 @@
         "^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" :
         {
            "style" : {
            "navigationBarTitleText" : ""
         }
      },
@@ -58,7 +60,8 @@
         "style": {
            "navigationBarTitleText": "发布招工2/2"
         }
      }, {
        },
        {
         "path": "pages/release/index",
         "style": {
            "navigationBarTitleText": "发布招工"
@@ -66,12 +69,36 @@
      },
      {
         "path" : "pages/wallet/index",
         "style" :
         {
            "style" : {
            "navigationBarTitleText" : "钱包"
         }
        },
        {
            "path" : "pages/mine/mine",
            "style" : {
            "navigationBarTitleText" : "个人信息"
      }
        },
      {
          "path" : "pages/mine/apply",
          "style" : {
            "navigationBarTitleText" : "申请接单"
         }
      },
      {
         "path" : "pages/enterprise/index",
         "style" :
         {
            "navigationBarTitleText" : "企业资料"
         }
      },
      {
         "path" : "pages/enterprise/enterprise",
         "style" :
         {
            "navigationBarTitleText" : "企业资料"
         }
      }
   ],
   // "subPackages": [{
   //    "root": "pages/componentsB",
@@ -93,7 +120,8 @@
      "selectedColor": "#303133",
      "backgroundColor": "#FFFFFF",
      "borderStyle": "black",
      "list": [{
        "list" : [
            {
            "pagePath": "pages/index/index",
            "iconPath": "static/shouye.png",
            "selectedIconPath": "static/select_shouye.png",