pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index2",
  8. "style": {
  9. "navigationBarTitleText": "",
  10. "enablePullDownRefresh": false,
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/shop/list",
  16. "style": {
  17. "navigationBarTitleText": "我的店铺",
  18. "enablePullDownRefresh": true,
  19. "backgroundTextStyle": "dark"
  20. }
  21. },
  22. {
  23. "path": "pages/shop/manage",
  24. "style": {
  25. "navigationBarTitleText": "店铺管理",
  26. "enablePullDownRefresh": true,
  27. "backgroundTextStyle": "dark"
  28. }
  29. },
  30. {
  31. "path": "pages/shop/detail",
  32. "style": {
  33. "navigationBarTitleText": "详情",
  34. "enablePullDownRefresh": false
  35. }
  36. },
  37. {
  38. "path": "pages/shop/apply",
  39. "style": {
  40. "navigationBarTitleText": "店铺开通申请",
  41. "enablePullDownRefresh": false
  42. }
  43. },
  44. {
  45. "path": "pages/index/index",
  46. "style": {
  47. "navigationBarTitleText": "旧版首页"
  48. }
  49. },
  50. {
  51. "path": "pages/user/my",
  52. "style": {
  53. "navigationBarTitleText": "我的",
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/travel/route",
  59. "style": {
  60. "navigationBarTitleText": "路线",
  61. "enablePullDownRefresh": false
  62. }
  63. },
  64. {
  65. "path": "pages/other/about",
  66. "style": {
  67. "navigationBarTitleText": "关于我们"
  68. }
  69. },
  70. {
  71. "path": "pages/government/index",
  72. "style": {
  73. "navigationBarTitleText": "党政服务",
  74. "enablePullDownRefresh": true,
  75. "backgroundTextStyle": "dark"
  76. }
  77. },
  78. {
  79. "path": "pages/travel/index",
  80. "style": {
  81. "navigationBarTitleText": "景区",
  82. "enablePullDownRefresh": true,
  83. "backgroundTextStyle": "dark"
  84. }
  85. },
  86. {
  87. "path": "pages/user/login",
  88. "style": {
  89. "navigationBarTitleText": "授权登陆"
  90. }
  91. },
  92. {
  93. "path": "pages/shop/up",
  94. "style": {
  95. "navigationBarTitleText": "数据上报",
  96. "enablePullDownRefresh": false
  97. }
  98. },
  99. {
  100. "path": "pages/travel/detail",
  101. "style": {
  102. "navigationBarTitleText": "内容详情",
  103. "enablePullDownRefresh": false
  104. }
  105. },
  106. {
  107. "path": "pages/user/info",
  108. "style": {
  109. "navigationBarTitleText": "个人资料"
  110. }
  111. },
  112. {
  113. "path": "pages/government/detail",
  114. "style": {
  115. "navigationBarTitleText": "内容详情",
  116. "enablePullDownRefresh": false
  117. }
  118. }, {
  119. "path": "pages/government/activity",
  120. "style": {
  121. "navigationBarTitleText": "热门活动",
  122. "enablePullDownRefresh": true,
  123. "backgroundTextStyle": "dark"
  124. }
  125. }, {
  126. "path": "pages/travel/introduction",
  127. "style": {
  128. "navigationBarTitleText": "旅游攻略",
  129. "enablePullDownRefresh": true,
  130. "backgroundTextStyle": "dark"
  131. }
  132. }
  133. , {
  134. "path": "pages/shop/hotel/index",
  135. "style": {
  136. "navigationBarTitleText": "酒店预订",
  137. "enablePullDownRefresh": true,
  138. "backgroundTextStyle": "dark"
  139. }
  140. }, {
  141. "path": "pages/shop/hotel/room",
  142. "style": {
  143. "navigationBarTitleText": "房间管理",
  144. "enablePullDownRefresh": false
  145. }
  146. }, {
  147. "path": "pages/order/my",
  148. "style": {
  149. "navigationBarTitleText": "我的预订",
  150. "enablePullDownRefresh": true,
  151. "backgroundTextStyle": "dark"
  152. }
  153. }, {
  154. "path": "pages/order/sale",
  155. "style": {
  156. "navigationBarTitleText": "我的店铺订单",
  157. "enablePullDownRefresh": true,
  158. "backgroundTextStyle": "dark"
  159. }
  160. }
  161. ],
  162. "tabBar": {
  163. "color": "#7A7E83",
  164. "selectedColor": "#c74547",
  165. "borderStyle": "black",
  166. "backgroundColor": "#F8F8F8",
  167. "list": [{
  168. "pagePath": "pages/index/index2",
  169. "iconPath": "static/tab/home.png",
  170. "selectedIconPath": "static/tab/home_select.png",
  171. "text": "首页"
  172. },
  173. {
  174. "pagePath": "pages/travel/index",
  175. "iconPath": "static/tab/jq.png",
  176. "selectedIconPath": "static/tab/jq_select.png",
  177. "text": "景区"
  178. },
  179. {
  180. "pagePath": "pages/shop/hotel/index",
  181. "iconPath": "static/tab/jd.png",
  182. "selectedIconPath": "static/tab/jd_select.png",
  183. "text": "酒店预订"
  184. },
  185. {
  186. "pagePath": "pages/user/my",
  187. "iconPath": "static/tab/my.png",
  188. "selectedIconPath": "static/tab/my_select.png",
  189. "text": "我的"
  190. }
  191. ]
  192. },
  193. "globalStyle": {
  194. "navigationBarTextStyle": "white",
  195. "navigationBarTitleText": "",
  196. "navigationBarBackgroundColor": "#c74547",
  197. "backgroundColor": "#F8F8F8"
  198. }
  199. }