pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "预定"
  7. }
  8. }
  9. ,{
  10. "path" : "pages/wallet/wallet",
  11. "style" :
  12. {
  13. "navigationBarTitleText": "钱包",
  14. "enablePullDownRefresh": false,
  15. "navigationStyle": "custom"
  16. }
  17. }
  18. ,{
  19. "path" : "pages/mine/mine",
  20. "style" :
  21. {
  22. "navigationBarTitleText": "",
  23. "enablePullDownRefresh": false,
  24. "navigationStyle":"custom"
  25. }
  26. }
  27. ,{
  28. "path" : "pages/roomService/roomService",
  29. "style" :
  30. {
  31. "navigationBarTitleText": "客房服务",
  32. "enablePullDownRefresh": false,
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "components/city/linzq-citySelect/linzq-citySelect",
  38. "style": {
  39. "navigationBarTitleText": "选择城市"
  40. }
  41. },
  42. {
  43. "path": "components/calendar/Calendar",
  44. "style": {
  45. "navigationBarTitleText": "选择日期"
  46. }
  47. }
  48. ,{
  49. "path" : "components/searchPage/searchPage",
  50. "style" :
  51. {
  52. "navigationBarTitleText": "",
  53. "enablePullDownRefresh": false
  54. }
  55. }
  56. ,{
  57. "path" : "components/hotelDetail/hotelDetail",
  58. "style" :
  59. {
  60. "navigationBarTitleText": "酒店详情",
  61. "enablePullDownRefresh": false
  62. }
  63. }
  64. ,{
  65. "path" : "components/hotelBooking/hotelBooking",
  66. "style" :
  67. {
  68. "navigationBarTitleText": "酒店预定",
  69. "enablePullDownRefresh": false
  70. }
  71. }
  72. ,{
  73. "path" : "components/contacts/contacts",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "联系人",
  77. "enablePullDownRefresh": false
  78. }
  79. }
  80. ,{
  81. "path" : "components/addContacts/addContacts",
  82. "style" :
  83. {
  84. "navigationBarTitleText": "添加联系人",
  85. "enablePullDownRefresh": false,
  86. "backgroundColor": "#846FFE"
  87. }
  88. }
  89. ,{
  90. "path" : "components/coupon/coupon",
  91. "style" :
  92. {
  93. "navigationBarTitleText": "可用优惠券",
  94. "enablePullDownRefresh": false
  95. }
  96. }
  97. ,{
  98. "path" : "components/bill/bill",
  99. "style" :
  100. {
  101. "navigationBarTitleText": "我的发票",
  102. "enablePullDownRefresh": false
  103. }
  104. }
  105. ,{
  106. "path" : "components/bill/addBill",
  107. "style" :
  108. {
  109. "navigationBarTitleText": "添加发票",
  110. "enablePullDownRefresh": false
  111. }
  112. }
  113. ,{
  114. "path" : "components/hotelAppraise/hotelAppraise",
  115. "style" :
  116. {
  117. "navigationBarTitleText": "酒店评价",
  118. "enablePullDownRefresh": false
  119. }
  120. }
  121. ,{
  122. "path" : "components/hotelImage/hotelImage",
  123. "style" :
  124. {
  125. "navigationBarTitleText": "酒店照片",
  126. "enablePullDownRefresh": false
  127. }
  128. }
  129. ,{
  130. "path" : "components/tabCoupon/tabCoupon",
  131. "style" :
  132. {
  133. "navigationBarTitleText": "券包",
  134. "enablePullDownRefresh": false
  135. }
  136. }
  137. ,{
  138. "path" : "components/historyCoupon/historyCoupon",
  139. "style" :
  140. {
  141. "navigationBarTitleText": "历史券包",
  142. "enablePullDownRefresh": false
  143. }
  144. }
  145. ,{
  146. "path" : "components/searchHotel/searchHotel",
  147. "style" :
  148. {
  149. "navigationBarTitleText": "搜索选择酒店",
  150. "enablePullDownRefresh": false
  151. }
  152. }
  153. ,{
  154. "path" : "components/hotelCard/hotelCard",
  155. "style" :
  156. {
  157. "navigationBarTitleText": "办卡",
  158. "enablePullDownRefresh": false
  159. }
  160. }
  161. ,{
  162. "path" : "components/memberCard/memberCard",
  163. "style" :
  164. {
  165. "navigationBarTitleText": "会员卡",
  166. "enablePullDownRefresh": false
  167. }
  168. }
  169. ,{
  170. "path" : "components/order/BookingOrder/BookingOrder",
  171. "style" :
  172. {
  173. "navigationBarTitleText": "我的订单",
  174. "enablePullDownRefresh": false
  175. }
  176. }
  177. ,{
  178. "path" : "components/order/inOrder/inOrder",
  179. "style" :
  180. {
  181. "navigationBarTitleText": "",
  182. "enablePullDownRefresh": false
  183. }
  184. }
  185. ,{
  186. "path" : "components/order/posOrder/posOrder",
  187. "style" :
  188. {
  189. "navigationBarTitleText": "",
  190. "enablePullDownRefresh": false
  191. }
  192. }
  193. ,{
  194. "path" : "components/order/foodOrder/foodOrder",
  195. "style" :
  196. {
  197. "navigationBarTitleText": "",
  198. "enablePullDownRefresh": false
  199. }
  200. }
  201. ,{
  202. "path" : "components/order/serviceOrder/serviceOrder",
  203. "style" :
  204. {
  205. "navigationBarTitleText": "",
  206. "enablePullDownRefresh": false
  207. }
  208. }
  209. ,{
  210. "path" : "components/order/settingsOrder/settingsOrder",
  211. "style" :
  212. {
  213. "navigationBarTitleText": "",
  214. "enablePullDownRefresh": false
  215. }
  216. }
  217. ,{
  218. "path" : "components/collectHotel/collectHotel",
  219. "style" :
  220. {
  221. "navigationBarTitleText": "我的收藏",
  222. "enablePullDownRefresh": false
  223. }
  224. }
  225. ,{
  226. "path" : "components/aboutUs/aboutUs",
  227. "style" :
  228. {
  229. "navigationBarTitleText": "关于我们",
  230. "enablePullDownRefresh": false
  231. }
  232. }
  233. ,{
  234. "path" : "components/editUserInfo/editUserInfo",
  235. "style" :
  236. {
  237. "navigationBarTitleText": "编辑",
  238. "enablePullDownRefresh": false
  239. }
  240. }
  241. ,{
  242. "path" : "components/editUserInfo/editUserName/editUserName",
  243. "style" :
  244. {
  245. "navigationBarTitleText": "编辑",
  246. "enablePullDownRefresh": false
  247. }
  248. }
  249. ,{
  250. "path" : "components/editUserInfo/editUserPhone/editUserPhone",
  251. "style" :
  252. {
  253. "navigationBarTitleText": "绑定手机号",
  254. "enablePullDownRefresh": false
  255. }
  256. }
  257. ,{
  258. "path" : "components/editUserInfo/nameAuthentication/nameAuthentication",
  259. "style" :
  260. {
  261. "navigationBarTitleText": "编辑",
  262. "enablePullDownRefresh": false
  263. }
  264. }
  265. ,{
  266. "path" : "components/editUserInfo/editPayPassWord/editPayPassWord",
  267. "style" :
  268. {
  269. "navigationBarTitleText": "设置支付密码",
  270. "enablePullDownRefresh": false
  271. }
  272. }
  273. ],
  274. "globalStyle": {
  275. "navigationBarTextStyle": "black",
  276. "navigationBarTitleText": "uni-app",
  277. "navigationBarBackgroundColor": "#F8F8F8",
  278. "backgroundColor": "#F8F8F8"
  279. },
  280. "uniIdRouter": {},
  281. "easycom": {
  282. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  283. },
  284. "tabBar": {
  285. "backgroundColor": "#fff",
  286. "borderStyle": "white",
  287. "selectedColor": "#846FFE",
  288. "fontSize": "12px",
  289. "list": [{
  290. "iconPath": "static/tabbarIcon/yuding.png",
  291. "selectedIconPath": "static/tabbarIcon/yuding.png",
  292. "pagePath": "pages/index/index",
  293. "text": "预定"
  294. },
  295. {
  296. "iconPath": "static/tabbarIcon/shouyeweixuanzhong.png",
  297. "selectedIconPath": "static/tabbarIcon/shouyeweixuanzhong.png",
  298. "pagePath": "pages/wallet/wallet",
  299. "text": "钱包"
  300. },
  301. {
  302. "iconPath": "static/tabbarIcon/shoucang.png",
  303. "selectedIconPath": "static/tabbarIcon/shoucang.png",
  304. "pagePath": "pages/roomService/roomService",
  305. "text": "客房服务"
  306. },
  307. {
  308. "iconPath": "static/tabbarIcon/wode.png",
  309. "selectedIconPath": "static/tabbarIcon/wode.png",
  310. "pagePath": "pages/mine/mine",
  311. "text": "我的"
  312. }
  313. ]
  314. }
  315. }