jiangping
2024-12-09 f8f7fbc0f334bca013a1af9151a6d913a1d50b3f
h5/pages.json
@@ -2,17 +2,18 @@
   "easycom": {
      "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
   },
   "pages": [{
   "pages": [
      {
         "path": "pages/login",
         "style": {
            "navigationBarTitleText": "登录"
         }
      },
      {
         "path": "pages/index",
         "style": {
            "navigationBarTitleText": "首页",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/login",
         "style": {
            "navigationBarTitleText": "登录"
         }
      },
      {
@@ -66,7 +67,7 @@
         "path" : "pages/polling/detail",
         "style" : 
         {
            "navigationBarTitleText" : "运维详情"
            "navigationBarTitleText" : "任务详情"
         }
      },
      {
@@ -75,11 +76,18 @@
         {
            "navigationBarTitleText" : "巡检点"
         }
      },
      {
         "path" : "pages/common/memberSel",
         "style" :
         {
            "navigationBarTitleText" : "选择人员"
         }
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "",
      "navigationStyle": "custom",
      "navigationBarBackgroundColor": "#ffffff",
      "backgroundColor": "#ffffff"
   },