pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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. ,{
  76. "path": "pages/abnormal/index",
  77. "style": {
  78. "navigationStyle": "custom"
  79. }
  80. }
  81. ,{
  82. "path" : "pages/baggageEntry/index",
  83. "style" :
  84. {
  85. "navigationBarTitleText": "",
  86. "enablePullDownRefresh": false
  87. }
  88. }
  89. ,{
  90. "path" : "pages/locationEntry/index",
  91. "style" :
  92. {
  93. "navigationBarTitleText": "",
  94. "enablePullDownRefresh": false
  95. }
  96. }
  97. ,{
  98. "path" : "pages/detail/index",
  99. "style" :
  100. {
  101. "navigationBarTitleText": "",
  102. "enablePullDownRefresh": false
  103. }
  104. }
  105. ,{
  106. "path" : "pages/message/message",
  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. "navigationStyle": "custom"
  120. },
  121. "tabBar":{
  122. "color":"#7A7E83",
  123. "selectedColor":"#33A1A5",
  124. "borderStyle":"black",
  125. "fontSize":"14px",
  126. "backgroundColor":"#ffffff",
  127. "list":[{
  128. "pagePath":"pages/index/index",
  129. "text": "首页",
  130. "iconPath": "static/ic_home_tabbar_default.png",
  131. "selectedIconPath": "static/ic_home_tabbar_check.png"
  132. }, {
  133. "pagePath":"pages/message/message",
  134. "text": "消息",
  135. "iconPath": "static/ic_message_tabbar_default.png",
  136. "selectedIconPath": "static/ic_message_tabbar_check.png"
  137. }, {
  138. "pagePath":"pages/mypage/index",
  139. "text": "我的",
  140. "iconPath": "static/ic_user_tabbar_default.png",
  141. "selectedIconPath": "static/ic_user_tabbar_check.png"
  142. }]
  143. },
  144. "uniIdRouter": {}
  145. }