pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "极速生活圈"
  7. }
  8. },
  9. {
  10. "path": "pages/userset/index",
  11. "style": {
  12. "navigationBarTitleText": "我的设置"
  13. }
  14. },
  15. {
  16. "path": "pages/collectionList/index",
  17. "style": {
  18. "navigationBarTitleText": "我的收藏"
  19. }
  20. },
  21. {
  22. "path": "pages/browserecord/index",
  23. "style": {
  24. "navigationBarTitleText": "浏览足迹"
  25. }
  26. },
  27. {
  28. "path": "pages/question/sequential",
  29. "style": {
  30. "navigationBarTitleText": "顺序测试",
  31. "disableScroll": true
  32. }
  33. },
  34. {
  35. "path": "pages/question/random",
  36. "style": {
  37. "navigationBarTitleText": "随机测试",
  38. "disableScroll": true
  39. }
  40. },
  41. {
  42. "path": "pages/question/wrongTitle",
  43. "style": {
  44. "navigationBarTitleText": "错题收藏",
  45. "disableScroll": true
  46. }
  47. },
  48. {
  49. "path": "pages/question/mockExam",
  50. "style": {
  51. "navigationBarTitleText": "模拟考试",
  52. "disableScroll": true
  53. }
  54. }
  55. ,{
  56. "path" : "pages/webview/webview",
  57. "style" :
  58. {
  59. "navigationBarTitleText": "",
  60. "enablePullDownRefresh": false
  61. }
  62. }
  63. ,{
  64. "path" : "pages/dianying/dianying",
  65. "style" :
  66. {
  67. "navigationBarTitleText": "",
  68. "enablePullDownRefresh": false
  69. }
  70. }
  71. ],
  72. "globalStyle": {
  73. "navigationBarTextStyle": "black",
  74. "navigationBarTitleText": "",
  75. "navigationBarBackgroundColor": "#F8F8F8",
  76. "backgroundColor": "#F8F8F8",
  77. "usingComponents": {
  78. "van-tabbar": "/wxcomponents/vant/tabbar/index",
  79. "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index",
  80. "van-search": "/wxcomponents/vant/search/index",
  81. "van-icon": "/wxcomponents/vant/icon/index",
  82. "van-toast": "/wxcomponents/vant/toast/index",
  83. "van-row": "/wxcomponents/vant/row/index",
  84. "van-col": "/wxcomponents/vant/col/index",
  85. "van-transition": "/wxcomponents/vant/transition/index",
  86. "van-image": "/wxcomponents/vant/image/index",
  87. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  88. "van-checkbox-group": "/wxcomponents/vant/checkbox-group/index",
  89. "van-radio": "/wxcomponents/vant/radio/index",
  90. "van-radio-group": "/wxcomponents/vant/radio-group/index",
  91. "van-cell": "/wxcomponents/vant/cell/index",
  92. "van-cell-group": "/wxcomponents/vant/cell-group/index",
  93. "van-switch": "/wxcomponents/vant/switch/index",
  94. "van-popup": "/wxcomponents/vant/popup/index",
  95. "van-skeleton": "/wxcomponents/vant/skeleton/index",
  96. "van-field": "/wxcomponents/vant/field/index",
  97. "van-area": "/wxcomponents/vant/area/index",
  98. "van-button": "/wxcomponents/vant/button/index",
  99. "van-divider": "/wxcomponents/vant/divider/index",
  100. "van-count-down": "/wxcomponents/vant/count-down/index",
  101. "van-dialog": "/wxcomponents/vant/dialog/index",
  102. "van-tab": "/wxcomponents/vant/tab/index",
  103. "van-tabs": "/wxcomponents/vant/tabs/index",
  104. "van-share-sheet": "/wxcomponents/vant/share-sheet/index"
  105. }
  106. }
  107. }