智慧保安互联网APP
shuishen
2021-08-12 489acf5ce86f711ef70e67a3bb1511571177a8bb
pages.json
@@ -3,16 +3,16 @@
      "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
   },
   "pages": [{
         "path": "pages/home/home",
         "path": "pages/login/login-account",
         "style": {
            "navigationBarTitleText": "首页",
            "navigationBarTitleText": "登录",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      }, {
         "path": "pages/login/login-account",
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "登录",
            "navigationBarTitleText": "首页",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
@@ -28,7 +28,7 @@
            //    "animationDuration": 300
            // }
         }
      },
      },
      // {
      //    "path": "pages/home/home",
      //    "style": {
@@ -230,6 +230,54 @@
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/examine/unit",
         "style": {
            "navigationBarTitleText": "单位检查列表",
            "enablePullDownRefresh": false,
            "navigationBarBackgroundColor": "#0BB9C8",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/examine/unitDetail",
         "style": {
            "navigationBarTitleText": "单位检查详情",
            "enablePullDownRefresh": false,
            "navigationBarBackgroundColor": "#0BB9C8",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/examine/people",
         "style": {
            "navigationBarTitleText": "保安检查列表",
            "enablePullDownRefresh": false,
            "navigationBarBackgroundColor": "#0BB9C8",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/examine/peopleDetail",
         "style": {
            "navigationBarTitleText": "保安检查详情",
            "enablePullDownRefresh": false,
            "navigationBarBackgroundColor": "#0BB9C8",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/examine/addunit",
         "style": {
            "navigationBarTitleText": "新增单位检查",
            "enablePullDownRefresh": false,
            "navigationBarBackgroundColor": "#0BB9C8",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/examine/addpeople",
         "style": {
            "navigationBarTitleText": "新增人员检查",
            "enablePullDownRefresh": false,
            "navigationBarBackgroundColor": "#0BB9C8",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/map/map",
         "style": {
            "navigationBarTitleText": "位置查看",
@@ -336,17 +384,15 @@
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      }, {
         "path": "pages/videoCall/videoCall",
         "style": {
            "navigationBarTitleText": "视频通话",
            "enablePullDownRefresh": false
         }
      }
       ,{
            "path" : "pages/videoCall/videoCall",
            "style" :
            {
                "navigationBarTitleText": "视频通话",
                "enablePullDownRefresh": false
            }
        }
    ],
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "",