linwe
2023-11-12 b77cc2d2012ecb4b876538ac7aee3edac7db8a2f
pages.json
@@ -31,301 +31,10 @@
   ],
   "subPackages": [
      //登录
      {
         "root": "subPackage/login",
         "pages": [{
               "path": "login-account",
               "style": {
                  "navigationBarTitleText": "账号登录",
                  "enablePullDownRefresh": false,
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "login-code",
               "style": {
                  "navigationBarTitleText": "验证码登录",
                  "enablePullDownRefresh": false,
                  "navigationStyle": "custom"
               }
            }
         ]
      },
      //实时监控
      {
         "root": "subPackage/realtimeMonitor",
         "pages": [
            //搜索页
            {
               "path": "search/index",
               "style": {
                  "navigationBarTitleText": "搜索",
                  "enablePullDownRefresh": false,
                  "navigationStyle": "custom"
               }
            },
            //实时监控列表
            {
               "path": "realtimeMonitor/index",
               "style": {
                  "navigationBarTitleText": "实时监视",
                  // "navigationBarBackgroundColor":"#51A4FA",
                  "enablePullDownRefresh": false,
                  "onReachBottomDistance": 100,
                  "navigationStyle": "custom",
                  "navigationBarTextStyle": "white"
               }
            },
            //水库详情
            {
               "path": "reservoir/detail",
               "style": {
                  "navigationBarTitleText": "水库详情页",
                  "navigationBarTextStyle": "white",
                  "navigationBarBackgroundColor": "#5887f9",
                  "enablePullDownRefresh": false,
                  "backgroundColor": "#F9F9FA"
               }
            },
            //实时汛情统计数据
            {
               "path": "reservoir/floodSituationStatistics",
               "style": {
                  "navigationBarTitleText": "水库统计",
                  "enablePullDownRefresh": false
               }
            },
            //报汛
            {
               "path": "reservoir/reportFlood",
               "style": {
                  "navigationBarTitleText": "报汛",
                  "enablePullDownRefresh": false
               }
            }
         ]
      },
      //大坝安全
      {
         "root": "subPackage/dbSafety",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "大坝安全监测",
                  "navigationBarBackgroundColor": "#5887f9",
                  "navigationBarTextStyle": "white",
                  "navigationStyle": "custom",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "bxList",
               "style": {
                  "navigationBarTitleText": "变形监测",
                  "navigationBarBackgroundColor": "#5887f9",
                  "navigationBarTextStyle": "white",
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "slList",
               "style": {
                  "navigationBarTitleText": "渗流监测",
                  "navigationBarBackgroundColor": "#5887f9",
                  "navigationBarTextStyle": "white",
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "daba",
               "style": {
                  "navigationBarTitleText": "监测分析",
                  "navigationBarBackgroundColor": "#5887f9",
                  "navigationBarTextStyle": "white"
               }
            }
         ]
      },
      //雨水情信息
      {
         "root": "subPackage/rainWaterCondition",
         "pages": [{
            "path": "rainWaterCondition",
            "style": {
               "navigationBarTitleText": "雨水情信息",
               "navigationBarBackgroundColor": "#5887f9",
               "navigationBarTextStyle": "white",
               "navigationStyle": "custom",
               "enablePullDownRefresh": true
            }
         }]
      },
      //巡检
      {
         "root": "subPackage/patrol",
         "pages": [
            //巡查任务列表
            {
               "path": "patrol",
               "style": {
                  "navigationBarTitleText": "安全巡查",
                  "enablePullDownRefresh": false
               }
            },
            //巡查上报
            {
               "path": "patrolReport",
               "style": {
                  "navigationBarTitleText": "巡查报告",
                  "enablePullDownRefresh": false
               }
            },
            //巡查项填写
            {
               "path": "itemRecord",
               "style": {
                  "navigationBarTitleText": "填写报告",
                  "enablePullDownRefresh": false
               }
            },
            //巡查任务详情
            {
               "path": "patrolDetail",
               "style": {
                  "navigationBarTitleText": "任务详情",
                  "enablePullDownRefresh": false
               }
            },
            //巡查项详情
            {
               "path": "itemDetail",
               "style": {
                  "navigationBarTitleText": "巡查项详情",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "patrolHandle",
               "style": {
                  "navigationBarTitleText": "巡查处理",
                  "enablePullDownRefresh": false
               }
            }
         ]
      },
      //我的
      {
         "root": "subPackage/user",
         "pages": [
            //修改密码
            {
               "path": "password",
               "style": {
                  "navigationBarTitleText": "修改密码",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "addressList",
               "style": {
                  "navigationBarTitleText": "通讯录",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "feedback",
               "style": {
                  "navigationBarTitleText": "反馈与建议",
                  "enablePullDownRefresh": false
               }
            },
            //历史报汛
            {
               "path": "historical/index",
               "style": {
                  "navigationBarTitleText": "历史报汛",
                  "enablePullDownRefresh": false
               }
            },
            //报汛详情
            {
               "path": "historical/detail/index",
               "style": {
                  "navigationBarTitleText": "报汛详情",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "history/patrol",
               "style": {
                  "navigationBarTitleText": "历史巡查",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "history/detail/patrolDetail",
               "style": {
                  "navigationBarTitleText": "处理详情",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "history/protect",
               "style": {
                  "navigationBarTitleText": "历史管护",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "history/scheduling",
               "style": {
                  "navigationBarTitleText": "历史调度",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "history/danger",
               "style": {
                  "navigationBarTitleText": "历史险情上报",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "history/detail/dangerDetail",
               "style": {
                  "navigationBarTitleText": "历史险情详情",
                  "enablePullDownRefresh": false
               }
            },
            //隐私政策
            {
               "path": "privacyPolicy",
               "style": {
                  "navigationBarTitleText": "隐私政策",
                  "enablePullDownRefresh": false
               }
            },
            //消息
            {
               "path": "message/index",
               "style": {
                  "navigationBarTitleText": "消息",
                  "enablePullDownRefresh": false
               }
            },
            //消息详情
            {
               "path": "message/detail/index",
               "style": {
                  "navigationBarTitleText": "消息详情",
                  "enablePullDownRefresh": false
               }
            },
            //切换角色
            {
               "path": "role/index",
@@ -335,60 +44,252 @@
                  "navigationBarBackgroundColor": "#4586fe",
                  "navigationBarTextStyle": "white"
               }
            }
         ]
      },
      //监测上报
      {
         "root": "subPackage/jcsb",
         "pages": [{
               "path": "jcsb/index",
            },
            //修改密码
            {
               "path": "password/index",
               "style": {
                  "navigationBarTitleText": "险情上报",
                  "enablePullDownRefresh": false
                  "navigationBarTitleText": "修改密码",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "manageProtect/index",
               "path": "clockIn/index",
               "style": {
                  "navigationBarTitleText": "管护上报",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "modules/scheduling",
               "style": {
                  "navigationBarTitleText": "调度模块",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "db/index",
               "style": {
                  "navigationBarTitleText": "监测上报",
                  "enablePullDownRefresh": false
                  "navigationBarTitleText": "在线打卡",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            }
         ]
      },
      //公告
      {
         "root": "subPackage/article",
         "pages": [{
               "path": "list",
               "style": {
                  "navigationBarTitleText": "公告",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "detail",
               "style": {
                  "navigationBarTitleText": "公告详情",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            }
         ]
      },
      //便民热线
      {
         "root": "subPackage/hotLine",
         "pages": [{
            "path": "index",
            "style": {
               "navigationBarTitleText": "便民热线",
               "enablePullDownRefresh": false,
               "navigationBarBackgroundColor": "#fff",
               "navigationBarTextStyle": "black"
            }
         }]
      },
      //标签
      {
         "root": "subPackage/label",
         "pages": [
            {
               "path": "index",
               "style": {
                  "navigationBarTitleText": "标签事件",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#4586fe",
                  "navigationBarTextStyle": "white",
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "hotel",
               "style": {
                  "navigationBarTitleText": "旅馆安全自查",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },{
               "path": "bail",
               "style": {
                  "navigationBarTitleText": "取保候审",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "form",
               "style": {
                  "navigationBarTitleText": "打金店报事",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "hotelList",
               "style": {
                  "navigationBarTitleText": "报事列表",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "bailList",
               "style": {
                  "navigationBarTitleText": "报事列表",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "formList",
               "style": {
                  "navigationBarTitleText": "报事列表",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            }
         ]
      },
      //工作台
      {
         "root": "subPackage/workbench",
         "pages": [{
               "path": "views/cscj",
               "style": {
                  "navigationBarTitleText": "场所维护",
                  "navigationBarTitleText": "场所采集",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#4586fe",
                  "navigationBarTextStyle": "white"
               }
            },
            {
               "path": "views/csjl",
               "style": {
                  "onReachBottomDistance": 10,
                  "navigationBarTitleText": "场所记录",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/rental",
               "style": {
                  "onReachBottomDistance": 10,
                  "navigationBarTitleText": "出租房管理",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/audit",
               "style": {
                  "navigationBarTitleText": "标签事件",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/cshw",
               "style": {
                  "onReachBottomDistance": 10,
                  "navigationBarTitleText": "场所维护",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/examine",
               "style": {
                  "navigationBarTitleText": "审核",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/editExamine",
               "style": {
                  "navigationBarTitleText": "场所维护",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/report",
               "style": {
                  "navigationBarTitleText": "保修报事",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/reportAudit",
               "style": {
                  "navigationBarTitleText": "报事报修处理",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/hotelReportDetail",
               "style": {
                  "navigationBarTitleText": "审核",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/bailReportDetail",
               "style": {
                  "navigationBarTitleText": "审核",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/labelReportDetail",
               "style": {
                  "navigationBarTitleText": "审核",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            }
         ]
      },
      //报事
      {
         "root": "subPackage/bs",
@@ -420,9 +321,9 @@
            {
               "path": "views/zhsb",
               "style": {
                  "navigationBarTitleText": "出租管理",
                  "navigationBarBackgroundColor": "#4586fe",
                  "navigationBarTextStyle": "white",
                  "navigationBarTitleText": "租客上报",
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black",
                  "enablePullDownRefresh": false
               }
            },
@@ -430,16 +331,41 @@
               "path": "views/rentDetail",
               "style": {
                  "navigationBarTitleText": "租户详情",
                  "navigationBarBackgroundColor": "#4586fe",
                  "navigationBarTextStyle": "white",
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "views/repair",
               "style": {
                  "navigationBarTitleText": "报事报修",
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black",
                  "enablePullDownRefresh": false,
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "views/addRepair",
               "style": {
                  "navigationBarTitleText": "公共维修",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            },
            {
               "path": "views/repairList",
               "style": {
                  "navigationBarTitleText": "公共维修",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            }
         ]
      },
      // 楼栋管理
      {
         "root": "subPackage/house",
@@ -447,8 +373,8 @@
               "path": "list/index",
               "style": {
                  "navigationBarTitleText": "楼栋列表",
                  "navigationBarBackgroundColor": "#5887f9",
                  "navigationBarTextStyle": "white",
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black",
                  "enablePullDownRefresh": false
               }
            },
@@ -456,8 +382,8 @@
               "path": "family/index",
               "style": {
                  "navigationBarTitleText": "楼盘",
                  "navigationBarBackgroundColor": "#5887f9",
                  "navigationBarTextStyle": "white",
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black",
                  "enablePullDownRefresh": false
               }
            },
@@ -465,8 +391,8 @@
               "path": "roomDetails/index",
               "style": {
                  "navigationBarTitleText": "房屋详情",
                  "navigationBarBackgroundColor": "#5887f9",
                  "navigationBarTextStyle": "white",
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black",
                  "enablePullDownRefresh": false
               }
            },
@@ -480,15 +406,32 @@
               }
            },
            {
               "path": "member/householdLabel",
               "style": {
                  "navigationBarTitleText": "标签管理",
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "roomControl/index",
               "style": {
                  "navigationBarTitleText": "房屋管理",
                  "navigationBarBackgroundColor": "#5887f9",
                  "navigationBarTextStyle": "white",
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black",
                  "enablePullDownRefresh": false
               }
            },
            {
               "path": "houseNumber/index",
               "style": {
                  "navigationBarTitleText": "门牌码信息",
                  "enablePullDownRefresh": false,
                  "navigationBarBackgroundColor": "#fff",
                  "navigationBarTextStyle": "black"
               }
            }
         ]
      }
@@ -501,16 +444,22 @@
      "backgroundColor": "#4586FE"
   },
   "tabBar": {
      "custom": true,
      // "custom": true,
      "color": "#AFB8C3",
      "selectedColor": "#5086FA",
      "borderStyle": "white",
      "backgroundColor": "#ffffff",
      "list": [{
            "pagePath": "pages/home/index"
            "pagePath": "pages/home/index",
            "selectedIconPath": "static/img/tabbar-01-selected.png",
            "iconPath": "static/img/tabbar-01.png",
            "text": "首页"
         },
         {
            "pagePath": "pages/user/center"
            "pagePath": "pages/user/center",
            "iconPath": "static/img/tabbar-03.png",
            "selectedIconPath": "static/img/tabbar-03-selected.png",
            "text": "我的"
         }
      ]
   }