pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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/login/index",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/flightdetails/index",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/sorting/index",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/baggagecheck/index",
  29. "style": {
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/mypage/index",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/myrecords/index",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/search/index",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/loadingdetails/index",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/help/index",
  59. "style": {
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/individual/index",
  65. "style": {
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/extract/index",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. }, {
  75. "path": "pages/abnormal/index",
  76. "style": {
  77. "navigationStyle": "custom"
  78. }
  79. }, {
  80. "path": "pages/baggageEntry/index",
  81. "style": {
  82. "navigationBarTitleText": "",
  83. "enablePullDownRefresh": false
  84. }
  85. }, {
  86. "path": "pages/locationEntry/index",
  87. "style": {
  88. "navigationBarTitleText": "",
  89. "enablePullDownRefresh": false
  90. }
  91. }, {
  92. "path": "pages/detail/index",
  93. "style": {
  94. "navigationBarTitleText": "",
  95. "enablePullDownRefresh": false
  96. }
  97. }, {
  98. "path": "pages/detailNode/index",
  99. "style": {
  100. "navigationBarTitleText": "",
  101. "enablePullDownRefresh": false
  102. }
  103. }, {
  104. "path": "pages/message/message",
  105. "style": {
  106. "navigationBarTitleText": "",
  107. "enablePullDownRefresh": false
  108. }
  109. }, {
  110. "path": "pages/express/index",
  111. "style": {
  112. "navigationStyle": "custom"
  113. }
  114. },
  115. {
  116. "path" : "pages/express/info",
  117. "style" :
  118. {
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path" : "pages/delisting/index",
  124. "style" :
  125. {
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path" : "pages/delisting/info",
  131. "style" :
  132. {
  133. "navigationBarTitleText" : "",
  134. "enablePullDownRefresh" : false
  135. }
  136. }
  137. ],
  138. "globalStyle": {
  139. "navigationBarTextStyle": "black",
  140. "navigationBarTitleText": "",
  141. "navigationBarBackgroundColor": "#F8F8F8",
  142. "backgroundColor": "#F8F8F8",
  143. "navigationStyle": "custom"
  144. },
  145. "tabBar": {
  146. "color": "#7A7E83",
  147. "selectedColor": "#33A1A5",
  148. "borderStyle": "black",
  149. "fontSize": "14px",
  150. "backgroundColor": "#ffffff",
  151. "list": [{
  152. "pagePath": "pages/index/index",
  153. "text": "首页",
  154. "iconPath": "static/ic_home_tabbar_default.png",
  155. "selectedIconPath": "static/ic_home_tabbar_check.png"
  156. }, {
  157. "pagePath": "pages/message/message",
  158. "text": "消息",
  159. "iconPath": "static/ic_message_tabbar_default.png",
  160. "selectedIconPath": "static/ic_message_tabbar_check.png"
  161. }, {
  162. "pagePath": "pages/mypage/index",
  163. "text": "我的",
  164. "iconPath": "static/ic_user_tabbar_default.png",
  165. "selectedIconPath": "static/ic_user_tabbar_check.png"
  166. }]
  167. },
  168. "uniIdRouter": {}
  169. }