pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页"
  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/abnormal/index",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. }
  75. ,{
  76. "path" : "pages/baggageEntry/index",
  77. "style" :
  78. {
  79. "navigationBarTitleText": "",
  80. "enablePullDownRefresh": false
  81. }
  82. }
  83. ,{
  84. "path" : "pages/locationEntry/index",
  85. "style" :
  86. {
  87. "navigationBarTitleText": "",
  88. "enablePullDownRefresh": false
  89. }
  90. }
  91. ,{
  92. "path" : "pages/detail/index",
  93. "style" :
  94. {
  95. "navigationBarTitleText": "",
  96. "enablePullDownRefresh": false
  97. }
  98. }
  99. ],
  100. "globalStyle": {
  101. "navigationBarTextStyle": "black",
  102. "navigationBarTitleText": "",
  103. "navigationBarBackgroundColor": "#F8F8F8",
  104. "backgroundColor": "#F8F8F8",
  105. "navigationStyle": "custom"
  106. },
  107. "tabBar":{
  108. "color":"#7A7E83",
  109. "selectedColor":"#3cc51f",
  110. "borderStyle":"black",
  111. "backgroundColor":"#ffffff",
  112. "list":[{
  113. "pagePath":"pages/index/index",
  114. "text": "首页"
  115. }, {
  116. "pagePath":"pages/",
  117. "text": "消息"
  118. }, {
  119. "pagePath":"pages/mypage/index",
  120. "text": "我的"
  121. }]
  122. },
  123. "uniIdRouter": {}
  124. }