pages.json 4.2 KB

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