shuishen
2022-02-25 a4b6544f80190dd1fce914c09efa26629066983a
pages.json
@@ -515,28 +515,50 @@
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/voting/votRanking",
         "style": {
            "navigationBarTitleText": "投票排名",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/registerUser/agreement",
         "style": {
            "navigationBarTitleText": "",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/exam/startexam",
         "name": "startexam",
         "style": {
            "navigationBarTitleText": "开始考试",
            "navigationBarBackgroundColor": "#103289",
            "navigationBarTextStyle": "white"
         }
      }, {
         "path": "pages/exam/examTextPage",
         "name": "examTextPage",
         "style": {
            "navigationStyle": "custom",
            "navigationBarTitleText": "",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/exam/examReviewPage",
         "name": "examReviewPage",
         "style": {
            "navigationStyle": "custom",
            "navigationBarTitleText": "",
            "enablePullDownRefresh": false
         }
      }
       ,{
            "path" : "pages/voting/votRanking",
            "style" :
            {
                "navigationBarTitleText": "投票排名",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        }
        ,{
            "path" : "pages/registerUser/agreement",
            "style" :
            {
               "navigationBarTitleText": "",
               "navigationBarBackgroundColor": "#103289",
               "navigationBarTextStyle": "white"
            }
        }
    ],
   ],
   "globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
      "autoscan": true
   },