pages.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  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. "path" : "voucherDesc/voucherDesc",
  230. "style" :
  231. {
  232. "navigationBarTitleText" : ""
  233. }
  234. }
  235. ]
  236. },
  237. {
  238. "root": "subpkg_checkin",
  239. "pages": [{
  240. "path": "selectRoomType/selectRoomType",
  241. "style": {
  242. "enablePullDownRefresh": false,
  243. "mp-weixin": {
  244. "navigationStyle": "custom"
  245. },
  246. "mp-alipay": {
  247. "transparentTitle": "always",
  248. "allowsBounceVertical": "NO"
  249. }
  250. }
  251. },
  252. {
  253. "path": "selectRoom/selectRoom",
  254. "style": {
  255. "enablePullDownRefresh": false,
  256. "mp-weixin": {
  257. "navigationStyle": "custom"
  258. },
  259. "mp-alipay": {
  260. "transparentTitle": "always",
  261. "allowsBounceVertical": "NO"
  262. }
  263. }
  264. },
  265. {
  266. "path": "addGuest/addGuest",
  267. "style": {
  268. "enablePullDownRefresh": false,
  269. "mp-weixin": {
  270. "navigationStyle": "custom"
  271. },
  272. // #ifdef MP-ALIPAY
  273. "usingComponents": {
  274. "ant-action-sheet": "/mycomponents/node_modules/antd-mini/es/ActionSheet/index"
  275. },
  276. // #endif
  277. "mp-alipay": {
  278. "transparentTitle": "always",
  279. "allowsBounceVertical": "NO"
  280. }
  281. }
  282. },
  283. // {
  284. // "path": "dynamicFaceCheck/dynamicFaceCheck",
  285. // "style": {
  286. // "navigationBarTitleText": "人证比对",
  287. // "enablePullDownRefresh": false,
  288. // "mp-alipay": {
  289. // "allowsBounceVertical": "NO"
  290. // }
  291. // }
  292. // },
  293. {
  294. "path": "checkin/checkin",
  295. "style": {
  296. "enablePullDownRefresh": false,
  297. "mp-weixin": {
  298. "navigationStyle": "custom"
  299. },
  300. "mp-alipay": {
  301. "transparentTitle": "always",
  302. "allowsBounceVertical": "NO"
  303. }
  304. }
  305. },
  306. {
  307. "path": "selectCheckinType/selectCheckinType",
  308. "style": {
  309. "enablePullDownRefresh": false,
  310. "mp-weixin": {
  311. "navigationStyle": "custom",
  312. "disableScroll": true
  313. },
  314. "mp-alipay": {
  315. "transparentTitle": "always",
  316. "allowsBounceVertical": "NO"
  317. }
  318. }
  319. },
  320. {
  321. "path": "queryOrder/queryOrder",
  322. "style": {
  323. "enablePullDownRefresh": false,
  324. "mp-weixin": {
  325. "navigationStyle": "custom"
  326. },
  327. "mp-alipay": {
  328. "transparentTitle": "always",
  329. "allowsBounceVertical": "NO"
  330. }
  331. }
  332. },
  333. {
  334. "path": "orderDetail/orderDetail",
  335. "style": {
  336. "navigationBarTitleText": "订单详情",
  337. "enablePullDownRefresh": false,
  338. "mp-alipay": {
  339. "allowsBounceVertical": "NO"
  340. }
  341. }
  342. },
  343. {
  344. "path": "staticFaceCheck/staticFaceCheck",
  345. "style": {
  346. "navigationBarTitleText": "",
  347. "enablePullDownRefresh": false,
  348. "mp-alipay": {
  349. "allowsBounceVertical": "NO"
  350. }
  351. }
  352. },
  353. {
  354. "path": "confirmOrder/confirmOrder",
  355. "style": {
  356. // #ifdef MP-ALIPAY
  357. "usingComponents": {
  358. "ant-swipe-action": "/mycomponents/node_modules/antd-mini/es/SwipeAction/index"
  359. },
  360. // #endif
  361. "enablePullDownRefresh": false,
  362. "mp-weixin": {
  363. "navigationStyle": "custom"
  364. },
  365. "mp-alipay": {
  366. "transparentTitle": "always",
  367. "allowsBounceVertical": "NO"
  368. }
  369. }
  370. },
  371. {
  372. "path": "queryOrderResult/queryOrderResult",
  373. "style": {
  374. "enablePullDownRefresh": false,
  375. "mp-weixin": {
  376. "navigationStyle": "custom"
  377. },
  378. "mp-alipay": {
  379. "transparentTitle": "always",
  380. "allowsBounceVertical": "NO"
  381. }
  382. }
  383. }
  384. ]
  385. }
  386. ]
  387. }