zengh
2021-06-24 f3eebd2f83cd6d12e3b714ac464f8717e0272e0f
pages.json
@@ -206,7 +206,10 @@
         "path": "pages/alarm_list/alarm_list",
         "name": "alarm_list",
         "style": {
            "navigationBarTitleText": "我要查"
            "navigationBarTitleText": "我要查",
            "app-plus":{
               "titleNView":"false"
            }
         }
      },
      {
@@ -257,8 +260,7 @@
      }
   ],
   "globalStyle": {//将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
      "autoscan": true,
      "onReachBottomDistance":160
      "autoscan": true
   },
   "tabBar": {
      "color": "#7a7e83",
@@ -291,12 +293,13 @@
            "text": "我要巡",
            "iconPath": "static/img/bar/patrol.png",
            "selectedIconPath": "static/img/bar/patrol-blue.png"
         },{
            "pagePath": "pages/myself/myself",
            "text": "我的",
            "iconPath": "static/tabbar/userHL.png",
            "selectedIconPath": "static/workbench/user01.png"
         }
         // ,{
         //    "pagePath": "pages/myself/myself",
         //    "text": "我的",
         //    "iconPath": "static/tabbar/userHL.png",
         //    "selectedIconPath": "static/workbench/user01.png"
         // }
      ]
   },