pages.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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. "enablePullDownRefresh": false,
  11. "mp-weixin": {
  12. "navigationStyle": "custom",
  13. "disableScroll": true
  14. },
  15. "mp-alipay": {
  16. "transparentTitle": "always",
  17. "allowsBounceVertical": "NO"
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/home/home",
  23. "style": {
  24. "mp-weixin": {
  25. "navigationStyle": "custom",
  26. "disableScroll": true
  27. },
  28. "mp-alipay": {
  29. "transparentTitle": "always",
  30. "allowsBounceVertical": "NO"
  31. }
  32. }
  33. },
  34. {
  35. "path": "pages/order/order",
  36. "style": {
  37. "enablePullDownRefresh": true,
  38. "mp-weixin": {
  39. "navigationStyle": "custom"
  40. },
  41. "mp-alipay": {
  42. "transparentTitle": "always"
  43. }
  44. }
  45. },
  46. {
  47. "path": "pages/my/my",
  48. "style": {
  49. "mp-weixin": {
  50. "navigationStyle": "custom",
  51. "disableScroll": true
  52. },
  53. "mp-alipay": {
  54. "transparentTitle": "always",
  55. "allowsBounceVertical": "NO"
  56. }
  57. }
  58. },
  59. {
  60. "path": "mp_ecard_sdk/index/index",
  61. "style": {
  62. "navigationBarTitleText": "腾讯云E证通授权",
  63. "mp-alipay": {
  64. "allowsBounceVertical": "NO"
  65. }
  66. }
  67. }
  68. ],
  69. "globalStyle": {
  70. "mp-weixin": {
  71. "navigationBarTextStyle": "white",
  72. "navigationBarBackgroundColor": "#a09cc4"
  73. },
  74. "mp-alipay": {
  75. "titleBarColor": "#a09cc4",
  76. "navigationBarFrontColor": "white"
  77. }
  78. },
  79. "tabBar": {
  80. "selectedColor": "#9793b6",
  81. "list": [{
  82. "pagePath": "pages/home/home",
  83. "text": "首页",
  84. "iconPath": "static/home.png",
  85. "selectedIconPath": "static/home_selected.png"
  86. },
  87. {
  88. "pagePath": "pages/order/order",
  89. "text": "订单",
  90. "iconPath": "static/order.png",
  91. "selectedIconPath": "static/order_selected.png"
  92. },
  93. {
  94. "pagePath": "pages/my/my",
  95. "text": "我的",
  96. "iconPath": "static/my.png",
  97. "selectedIconPath": "static/my_selected.png"
  98. }
  99. ]
  100. },
  101. "subPackages": [{
  102. "root": "subpkg",
  103. "pages": [{
  104. "path": "myAccount/myAccount",
  105. "style": {
  106. "enablePullDownRefresh": false,
  107. "mp-weixin": {
  108. "navigationStyle": "custom"
  109. },
  110. "mp-alipay": {
  111. "transparentTitle": "always",
  112. "allowsBounceVertical": "NO"
  113. }
  114. }
  115. },
  116. {
  117. "path": "checkout/checkout",
  118. "style": {
  119. "navigationBarTitleText": "退房办理",
  120. "enablePullDownRefresh": false,
  121. "mp-alipay": {
  122. "allowsBounceVertical": "NO"
  123. }
  124. }
  125. },
  126. {
  127. "path": "extend/extend",
  128. "style": {
  129. "enablePullDownRefresh": false,
  130. "mp-weixin": {
  131. "navigationStyle": "custom"
  132. },
  133. "mp-alipay": {
  134. "transparentTitle": "always",
  135. "allowsBounceVertical": "NO"
  136. }
  137. }
  138. },
  139. {
  140. "path": "emergencyKey/emergencyKey",
  141. "style": {
  142. "enablePullDownRefresh": false,
  143. "mp-weixin": {
  144. "navigationStyle": "custom"
  145. },
  146. "mp-alipay": {
  147. "transparentTitle": "always",
  148. "allowsBounceVertical": "NO"
  149. }
  150. }
  151. },
  152. {
  153. "path": "updateNameAndIdNumber/updateNameAndIdNumber",
  154. "style": {
  155. "enablePullDownRefresh": false,
  156. "mp-weixin": {
  157. "navigationStyle": "custom"
  158. },
  159. "mp-alipay": {
  160. "transparentTitle": "always",
  161. "allowsBounceVertical": "NO"
  162. }
  163. }
  164. },
  165. {
  166. "path": "elevatorControl/elevatorControl",
  167. "style": {
  168. "enablePullDownRefresh": false,
  169. "mp-weixin": {
  170. "navigationStyle": "custom"
  171. },
  172. "mp-alipay": {
  173. "transparentTitle": "always",
  174. "allowsBounceVertical": "NO"
  175. }
  176. }
  177. },
  178. {
  179. "path": "orderDetail/orderDetail",
  180. "style": {
  181. "enablePullDownRefresh": false,
  182. "mp-weixin": {
  183. "navigationStyle": "custom"
  184. },
  185. "mp-alipay": {
  186. "transparentTitle": "always",
  187. "allowsBounceVertical": "NO"
  188. }
  189. }
  190. },
  191. {
  192. "path": "selectHotel/selectHotel",
  193. "style": {
  194. "navigationBarTitleText": "",
  195. "enablePullDownRefresh": false,
  196. "mp-alipay": {
  197. "allowsBounceVertical": "NO"
  198. }
  199. }
  200. },
  201. {
  202. "path": "chooseHotel/chooseHotel",
  203. "style": {
  204. "enablePullDownRefresh": false,
  205. "mp-weixin": {
  206. "navigationStyle": "custom"
  207. },
  208. "mp-alipay": {
  209. "transparentTitle": "always",
  210. "allowsBounceVertical": "NO"
  211. }
  212. }
  213. },
  214. {
  215. "path": "protocol/protocol",
  216. "style": {
  217. "enablePullDownRefresh": false,
  218. "mp-weixin": {
  219. "navigationStyle": "custom",
  220. "disableScroll": true
  221. },
  222. "mp-alipay": {
  223. "transparentTitle": "always",
  224. "allowsBounceVertical": "NO"
  225. }
  226. }
  227. }
  228. ]
  229. },
  230. {
  231. "root": "subpkg_checkin",
  232. "pages": [{
  233. "path": "selectRoomType/selectRoomType",
  234. "style": {
  235. "enablePullDownRefresh": false,
  236. "mp-weixin": {
  237. "navigationStyle": "custom"
  238. },
  239. "mp-alipay": {
  240. "transparentTitle": "always",
  241. "allowsBounceVertical": "NO"
  242. }
  243. }
  244. },
  245. {
  246. "path": "selectRoom/selectRoom",
  247. "style": {
  248. "enablePullDownRefresh": false,
  249. "mp-weixin": {
  250. "navigationStyle": "custom"
  251. },
  252. "mp-alipay": {
  253. "transparentTitle": "always",
  254. "allowsBounceVertical": "NO"
  255. }
  256. }
  257. },
  258. {
  259. "path": "addGuest/addGuest",
  260. "style": {
  261. "enablePullDownRefresh": false,
  262. "mp-weixin": {
  263. "navigationStyle": "custom"
  264. },
  265. "mp-alipay": {
  266. "transparentTitle": "always",
  267. "allowsBounceVertical": "NO"
  268. }
  269. }
  270. },
  271. // {
  272. // "path": "dynamicFaceCheck/dynamicFaceCheck",
  273. // "style": {
  274. // "navigationBarTitleText": "人证比对",
  275. // "enablePullDownRefresh": false,
  276. // "mp-alipay": {
  277. // "allowsBounceVertical": "NO"
  278. // }
  279. // }
  280. // },
  281. {
  282. "path": "checkin/checkin",
  283. "style": {
  284. "enablePullDownRefresh": false,
  285. "mp-weixin": {
  286. "navigationStyle": "custom"
  287. },
  288. "mp-alipay": {
  289. "transparentTitle": "always",
  290. "allowsBounceVertical": "NO"
  291. }
  292. }
  293. },
  294. {
  295. "path": "selectCheckinType/selectCheckinType",
  296. "style": {
  297. "enablePullDownRefresh": false,
  298. "mp-weixin": {
  299. "navigationStyle": "custom",
  300. "disableScroll": true
  301. },
  302. "mp-alipay": {
  303. "transparentTitle": "always",
  304. "allowsBounceVertical": "NO"
  305. }
  306. }
  307. },
  308. {
  309. "path": "queryOrder/queryOrder",
  310. "style": {
  311. "enablePullDownRefresh": false,
  312. "mp-weixin": {
  313. "navigationStyle": "custom"
  314. },
  315. "mp-alipay": {
  316. "transparentTitle": "always",
  317. "allowsBounceVertical": "NO"
  318. }
  319. }
  320. },
  321. {
  322. "path": "orderDetail/orderDetail",
  323. "style": {
  324. "navigationBarTitleText": "订单详情",
  325. "enablePullDownRefresh": false,
  326. "mp-alipay": {
  327. "allowsBounceVertical": "NO"
  328. }
  329. }
  330. },
  331. {
  332. "path": "staticFaceCheck/staticFaceCheck",
  333. "style": {
  334. "navigationBarTitleText": "",
  335. "enablePullDownRefresh": false,
  336. "mp-alipay": {
  337. "allowsBounceVertical": "NO"
  338. }
  339. }
  340. },
  341. {
  342. "path": "confirmOrder/confirmOrder",
  343. "style": {
  344. // #ifdef MP-ALIPAY
  345. "usingComponents": {
  346. "ant-swipe-action": "/mycomponents/node_modules/antd-mini/es/SwipeAction/index"
  347. },
  348. // #endif
  349. "enablePullDownRefresh": false,
  350. "mp-weixin": {
  351. "navigationStyle": "custom"
  352. },
  353. "mp-alipay": {
  354. "transparentTitle": "always",
  355. "allowsBounceVertical": "NO"
  356. }
  357. }
  358. },
  359. {
  360. "path": "queryOrderResult/queryOrderResult",
  361. "style": {
  362. "enablePullDownRefresh": false,
  363. "mp-weixin": {
  364. "navigationStyle": "custom"
  365. },
  366. "mp-alipay": {
  367. "transparentTitle": "always",
  368. "allowsBounceVertical": "NO"
  369. }
  370. }
  371. }
  372. // #ifdef MP-ALIPAY
  373. ,
  374. {
  375. "path": "alipayCheckPic/alipayCheckPic",
  376. "style": {
  377. "enablePullDownRefresh": false,
  378. "mp-weixin": {
  379. "navigationStyle": "custom"
  380. },
  381. "mp-alipay": {
  382. "transparentTitle": "always",
  383. "allowsBounceVertical": "NO"
  384. }
  385. }
  386. }
  387. // #endif
  388. ]
  389. }
  390. ]
  391. }