liuyg
2022-03-09 f7167fe6e19783eeef8386b5f74dbc7bdfdab327
pages.json
@@ -26,6 +26,14 @@
         }
      },
      {
         "path": "pages/registerUser/map",
         "name": "registerUserMap",
         "style": {
            "navigationStyle": "custom", // 隐藏系统导航栏
            "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
         }
      },
      {
         "path": "pages/registerUser/idphoto",
         "style": {
            "navigationBarTitleText": "人脸识别",
@@ -106,9 +114,9 @@
      {
         "path": "pages/business/business",
         "style": {
            "navigationBarTitleText": "工作台",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
            "navigationBarTitleText": "行业圈",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
      },
      {
@@ -350,7 +358,7 @@
         "path": "pages/grabOrders/grabOrdersZAXC/grabOrders",
         "name": "grabOrdersZAXC",
         "style": {
            "navigationBarTitleText": "治安巡查",
            "navigationBarTitleText": "治安防范巡查",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
@@ -386,7 +394,7 @@
         "path": "pages/grabOrders/grabOrdersZAYWXC/grabOrders",
         "name": "grabOrdersZAYWXC",
         "style": {
            "navigationBarTitleText": "治安义务宣传",
            "navigationBarTitleText": "治安防范宣传",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
@@ -640,8 +648,8 @@
         }
      },
      {
         "path": "pages/exam/examReviewPage",
         "name": "examReviewPage",
         "path": "pages/exam/examResultPage",
         "name": "examResultPage",
         "style": {
            "navigationStyle": "custom",
            "navigationBarTitleText": "",
@@ -649,7 +657,27 @@
         }
      }
   ],
       ,{
            "path" : "pages/grabOrders/taskCount/taskCount",
            "style" :
            {
                "navigationBarTitleText": "查任务",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        }
        ,{
            "path" : "pages/grabOrders/personnelCount/personnelCount",
            "style" :
            {
                "navigationBarTitleText": "人员统计",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        }
    ],
   "globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
      "autoscan": true
   },