pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "旅行",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/user/index",
  12. "style": {
  13. "navigationBarTitleText": "我的"
  14. }
  15. },
  16. {
  17. "path": "pages/planning/index",
  18. "style": {
  19. "navigationBarTitleText": "旅游规划"
  20. }
  21. },
  22. {
  23. "path": "pages/info/index",
  24. "style": {
  25. "navigationBarTitleText": "旅游信息查询"
  26. }
  27. },
  28. {
  29. "path": "pages/ai-assistant/index",
  30. "style": {
  31. "navigationBarTitleText": "AI行程助手",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/ai-assistant/simple",
  37. "style": {
  38. "navigationBarTitleText": "AI测试页面"
  39. }
  40. },
  41. {
  42. "path": "pages/custom-trip/map",
  43. "style": {
  44. "navigationBarTitleText": "自定义行程地图",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/custom-trip/plan-detail",
  50. "style": {
  51. "navigationBarTitleText": "定制行程",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/planning/all-trips",
  57. "style": {
  58. "navigationBarTitleText": "全部行程",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/travel-detail/index",
  64. "style": {
  65. "navigationBarTitleText": "行程详情",
  66. "navigationStyle": "custom"
  67. }
  68. }
  69. ],
  70. "globalStyle": {
  71. "navigationBarTextStyle": "black",
  72. "navigationBarTitleText": "旅行",
  73. "navigationBarBackgroundColor": "#F8F8F8",
  74. "backgroundColor": "#F8F8F8"
  75. },
  76. "tabBar": {
  77. "color": "#7A7E83",
  78. "selectedColor": "#3A9EEB",
  79. "borderStyle": "black",
  80. "backgroundColor": "#ffffff",
  81. "list": [
  82. {
  83. "pagePath": "pages/index/index",
  84. "iconPath": "static/tab_travel_active.png",
  85. "selectedIconPath": "static/tab_travel.png",
  86. "text": "旅行"
  87. },
  88. {
  89. "pagePath": "pages/planning/index",
  90. "iconPath": "static/tab_planning_active.png",
  91. "selectedIconPath": "static/tab_planning.png",
  92. "text": "旅游规划"
  93. },
  94. {
  95. "pagePath": "pages/info/index",
  96. "iconPath": "static/tab_info_active.png",
  97. "selectedIconPath": "static/tab_info.png",
  98. "text": "信息查询"
  99. },
  100. {
  101. "pagePath": "pages/user/index",
  102. "iconPath": "static/tab_user_active.png",
  103. "selectedIconPath": "static/tab_user.png",
  104. "text": "我的"
  105. }
  106. ]
  107. },
  108. "easycom": {
  109. "autoscan": true,
  110. "custom": {
  111. "^uni-(.*)": "@/components/uni-$1/uni-$1.vue"
  112. }
  113. },
  114. "uniIdRouter": {},
  115. "h5": {
  116. "router": {
  117. "mode": "hash"
  118. }
  119. },
  120. "app-plus": {
  121. "distribute": {
  122. "sdkConfigs": {
  123. "oauth": {}
  124. }
  125. },
  126. "modules": {},
  127. "distribute": {
  128. "android": {
  129. "schemes": ["traveler"]
  130. },
  131. "ios": {
  132. "urltypes": [
  133. {
  134. "urlschemes": ["traveler"]
  135. }
  136. ]
  137. }
  138. }
  139. }
  140. }