quanyawei
2024-03-01 234637e58d6eef02a2d626427d4f3746df40573f
pages.json
@@ -1,70 +1,67 @@
{
  "pages": [
    //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
    {
      "path": "pages/actionChange/agencyPage/index",
      "style": {
        "navigationBarTitleText": "首页",
        "enablePullDownRefresh": false
      }
    },
   {
     "path": "pages/login/login"
   },
    {
      "path": "pages/login/register/register",
      "style": {
        "navigationBarTitleText": "注册",
        "enablePullDownRefresh": false
      }
    },
    {
      "path": "pages/actionChange/newPage/index", //立行立改新建交办单
      "style": {
        "navigationBarTitleText": "新建交办单",
        "enablePullDownRefresh": false,
      "navigationBarHidden":true
      }
    },
    {
      "path": "pages/actionChange/workOrderDetails/index", //立行立改交办单详情
      "style": {
        "navigationBarTitleText": "交办单信息",
        "enablePullDownRefresh": false
      }
    },
    {
      "path": "pages/actionChange/myInfor/index",
      "style": {
        "navigationBarTitleText": "我的",
        "enablePullDownRefresh": false
      }
    }
  ],
  "tabBar": {
    "color": "#515151",
    "selectedColor": "#3875C5",
    "list": [
      {
        "text": "首页",
        "pagePath": "pages/actionChange/agencyPage/index",
        "iconPath": "static/img/shouye.png",
        "selectedIconPath": "static/img/shouyeClick.png"
      },
      {
        "text": "新建交办单",
        "pagePath": "pages/actionChange/newPage/index",
        "iconPath": "static/img/xinjian.png",
        "selectedIconPath": "static/img/xinjianClick.png"
      },
      {
        "text": "我的",
        "iconPath": "static/img/wode-.png",
        "selectedIconPath": "static/img/wodeClick.png",
        "pagePath": "pages/actionChange/myInfor/index"
      }
    ]
  }
}
   "pages": [{
      "path": "pages/index/index",
      "style": {
         "navigationBarTitleText": "首页",
         "enablePullDownRefresh": false,
         "disableSwipeBack": true,
         "navigationStyle": "custom"
      }
   }, {
      "path": "pages/actionChange/agencyPage/index",
      "style": {
         "navigationBarTitleText": "首页",
         "navigationStyle": "custom",
         "app-plus": {
            "bounce": "none"
         }, // 防止ios端上下拖动
         "enablePullDownRefresh": false
      }
   }, {
      "path": "pages/login/login",
      "style": {
         "navigationBarTitleText": "登录",
         "app-plus": {
            "bounce": "none"
         }, // 防止ios端上下拖动
         "enablePullDownRefresh": false
      }
   }, {
      "path": "pages/actionChange/newPage/index",
      "style": {
         "navigationBarTitleText": "新建交办单",
         "app-plus": {
            "bounce": "none"
         }, // 防止ios端上下拖动
         "enablePullDownRefresh": false
      }
   }, {
      "path": "pages/actionChange/workOrderDetails/index",
      "style": {
         "navigationBarTitleText": "交办单信息",
         "enablePullDownRefresh": false
      }
   }, {
      "path": "pages/actionChange/myInfor/index",
      "style": {
         "navigationBarTitleText": "我的",
         "enablePullDownRefresh": false,
         "disableSwipeBack": true,
         "navigationStyle": "custom"
      }
   }, {
      "path": "pages/actionChange/secondLevelData/index",
      "style": {
         "navigationBarTitleText": "秒级数据",
         "enablePullDownRefresh": false,
         "disableSwipeBack": true
      }
   }, {
      "path": "pages/actionChange/handheldDevices/index",
      "style": {
         "navigationBarTitleText": "手持设备",
         "enablePullDownRefresh": false,
         "disableSwipeBack": true
      }
   }]
}