智慧保安互联网APP
zengh
2021-07-23 bf96d142d8383f179e2d16f6555e43c5a1cbd85f
pages.json
@@ -4,6 +4,13 @@
   },
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/login/login-account",
         "style": {
            "navigationBarTitleText": "登录",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      },{
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "首页",
@@ -33,7 +40,22 @@
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      }, {
         "path": "pages/company/company",
         "style": {
            "navigationBarTitleText": "服务单位",
            "enablePullDownRefresh": false,
            "navigationBarBackgroundColor": "#0BB9C8",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/company/companyDetail",
         "style": {
            "navigationBarTitleText": "服务单位管理",
            "enablePullDownRefresh": false,
            "navigationBarBackgroundColor": "#0BB9C8",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/user/profile",
         "style": {
@@ -145,7 +167,7 @@
         "pagePath": "pages/demo/demo",
         "iconPath": "static/images/tabbar/demo.png",
         "selectedIconPath": "static/images/tabbar/demo_selected.png",
         "text": "示例"
         "text": "好友"
      }, {
         "pagePath": "pages/manage/manage",
         "iconPath": "static/images/tabbar/manage.png",