guifei zhu
2024-11-27 6017f46b762663b9393cdae8422e0de1ed3db218
pages.json
@@ -76,33 +76,79 @@
         }
      }, {
         "path": "pages/tabBar/analy",
         "path": "pages/me/analy",
         "style": {
            "navigationStyle": "custom"
         }
      }, {
         "path": "pages/analy/analyList",
         "style": {
            "navigationBarTitleText": "生产记录分析",
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/tabBar/demo",
         "style": {
            "navigationBarTitleText": "测试",
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/me/control",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      }, {
         "path": "pages/me/video",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path" : "pages/tabBar/device",
         "style" :
         {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path" : "pages/tabBar/warning",
         "style" :
         {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path" : "pages/device/control",
         "style" :
         {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      }
       ,{
            "path" : "pages/analy/analyList",
            "style" :
            {
                "navigationBarTitleText": "生产记录分析",
                "enablePullDownRefresh": false
            }
        },{
            "path" : "pages/tabBar/demo",
            "style" :
            {
                "navigationBarTitleText": "测试",
                "enablePullDownRefresh": false
            }
        }
    ],
   ],
   "globalStyle": {
      "navigationBarTextStyle": "white",
      "navigationBarTitleText": "uni-app",
      "navigationBarTitleText": "兰宝智能",
      "navigationBarBackgroundColor": "#F8F8F8",
      "backgroundColor": "#F8F8F8"
   },
@@ -118,15 +164,15 @@
         "text": "首页"
      }, {
         "pagePath": "pages/tabBar/monitor",
         "pagePath": "pages/tabBar/device",
         "iconPath": "static/tabBar/shop.png",
         "selectedIconPath": "static/tabBar/shop_cur.png",
         "text": "监控"
      }, {
         "pagePath": "pages/tabBar/analy",
         "pagePath": "pages/tabBar/warning",
         "iconPath": "static/tabBar/analy.png",
         "selectedIconPath": "static/tabBar/analy_cur.png",
         "text": "分析"
         "text": "报警"
      }, {
         "pagePath": "pages/tabBar/formula",
         "iconPath": "static/tabBar/order.png",
@@ -140,4 +186,4 @@
      }]
   },
   "uniIdRouter": {}
}
}