pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. ],
  111. "globalStyle": {
  112. "navigationBarTextStyle": "black",
  113. "navigationBarTitleText": "",
  114. "navigationBarBackgroundColor": "#F8F8F8",
  115. "backgroundColor": "#F8F8F8",
  116. "navigationStyle": "custom"
  117. },
  118. "tabBar": {
  119. "color": "#7A7E83",
  120. "selectedColor": "#33A1A5",
  121. "borderStyle": "black",
  122. "fontSize": "14px",
  123. "backgroundColor": "#ffffff",
  124. "list": [{
  125. "pagePath": "pages/index/index",
  126. "text": "首页",
  127. "iconPath": "static/ic_home_tabbar_default.png",
  128. "selectedIconPath": "static/ic_home_tabbar_check.png"
  129. }, {
  130. "pagePath": "pages/message/message",
  131. "text": "消息",
  132. "iconPath": "static/ic_message_tabbar_default.png",
  133. "selectedIconPath": "static/ic_message_tabbar_check.png"
  134. }, {
  135. "pagePath": "pages/mypage/index",
  136. "text": "我的",
  137. "iconPath": "static/ic_user_tabbar_default.png",
  138. "selectedIconPath": "static/ic_user_tabbar_check.png"
  139. }]
  140. },
  141. "uniIdRouter": {}
  142. }