pages.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. {
  2. "pages": [
  3. //首页
  4. {
  5. "path": "pages/login/select",
  6. "style": {
  7. "navigationBarTitleText": "选择门店",
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/home/index",
  13. "style": {
  14. "navigationBarTitleText": "首页",
  15. "navigationStyle": "custom",
  16. "enablePullDownRefresh": true
  17. }
  18. },
  19. {
  20. "path": "pages/home/condition",
  21. "style": {
  22. "navigationBarTitleText": "房情表",
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/home/details",
  28. "style": {
  29. "navigationBarTitleText": "",
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. // 登录
  34. {
  35. "path": "pages/login/index",
  36. "style": {
  37. "navigationBarTitleText": "登录",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/login/forgot",
  43. "style": {
  44. "navigationBarTitleText": "忘记密码",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. //房态
  49. {
  50. "path": "pages/house/index",
  51. "style": {
  52. "navigationBarTitleText": "房态",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/house/createOrder",
  58. "style": {
  59. "navigationBarTitleText": "新增订单",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/house/breast",
  65. "style": {
  66. "navigationBarTitleText": "添加早餐",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/house/payAdd",
  72. "style": {
  73. "navigationBarTitleText": "添加收款",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/house/orderInfo",
  79. "style": {
  80. "navigationBarTitleText": "订单详情",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/house/orderDetails",
  86. "style": {
  87. "navigationBarTitleText": "订单详情",
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/house/stayCheck",
  93. "style": {
  94. "navigationBarTitleText": "入住登记",
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/my/houseList",
  100. "style": {
  101. "navigationBarTitleText": "房型选择",
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "pages/statistics/index",
  107. "style": {
  108. "navigationBarTitleText": "统计",
  109. "navigationStyle": "custom"
  110. }
  111. },
  112. {
  113. "path": "pages/my/index",
  114. "style": {
  115. "navigationBarTitleText": "我的",
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/my/roomType",
  121. "style": {
  122. "navigationBarTitleText": "房间列表",
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/HotelMerchandise/index",
  128. "style": {
  129. "navigationBarTitleText": "商品管理",
  130. "enablePullDownRefresh": false,
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "pages/HotelMerchandise/addCommodity",
  136. "style": {
  137. "navigationBarTitleText": "添加商品",
  138. "enablePullDownRefresh": false,
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "pages/HotelMerchandise/record",
  144. "style": {
  145. "navigationBarTitleText": "核销记录",
  146. "enablePullDownRefresh": false,
  147. "navigationStyle": "custom"
  148. }
  149. }
  150. ],
  151. "subPackages": [{
  152. "root": "pagesHouse",
  153. "pages": [{
  154. "path": "home/index",
  155. "style": {
  156. "navigationBarTitleText": "首页",
  157. "navigationStyle": "custom",
  158. "enablePullDownRefresh": true
  159. }
  160. }, {
  161. "path": "home/orderList",
  162. "style": {
  163. "navigationBarTitleText": "订单列表",
  164. "navigationStyle": "custom",
  165. "enablePullDownRefresh": true
  166. }
  167. },
  168. {
  169. "path": "home/bill",
  170. "style": {
  171. "navigationBarTitleText": "交易账单",
  172. "navigationStyle": "custom",
  173. "enablePullDownRefresh": true
  174. }
  175. },
  176. {
  177. "path": "home/moneyBill",
  178. "style": {
  179. "navigationBarTitleText": "资金账单",
  180. "navigationStyle": "custom",
  181. "enablePullDownRefresh": true
  182. }
  183. },
  184. {
  185. "path": "home/moneyBillDetail",
  186. "style": {
  187. "navigationBarTitleText": "账单详情",
  188. "navigationStyle": "custom",
  189. "enablePullDownRefresh": true
  190. }
  191. },
  192. {
  193. "path": "home/orderBillDetail",
  194. "style": {
  195. "navigationBarTitleText": "账单详情",
  196. "navigationStyle": "custom",
  197. "enablePullDownRefresh": true
  198. }
  199. }, {
  200. "path": "home/tj",
  201. "style": {
  202. "navigationBarTitleText": "数据统计",
  203. "navigationStyle": "custom",
  204. "enablePullDownRefresh": true
  205. }
  206. },
  207. {
  208. "path": "Verification/index",
  209. "style": {
  210. "navigationBarTitleText": "核销",
  211. "enablePullDownRefresh": false,
  212. "navigationStyle": "custom"
  213. }
  214. },
  215. {
  216. "path": "Verification/check",
  217. "style": {
  218. "navigationBarTitleText": "核销选择",
  219. "enablePullDownRefresh": false,
  220. "navigationStyle": "custom"
  221. }
  222. },
  223. {
  224. "path": "Verification/record",
  225. "style": {
  226. "navigationBarTitleText": "核销记录",
  227. "enablePullDownRefresh": false,
  228. "navigationStyle": "custom"
  229. }
  230. },
  231. {
  232. "path": "Verification/recordCy",
  233. "style": {
  234. "navigationBarTitleText": "核销记录",
  235. "enablePullDownRefresh": false,
  236. "navigationStyle": "custom"
  237. }
  238. },
  239. {
  240. "path": "Verification/success",
  241. "style": {
  242. "navigationBarTitleText": "核销结果",
  243. "enablePullDownRefresh": false,
  244. "navigationStyle": "custom"
  245. }
  246. },
  247. {
  248. "path": "Verification/ems",
  249. "style": {
  250. "navigationBarTitleText": "核销结果",
  251. "enablePullDownRefresh": false,
  252. "navigationStyle": "custom"
  253. }
  254. },
  255. {
  256. "path": "Verification/detailsewm",
  257. "style": {
  258. "navigationBarTitleText": "订单详情"
  259. }
  260. },
  261. {
  262. "path": "Verification/handiwork",
  263. "style": {
  264. "navigationBarTitleText": "我要核销",
  265. "enablePullDownRefresh": false
  266. // "navigationStyle": "custom"
  267. }
  268. },
  269. {
  270. "path": "Verification/details",
  271. "style": {
  272. "navigationBarTitleText": "订单详情",
  273. "enablePullDownRefresh": false
  274. // "navigationStyle": "custom"
  275. }
  276. },
  277. {
  278. "path": "Mine/index",
  279. "style": {
  280. "navigationBarTitleText": "我的",
  281. "enablePullDownRefresh": false,
  282. "navigationStyle": "custom"
  283. }
  284. },
  285. {
  286. "path": "Mine/ordersList/index",
  287. "style": {
  288. "navigationBarTitleText": "我的订单",
  289. "enablePullDownRefresh": false,
  290. "navigationStyle": "custom"
  291. }
  292. },
  293. {
  294. "path": "Mine/ordersList/outcome",
  295. "style": {
  296. "navigationBarTitleText": "核销结果",
  297. "enablePullDownRefresh": false
  298. // "navigationStyle": "custom"
  299. }
  300. },
  301. {
  302. "path": "Mine/ordersList/details/details",
  303. "style": {
  304. "navigationBarTitleText": "订单详情",
  305. "enablePullDownRefresh": false,
  306. "navigationStyle": "custom"
  307. }
  308. },
  309. {
  310. "path": "Mine/PersonalEditing/PersonalEditing",
  311. "style": {
  312. "navigationBarTitleText": "编辑",
  313. "enablePullDownRefresh": false
  314. }
  315. },
  316. {
  317. "path": "Mine/Businesses/Businesses",
  318. "style": {
  319. "navigationBarTitleText": "商户信息",
  320. "enablePullDownRefresh": false
  321. }
  322. },
  323. {
  324. "path": "Mine/Businesses/Catering",
  325. "style": {
  326. "navigationBarTitleText": "商户信息",
  327. "enablePullDownRefresh": false
  328. }
  329. },
  330. {
  331. "path": "HotelMerchandise/index",
  332. "style": {
  333. "navigationBarTitleText": "商品管理",
  334. "enablePullDownRefresh": false,
  335. "navigationStyle": "custom"
  336. }
  337. }
  338. ]
  339. },
  340. {
  341. "root": "pagesMy",
  342. "pages": [{
  343. "path": "orderList/orderList",
  344. "style": {
  345. "navigationBarTitleText": "订单列表",
  346. "enablePullDownRefresh": false,
  347. "navigationBarBackgroundColor": "#fff"
  348. }
  349. }, {
  350. "path": "orderList/alreadyBook",
  351. "style": {
  352. "navigationBarTitleText": "订单详情",
  353. "enablePullDownRefresh": false,
  354. "navigationBarBackgroundColor": "#fff"
  355. }
  356. }, {
  357. "path": "orderList/textMessage",
  358. "style": {
  359. "navigationBarTitleText": "发送短信",
  360. "enablePullDownRefresh": false,
  361. "navigationBarBackgroundColor": "#fff"
  362. }
  363. },
  364. {
  365. "path": "stayInfo/stayInfo",
  366. "style": {
  367. "navigationBarTitleText": "酒店民宿信息 ",
  368. "enablePullDownRefresh": false,
  369. "navigationStyle": "custom"
  370. }
  371. }, {
  372. "path": "stayInfo/roomPosition",
  373. "style": {
  374. "navigationBarTitleText": "酒店民宿信息 ",
  375. "enablePullDownRefresh": false,
  376. "navigationStyle": "custom"
  377. }
  378. },
  379. {
  380. "path": "code/index",
  381. "style": {
  382. "navigationStyle": "custom"
  383. }
  384. }
  385. ]
  386. }
  387. ],
  388. "globalStyle": {
  389. "navigationBarTextStyle": "black",
  390. "navigationBarTitleText": "酒店民宿商家端",
  391. "navigationBarBackgroundColor": "#F8F8F8",
  392. "backgroundColor": "#F8F8F8"
  393. },
  394. "uniIdRouter": {},
  395. "permission": {
  396. "scope.userLocation": {
  397. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  398. }
  399. }
  400. }