pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "极速生活圈",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/userset/index",
  12. "style": {
  13. "navigationBarTitleText": "我的设置"
  14. }
  15. },
  16. {
  17. "path": "pages/collectionList/index",
  18. "style": {
  19. "navigationBarTitleText": "我的收藏"
  20. }
  21. },
  22. {
  23. "path": "pages/browserecord/index",
  24. "style": {
  25. "navigationBarTitleText": "浏览足迹"
  26. }
  27. },
  28. {
  29. "path": "pages/question/sequential",
  30. "style": {
  31. "navigationBarTitleText": "顺序测试",
  32. "disableScroll": true
  33. }
  34. },
  35. {
  36. "path": "pages/question/random",
  37. "style": {
  38. "navigationBarTitleText": "随机测试",
  39. "disableScroll": true
  40. }
  41. },
  42. {
  43. "path": "pages/question/wrongTitle",
  44. "style": {
  45. "navigationBarTitleText": "错题收藏",
  46. "disableScroll": true
  47. }
  48. },
  49. {
  50. "path": "pages/question/mockExam",
  51. "style": {
  52. "navigationBarTitleText": "模拟考试",
  53. "disableScroll": true
  54. }
  55. },
  56. {
  57. "path": "pages/webview/webview",
  58. "style": {
  59. "navigationBarTitleText": "",
  60. "enablePullDownRefresh": false
  61. }
  62. },
  63. {
  64. "path": "pages/dianying/dianying",
  65. "style": {
  66. "navigationBarTitleText": "",
  67. "enablePullDownRefresh": false
  68. }
  69. },
  70. {
  71. "path": "pages/cinema/cinemalist",
  72. "style": {
  73. "navigationBarTitleText": "影院列表",
  74. "enablePullDownRefresh": false
  75. }
  76. },
  77. {
  78. "path": "pages/cinema/schedulelist",
  79. "style": {
  80. "navigationBarTitleText": "",
  81. "enablePullDownRefresh": false,
  82. "backgroundColor": "#ffffff"
  83. }
  84. }, {
  85. "path": "pages/cinema/selectseat",
  86. "style": {
  87. "navigationBarTitleText": "",
  88. "enablePullDownRefresh": false
  89. }
  90. }, {
  91. "path": "pages/cinema/placeorder",
  92. "style": {
  93. "navigationBarTitleText": "付款",
  94. "enablePullDownRefresh": false
  95. }
  96. }
  97. ,{
  98. "path" : "pages/user/order",
  99. "style" :
  100. {
  101. "navigationBarTitleText": "全部订单",
  102. "enablePullDownRefresh": false
  103. }
  104. }
  105. ,{
  106. "path" : "pages/cinema/orderdes",
  107. "style" :
  108. {
  109. "navigationBarTitleText": "订单详情",
  110. "enablePullDownRefresh": false
  111. }
  112. }
  113. ],
  114. "globalStyle": {
  115. "navigationBarTextStyle": "black",
  116. "navigationBarTitleText": "",
  117. "navigationBarBackgroundColor": "#F8F8F8",
  118. "backgroundColor": "#F8F8F8",
  119. "usingComponents": {
  120. "van-tabbar": "/wxcomponents/vant/tabbar/index",
  121. "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index",
  122. "van-search": "/wxcomponents/vant/search/index",
  123. "van-icon": "/wxcomponents/vant/icon/index",
  124. "van-toast": "/wxcomponents/vant/toast/index",
  125. "van-row": "/wxcomponents/vant/row/index",
  126. "van-col": "/wxcomponents/vant/col/index",
  127. "van-transition": "/wxcomponents/vant/transition/index",
  128. "van-image": "/wxcomponents/vant/image/index",
  129. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  130. "van-checkbox-group": "/wxcomponents/vant/checkbox-group/index",
  131. "van-radio": "/wxcomponents/vant/radio/index",
  132. "van-radio-group": "/wxcomponents/vant/radio-group/index",
  133. "van-cell": "/wxcomponents/vant/cell/index",
  134. "van-cell-group": "/wxcomponents/vant/cell-group/index",
  135. "van-switch": "/wxcomponents/vant/switch/index",
  136. "van-popup": "/wxcomponents/vant/popup/index",
  137. "van-skeleton": "/wxcomponents/vant/skeleton/index",
  138. "van-field": "/wxcomponents/vant/field/index",
  139. "van-area": "/wxcomponents/vant/area/index",
  140. "van-button": "/wxcomponents/vant/button/index",
  141. "van-divider": "/wxcomponents/vant/divider/index",
  142. "van-count-down": "/wxcomponents/vant/count-down/index",
  143. "van-dialog": "/wxcomponents/vant/dialog/index",
  144. "van-tab": "/wxcomponents/vant/tab/index",
  145. "van-tabs": "/wxcomponents/vant/tabs/index",
  146. "van-share-sheet": "/wxcomponents/vant/share-sheet/index",
  147. "van-index-bar": "/wxcomponents/vant/index-bar/index",
  148. "van-index-anchor": "/wxcomponents/vant/index-anchor/index"
  149. }
  150. },
  151. "condition": { //模式配置,仅开发期间生效
  152. "current": 0, //当前激活的模式(list 的索引项)
  153. "list": [{
  154. "name": "", //模式名称
  155. "path": "", //启动页面,必选
  156. "query": "" //启动参数,在页面的onLoad函数里面得到
  157. }]
  158. }
  159. }