quanyawei
2024-01-11 da25434b85fc5b4321c429bf95e719d00ec395bb
pages.json
New file
@@ -0,0 +1,60 @@
{
   "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
      }
   }]
}