liuyg
2022-02-21 e3dcaeb0180a4e37347ac9ceb44c8a59ae7af37f
pages.json
@@ -398,6 +398,17 @@
         }
      },
      {
         "path": "pages/currentMap/currentMap",
         "name": "currentMap",
         "style": {
            "navigationBarTitleText": "获取辖区",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/clockSignIn/clockSignIn",
         "name": "clockSignIn",
         "style": {
@@ -485,7 +496,7 @@
      }, {
         "path": "pages/voting/vote",
         "style": {
            "navigationBarTitleText": "投票发起",
            "navigationBarTitleText": "参与投票",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
@@ -507,7 +518,17 @@
         }
      }
   ],
       ,{
            "path" : "pages/voting/votRanking",
            "style" :
            {
                "navigationBarTitleText": "投票排名",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        }
    ],
   "globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
      "autoscan": true
   },