pages.json 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/home3/home3",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "enablePullDownRefresh": true,
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/home/home",
  13. "style": {
  14. "navigationBarTitleText": "靖安人家乡村民宿",
  15. "enablePullDownRefresh": true
  16. }
  17. },
  18. {
  19. "path": "pages/index/index",
  20. "style": {
  21. "navigationBarTitleText": "靖安人家乡村民宿",
  22. "enablePullDownRefresh": false
  23. }
  24. },
  25. {
  26. "path": "pages/my/my",
  27. "style": {
  28. "navigationBarTitleText": "我的",
  29. "enablePullDownRefresh": false,
  30. "navigationStyle": "custom"
  31. }
  32. }, {
  33. "path": "pages/set/set",
  34. "style": {
  35. "navigationBarTitleText": "设置",
  36. "enablePullDownRefresh": false
  37. }
  38. }, {
  39. "path": "pages/common/common",
  40. "style": {
  41. "navigationBarTitleText": "常用旅客",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/addOrEdit/addOrEdit",
  46. "style": {
  47. "navigationBarTitleText": "添加旅客",
  48. "enablePullDownRefresh": false
  49. }
  50. }, {
  51. "path": "pages/orderManage/orderManage",
  52. "style": {
  53. "navigationBarTitleText": "订单",
  54. "enablePullDownRefresh": true
  55. }
  56. }, {
  57. "path": "pages/detail/detail",
  58. "style": {
  59. "navigationBarTitleText": "",
  60. "enablePullDownRefresh": false
  61. }
  62. }, {
  63. "path": "pages/detailInfo/detailInfo",
  64. "style": {
  65. "navigationBarTitleText": "设施详情",
  66. "enablePullDownRefresh": false,
  67. "navigationStyle": "custom"
  68. }
  69. }, {
  70. "path": "pages/pay/pay",
  71. "style": {
  72. "navigationBarTitleText": "支付订单",
  73. "enablePullDownRefresh": false
  74. }
  75. }, {
  76. "path": "pages/affirmOrder/affirmOrder",
  77. "style": {
  78. "navigationBarTitleText": "填写订单",
  79. "enablePullDownRefresh": false,
  80. "navigationStyle": "custom"
  81. }
  82. }, {
  83. "path": "pages/orderDetail/orderDetail",
  84. "style": {
  85. "navigationBarTitleText": "订单详情",
  86. "enablePullDownRefresh": false,
  87. "navigationStyle": "custom"
  88. }
  89. }, {
  90. "path": "pages/payStatus/payStatus",
  91. "style": {
  92. "navigationBarTitleText": "支付订单",
  93. "enablePullDownRefresh": false
  94. }
  95. }, {
  96. "path": "pages/login/login",
  97. "style": {
  98. "navigationBarTitleText": "",
  99. "enablePullDownRefresh": false
  100. }
  101. }, {
  102. "path": "pages/shop/shop",
  103. "style": {
  104. "navigationBarTitleText": "我是商户",
  105. "enablePullDownRefresh": false
  106. }
  107. }, {
  108. "path": "pages/binding/binding",
  109. "style": {
  110. "navigationBarTitleText": "账户绑定",
  111. "enablePullDownRefresh": false
  112. }
  113. }, {
  114. "path": "pages/shopInfo/shopInfo",
  115. "style": {
  116. "navigationBarTitleText": "我是商户",
  117. "enablePullDownRefresh": false
  118. }
  119. }, {
  120. "path": "pages/push/push",
  121. "style": {
  122. "navigationBarTitleText": "订单详情",
  123. "enablePullDownRefresh": false,
  124. "navigationStyle": "custom"
  125. }
  126. }, {
  127. "path": "pages/shop2/shop2",
  128. "style": {
  129. "navigationBarTitleText": "我是业主",
  130. "enablePullDownRefresh": false
  131. }
  132. }, {
  133. "path": "pages/authorization/authorization",
  134. "style": {
  135. "navigationBarTitleText": "",
  136. "enablePullDownRefresh": false
  137. }
  138. }, {
  139. "path": "pages/web/web",
  140. "style": {
  141. "navigationBarTitleText": "",
  142. "enablePullDownRefresh": false,
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "pages/setMeal/setMeal",
  148. "style": {
  149. "navigationBarTitleText": "精品套餐",
  150. "enablePullDownRefresh": false
  151. }
  152. },
  153. {
  154. "path": "pages/search/search",
  155. "style": {
  156. "navigationBarTitleText": "服务",
  157. "enablePullDownRefresh": false
  158. }
  159. }, {
  160. "path": "pages/coupon/coupon",
  161. "style": {
  162. "navigationBarTitleText": "优惠券",
  163. "enablePullDownRefresh": false
  164. }
  165. }, {
  166. "path": "pages/appraise/appraise",
  167. "style": {
  168. "navigationBarTitleText": "全部评价",
  169. "enablePullDownRefresh": false
  170. }
  171. }, {
  172. "path": "pages/appraiseDetail/appraiseDetail",
  173. "style": {
  174. "navigationBarTitleText": "评价详情",
  175. "enablePullDownRefresh": false
  176. }
  177. }, {
  178. "path": "pages/myEvaluate/myEvaluate",
  179. "style": {
  180. "navigationBarTitleText": "我的评价",
  181. "enablePullDownRefresh": false
  182. }
  183. }, {
  184. "path": "pages/collect/collect",
  185. "style": {
  186. "navigationBarTitleText": "收藏/住过",
  187. "enablePullDownRefresh": false
  188. }
  189. }, {
  190. "path": "pages/myCoupon/myCoupon",
  191. "style": {
  192. "navigationBarTitleText": "我的卡券",
  193. "enablePullDownRefresh": false
  194. }
  195. }, {
  196. "path": "pages/couponCenter/couponCenter",
  197. "style": {
  198. "navigationBarTitleText": "领券中心",
  199. "enablePullDownRefresh": false
  200. }
  201. }, {
  202. "path": "pages/myComplaint/myComplaint",
  203. "style": {
  204. "navigationBarTitleText": "投诉进度",
  205. "enablePullDownRefresh": false
  206. }
  207. }, {
  208. "path": "pages/complaintProgress/complaintProgress",
  209. "style": {
  210. "navigationBarTitleText": "进度详情",
  211. "enablePullDownRefresh": false
  212. }
  213. }, {
  214. "path": "pages/evaluate/evaluate",
  215. "style": {
  216. "navigationBarTitleText": "评价",
  217. "enablePullDownRefresh": false,
  218. "navigationStyle": "custom"
  219. }
  220. }, {
  221. "path": "pages/evaluateStatus/evaluateStatus",
  222. "style": {
  223. "navigationBarTitleText": "",
  224. "enablePullDownRefresh": false
  225. }
  226. }, {
  227. "path": "pages/strategyDetatil/strategyDetatil",
  228. "style": {
  229. "navigationBarTitleText": "攻略详情",
  230. "enablePullDownRefresh": false
  231. }
  232. }, {
  233. "path": "pages/complaint/complaint",
  234. "style": {
  235. "navigationBarTitleText": "我要投诉",
  236. "enablePullDownRefresh": false
  237. }
  238. }, {
  239. "path": "pages/complaintStatus/complaintStatus",
  240. "style": {
  241. "navigationBarTitleText": "",
  242. "enablePullDownRefresh": false
  243. }
  244. }, {
  245. "path": "pages/send/send",
  246. "style": {
  247. "navigationBarTitleText": "发推文",
  248. "enablePullDownRefresh": false,
  249. "navigationStyle": "custom"
  250. }
  251. }, {
  252. "path": "pages/identity/identity",
  253. "style": {
  254. "navigationBarTitleText": "",
  255. "enablePullDownRefresh": false
  256. }
  257. }, {
  258. "path": "pages/community/community",
  259. "style": {
  260. "navigationBarTitleText": "社区",
  261. "enablePullDownRefresh": false
  262. }
  263. }, {
  264. "path": "pages/addPlace/addPlace",
  265. "style": {
  266. "navigationBarTitleText": "添加地点",
  267. "enablePullDownRefresh": false
  268. }
  269. }, {
  270. "path": "pages/tweetDetail/tweetDetail",
  271. "style": {
  272. "navigationBarTitleText": "推文详情",
  273. "enablePullDownRefresh": false
  274. }
  275. }, {
  276. "path": "pages/myHome/myHome",
  277. "style": {
  278. "navigationBarTitleText": "个人主页",
  279. "enablePullDownRefresh": false,
  280. "navigationStyle": "custom"
  281. }
  282. }, {
  283. "path": "pages/likeList/likeList",
  284. "style": {
  285. "navigationBarTitleText": "点赞过的用户",
  286. "enablePullDownRefresh": false
  287. }
  288. }, {
  289. "path": "pages/rimDetail/rimDetail",
  290. "style": {
  291. "navigationBarTitleText": "周边详情",
  292. "enablePullDownRefresh": false
  293. }
  294. }, {
  295. "path": "pages/rimInfo/rimInfo",
  296. "style": {
  297. "navigationBarTitleText": "简介",
  298. "enablePullDownRefresh": false
  299. }
  300. }, {
  301. "path": "pages/newsDetail/newsDetail",
  302. "style": {
  303. "navigationBarTitleText": "资讯详情",
  304. "enablePullDownRefresh": false
  305. }
  306. }, {
  307. "path": "pages/newsList/newsList",
  308. "style": {
  309. "navigationBarTitleText": "招商资讯",
  310. "enablePullDownRefresh": false
  311. }
  312. }
  313. ],
  314. "tabBar": {
  315. "color": "#A6A6A6",
  316. "selectedColor": "#096562",
  317. "borderStyle": "black",
  318. "backgroundColor": "#ffffff",
  319. "list": [{
  320. "pagePath": "pages/home3/home3",
  321. "iconPath": "static/images/index.png",
  322. "selectedIconPath": "static/images/index-active.png",
  323. "text": "首页"
  324. },
  325. {
  326. "pagePath": "pages/community/community",
  327. "iconPath": "static/images/community.png",
  328. "selectedIconPath": "static/images/community-active.png",
  329. "text": "社区"
  330. },
  331. // {
  332. // "pagePath": "pages/search/search",
  333. // "iconPath": "static/images/search.png",
  334. // "selectedIconPath": "static/images/search-active.png",
  335. // "text": "服务"
  336. // },
  337. {
  338. "pagePath": "pages/my/my",
  339. "iconPath": "static/images/my.png",
  340. "selectedIconPath": "static/images/my-active.png",
  341. "text": "我的"
  342. }
  343. ]
  344. },
  345. "globalStyle": {
  346. "navigationBarTextStyle": "black",
  347. "navigationBarTitleText": "靖安民宿",
  348. "navigationBarBackgroundColor": "#F8F8F8",
  349. "backgroundColor": "#F8F8F8"
  350. },
  351. "uniIdRouter": {}
  352. }