pages.json 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  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. // #ifdef MP-ALIPAY
  266. "usingComponents": {
  267. "ant-action-sheet": "/mycomponents/node_modules/antd-mini/es/ActionSheet/index"
  268. },
  269. // #endif
  270. "mp-alipay": {
  271. "transparentTitle": "always",
  272. "allowsBounceVertical": "NO"
  273. }
  274. }
  275. },
  276. // {
  277. // "path": "dynamicFaceCheck/dynamicFaceCheck",
  278. // "style": {
  279. // "navigationBarTitleText": "人证比对",
  280. // "enablePullDownRefresh": false,
  281. // "mp-alipay": {
  282. // "allowsBounceVertical": "NO"
  283. // }
  284. // }
  285. // },
  286. {
  287. "path": "checkin/checkin",
  288. "style": {
  289. "enablePullDownRefresh": false,
  290. "mp-weixin": {
  291. "navigationStyle": "custom"
  292. },
  293. "mp-alipay": {
  294. "transparentTitle": "always",
  295. "allowsBounceVertical": "NO"
  296. }
  297. }
  298. },
  299. {
  300. "path": "selectCheckinType/selectCheckinType",
  301. "style": {
  302. "enablePullDownRefresh": false,
  303. "mp-weixin": {
  304. "navigationStyle": "custom",
  305. "disableScroll": true
  306. },
  307. "mp-alipay": {
  308. "transparentTitle": "always",
  309. "allowsBounceVertical": "NO"
  310. }
  311. }
  312. },
  313. {
  314. "path": "queryOrder/queryOrder",
  315. "style": {
  316. "enablePullDownRefresh": false,
  317. "mp-weixin": {
  318. "navigationStyle": "custom"
  319. },
  320. "mp-alipay": {
  321. "transparentTitle": "always",
  322. "allowsBounceVertical": "NO"
  323. }
  324. }
  325. },
  326. {
  327. "path": "orderDetail/orderDetail",
  328. "style": {
  329. "navigationBarTitleText": "订单详情",
  330. "enablePullDownRefresh": false,
  331. "mp-alipay": {
  332. "allowsBounceVertical": "NO"
  333. }
  334. }
  335. },
  336. {
  337. "path": "staticFaceCheck/staticFaceCheck",
  338. "style": {
  339. "navigationBarTitleText": "",
  340. "enablePullDownRefresh": false,
  341. "mp-alipay": {
  342. "allowsBounceVertical": "NO"
  343. }
  344. }
  345. },
  346. {
  347. "path": "confirmOrder/confirmOrder",
  348. "style": {
  349. // #ifdef MP-ALIPAY
  350. "usingComponents": {
  351. "ant-swipe-action": "/mycomponents/node_modules/antd-mini/es/SwipeAction/index"
  352. },
  353. // #endif
  354. "enablePullDownRefresh": false,
  355. "mp-weixin": {
  356. "navigationStyle": "custom"
  357. },
  358. "mp-alipay": {
  359. "transparentTitle": "always",
  360. "allowsBounceVertical": "NO"
  361. }
  362. }
  363. },
  364. {
  365. "path": "queryOrderResult/queryOrderResult",
  366. "style": {
  367. "enablePullDownRefresh": false,
  368. "mp-weixin": {
  369. "navigationStyle": "custom"
  370. },
  371. "mp-alipay": {
  372. "transparentTitle": "always",
  373. "allowsBounceVertical": "NO"
  374. }
  375. }
  376. }
  377. // #ifdef MP-ALIPAY
  378. ,
  379. {
  380. "path": "alipayCheckPic/alipayCheckPic",
  381. "style": {
  382. "enablePullDownRefresh": false,
  383. "mp-weixin": {
  384. "navigationStyle": "custom"
  385. },
  386. "mp-alipay": {
  387. "transparentTitle": "always",
  388. "allowsBounceVertical": "NO"
  389. }
  390. }
  391. }
  392. // #endif
  393. ]
  394. }
  395. ]
  396. }