12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "在线考试"
- }
- },
- {
- "path": "pages/test/test",
- "style": {
- "navigationBarTitleText": "正在考试"
- }
- },
- {
- "path": "pages/performance/performance",
- "style": {
- "navigationBarTitleText": "成绩查询"
- }
- },
- {
- "path": "pages/paper/paper",
- "style": {
- "navigationBarTitleText": "查看试卷"
- }
- },
- {
- "path": "pages/ranking/ranking",
- "style": {
- "navigationBarTitleText": "排行榜"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "在线考试",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|