pages.json 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/login/login",
  9. "style": {
  10. "navigationBarTitleText": "源享住平台登录",
  11. "mp-weixin":{
  12. "navigationBarTextStyle": "black",
  13. "navigationBarBackgroundColor": "#F8F8F8"
  14. }
  15. }
  16. },
  17. {
  18. "path": "pages/home/home",
  19. "style": {
  20. "navigationBarTitleText": "柏源酒店",
  21. "mp-weixin":{
  22. "navigationBarTextStyle": "black",
  23. "navigationBarBackgroundColor": "#F8F8F8"
  24. }
  25. }
  26. },
  27. {
  28. "path": "pages/order/order",
  29. "style": {
  30. "navigationBarTitleText": "我的订单",
  31. "mp-weixin":{
  32. "navigationBarTextStyle": "black",
  33. "navigationBarBackgroundColor": "#F8F8F8"
  34. }
  35. }
  36. },
  37. {
  38. "path": "pages/my/my",
  39. "style": {
  40. "navigationBarTitleText": "个人中心",
  41. "mp-weixin":{
  42. "navigationBarTextStyle": "black",
  43. "navigationBarBackgroundColor": "#F8F8F8"
  44. }
  45. }
  46. },
  47. {
  48. "path": "mp_ecard_sdk/index/index",
  49. "style": {
  50. "navigationBarTitleText": "腾讯云E证通授权",
  51. "mp-weixin":{
  52. "navigationBarTextStyle": "black",
  53. "navigationBarBackgroundColor": "#F8F8F8"
  54. }
  55. }
  56. }
  57. ],
  58. "globalStyle": {
  59. // "navigationBarTextStyle": "black",
  60. // // "navigationBarTitleText": "柏源平台",
  61. // "navigationBarBackgroundColor": "#F8F8F8",
  62. // "backgroundColor": "#F8F8F8",
  63. // "app-plus": {
  64. // "background": "#efeff4"
  65. // }
  66. },
  67. "tabBar": {
  68. "selectedColor": "#6789F0",
  69. "list": [
  70. {
  71. "pagePath": "pages/home/home",
  72. "text": "首页",
  73. "iconPath": "static/home.png",
  74. "selectedIconPath": "static/home_selected.png"
  75. },
  76. {
  77. "pagePath": "pages/order/order",
  78. "text": "订单",
  79. "iconPath": "static/order.png",
  80. "selectedIconPath": "static/order_selected.png"
  81. },
  82. {
  83. "pagePath": "pages/my/my",
  84. "text": "我的",
  85. "iconPath": "static/my.png",
  86. "selectedIconPath": "static/my_selected.png"
  87. }
  88. ]
  89. },
  90. "subPackages": [
  91. {
  92. "root": "subpkg",
  93. "pages": [
  94. {
  95. "path": "myAccount/myAccount",
  96. "style": {
  97. "navigationBarTitleText": "我的账户",
  98. "enablePullDownRefresh": false,
  99. "mp-weixin":{
  100. "navigationBarTextStyle": "black",
  101. "navigationBarBackgroundColor": "#F8F8F8"
  102. }
  103. }
  104. },
  105. {
  106. "path": "updateName/updateName",
  107. "style": {
  108. "navigationBarTitleText": "修改姓名",
  109. "enablePullDownRefresh": false,
  110. "mp-weixin":{
  111. "navigationBarTextStyle": "black",
  112. "navigationBarBackgroundColor": "#F8F8F8"
  113. }
  114. }
  115. },
  116. {
  117. "path": "updateIdNumber/updateIdNumber",
  118. "style": {
  119. "navigationBarTitleText": "修改证件号",
  120. "enablePullDownRefresh": false,
  121. "mp-weixin":{
  122. "navigationBarTextStyle": "black",
  123. "navigationBarBackgroundColor": "#F8F8F8"
  124. }
  125. }
  126. },
  127. {
  128. "path": "checkin/checkin",
  129. "style": {
  130. "navigationBarTitleText": "入住办理",
  131. "enablePullDownRefresh": false,
  132. "mp-weixin":{
  133. "navigationBarTextStyle": "black",
  134. "navigationBarBackgroundColor": "#F8F8F8"
  135. }
  136. }
  137. },
  138. {
  139. "path": "checkout/checkout",
  140. "style": {
  141. "navigationBarTitleText": "退房办理",
  142. "enablePullDownRefresh": false,
  143. "mp-weixin":{
  144. "navigationBarTextStyle": "black",
  145. "navigationBarBackgroundColor": "#F8F8F8"
  146. }
  147. }
  148. },
  149. {
  150. "path": "extend/extend",
  151. "style": {
  152. "navigationBarTitleText": "续住办理",
  153. "enablePullDownRefresh": false,
  154. "mp-weixin":{
  155. "navigationBarTextStyle": "black",
  156. "navigationBarBackgroundColor": "#F8F8F8"
  157. }
  158. }
  159. },
  160. {
  161. "path": "changeRoom/changeRoom",
  162. "style": {
  163. "navigationBarTitleText": "换房办理",
  164. "enablePullDownRefresh": false,
  165. "mp-weixin":{
  166. "navigationBarTextStyle": "black",
  167. "navigationBarBackgroundColor": "#F8F8F8"
  168. }
  169. }
  170. },
  171. {
  172. "path": "selectRoomType/selectRoomType",
  173. "style": {
  174. "navigationBarTitleText": "房源类型",
  175. "enablePullDownRefresh": false,
  176. "mp-weixin":{
  177. "navigationBarTextStyle": "black",
  178. "navigationBarBackgroundColor": "#F8F8F8"
  179. }
  180. }
  181. },
  182. {
  183. "path": "selectRoom/selectRoom",
  184. "style": {
  185. "navigationBarTitleText": "",
  186. "enablePullDownRefresh": false,
  187. "mp-weixin":{
  188. "navigationBarTextStyle": "black",
  189. "navigationBarBackgroundColor": "#F8F8F8"
  190. }
  191. }
  192. },
  193. {
  194. "path": "emergencyKey/emergencyKey",
  195. "style": {
  196. "navigationBarTitleText": "紧急钥匙",
  197. "enablePullDownRefresh": false,
  198. "mp-weixin":{
  199. "navigationBarTextStyle": "black",
  200. "navigationBarBackgroundColor": "#F8F8F8"
  201. }
  202. }
  203. },
  204. {
  205. "path" : "addGuest/addGuest",
  206. "style" :
  207. {
  208. "navigationBarTitleText" : "",
  209. "enablePullDownRefresh" : false,
  210. "mp-weixin":{
  211. "navigationBarTextStyle": "black",
  212. "navigationBarBackgroundColor": "#F8F8F8"
  213. }
  214. }
  215. },
  216. {
  217. "path" : "setCheckinDate/setCheckinDate",
  218. "style" :
  219. {
  220. "navigationBarTitleText" : "",
  221. "enablePullDownRefresh" : false,
  222. "mp-weixin":{
  223. "navigationBarTextStyle": "black",
  224. "navigationBarBackgroundColor": "#F8F8F8"
  225. }
  226. }
  227. },
  228. {
  229. "path" : "addGuestDebug/addGuestDebug",
  230. "style" :
  231. {
  232. "navigationBarTitleText" : "添加入住人",
  233. "enablePullDownRefresh" : false,
  234. "mp-weixin":{
  235. "navigationBarTextStyle": "black",
  236. "navigationBarBackgroundColor": "#F8F8F8"
  237. }
  238. }
  239. },
  240. {
  241. "path" : "changeHotel/changeHotel",
  242. "style" :
  243. {
  244. "navigationBarTitleText" : "",
  245. "enablePullDownRefresh" : false,
  246. "mp-weixin":{
  247. "navigationBarTextStyle": "black",
  248. "navigationBarBackgroundColor": "#F8F8F8"
  249. }
  250. }
  251. },
  252. {
  253. "path" : "dynamicFaceCheck/dynamicFaceCheck",
  254. "style" :
  255. {
  256. "navigationBarTitleText" : "",
  257. "enablePullDownRefresh" : false,
  258. "mp-weixin":{
  259. "navigationBarTextStyle": "black",
  260. "navigationBarBackgroundColor": "#F8F8F8"
  261. }
  262. }
  263. }
  264. ]
  265. }
  266. ]
  267. }