zengh
2022-02-18 10ca1a362276175c0547ce977f778ce9c637579d
pages.json
@@ -485,7 +485,7 @@
      }, {
         "path": "pages/voting/vote",
         "style": {
            "navigationBarTitleText": "投票发起",
            "navigationBarTitleText": "参与投票",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
@@ -507,7 +507,17 @@
         }
      }
   ],
       ,{
            "path" : "pages/voting/votRanking",
            "style" :
            {
                "navigationBarTitleText": "投票排名",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        }
    ],
   "globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
      "autoscan": true
   },