pages.json
@@ -52,6 +52,15 @@
         }
      },
      {
         "path": "pages/business/business",
         "style": {
            "navigationBarTitleText": "工作台",
            "app-plus":{
               "titleNView":false
            }
         }
      },
      {
         "path": "pages/myself/childen/xinxi",
         "name": "xinxi",
         "style": {
@@ -278,38 +287,27 @@
      "backgroundColor": "#ffffff",
      "list": [{
            "pagePath": "pages/alarm_list/alarm_list",
            "text": "我要查",
            "iconPath": "static/tabbar/workbench.png",
            "selectedIconPath": "static/tabbar/workbenchH.png"
            "text": "首页",
            "iconPath": "static/tabbar/index01.png",
            "selectedIconPath": "static/tabbar/index02.png"
         },{
            "pagePath": "pages/article/article",
            "text": "我要看",
            "text": "资讯",
            "iconPath": "static/tabbar/article.png",
            "selectedIconPath": "static/tabbar/articleH.png"
         },
         {
            "pagePath": "pages/reported/reported",
            "text": "我要报",
            "iconPath": "static/tabbar/business.png",
            "selectedIconPath": "static/tabbar/businessH.png"
         }, {
            "pagePath": "pages/groupChat/groupChat",
            "text": "我要说",
            "iconPath": "static/tabbar/investigation.png",
            "selectedIconPath": "static/tabbar/investigationH.png"
         },{
            "pagePath": "pages/workbench/workbench",
            "text": "我要巡",
            "iconPath": "static/img/bar/patrol.png",
            "selectedIconPath": "static/img/bar/patrol-blue.png"
            "pagePath": "pages/business/business",
            "text": "工作台",
            "iconPath": "static/tabbar/workbench.png",
            "selectedIconPath": "static/tabbar/workbenchH.png"
         },
         {
            "pagePath": "pages/myself/myself",
            "text": "我的",
            "iconPath": "static/tabbar/my.png",
            "selectedIconPath": "./static/tabbar/my-blue.png"
         }
         // ,{
         //    "pagePath": "pages/myself/myself",
         //    "text": "我的",
         //    "iconPath": "static/tabbar/userHL.png",
         //    "selectedIconPath": "static/workbench/user01.png"
         // }
      ]
   },