| | |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | }, |
| | | |
| | | { |
| | | "path": "pages/issue/issue", |
| | | "name": "issue", |
| | |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | }, |
| | | |
| | | { |
| | | "path": "pages/index/index", |
| | | "name": "index", |
| | |
| | | "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 |
| | | } |
| | | |
| | | } |
| | | ], |
| | | "globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。 |