pages.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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/WriteOffResults",
  93. "style": {
  94. "navigationBarTitleText": "核销结果",
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/house/stayCheck",
  100. "style": {
  101. "navigationBarTitleText": "入住登记",
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "pages/my/houseList",
  107. "style": {
  108. "navigationBarTitleText": "房型选择",
  109. "navigationStyle": "custom"
  110. }
  111. },
  112. {
  113. "path": "pages/statistics/index",
  114. "style": {
  115. "navigationBarTitleText": "统计",
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/my/index",
  121. "style": {
  122. "navigationBarTitleText": "我的",
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/my/roomType",
  128. "style": {
  129. "navigationBarTitleText": "房间列表",
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "pages/HotelMerchandise/index",
  135. "style": {
  136. "navigationBarTitleText": "商品管理",
  137. "enablePullDownRefresh": false,
  138. "navigationStyle": "custom"
  139. }
  140. },
  141. {
  142. "path": "pages/HotelMerchandise/addCommodity",
  143. "style": {
  144. "navigationBarTitleText": "添加商品",
  145. "enablePullDownRefresh": false,
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "pages/HotelMerchandise/record",
  151. "style": {
  152. "navigationBarTitleText": "核销记录",
  153. "enablePullDownRefresh": false,
  154. "navigationStyle": "custom"
  155. }
  156. }
  157. ],
  158. "subPackages": [{
  159. "root": "pagesHouse",
  160. "pages": [{
  161. "path": "home/index",
  162. "style": {
  163. "navigationBarTitleText": "首页",
  164. "navigationStyle": "custom",
  165. "enablePullDownRefresh": true
  166. }
  167. }, {
  168. "path": "home/orderList",
  169. "style": {
  170. "navigationBarTitleText": "订单列表",
  171. "navigationStyle": "custom",
  172. "enablePullDownRefresh": true
  173. }
  174. },
  175. {
  176. "path": "home/bill",
  177. "style": {
  178. "navigationBarTitleText": "交易账单",
  179. "navigationStyle": "custom",
  180. "enablePullDownRefresh": true
  181. }
  182. },
  183. {
  184. "path": "home/moneyBill",
  185. "style": {
  186. "navigationBarTitleText": "资金账单",
  187. "navigationStyle": "custom",
  188. "enablePullDownRefresh": true
  189. }
  190. },
  191. {
  192. "path": "home/moneyBillDetail",
  193. "style": {
  194. "navigationBarTitleText": "账单详情",
  195. "navigationStyle": "custom",
  196. "enablePullDownRefresh": true
  197. }
  198. },
  199. {
  200. "path": "home/orderBillDetail",
  201. "style": {
  202. "navigationBarTitleText": "账单详情",
  203. "navigationStyle": "custom",
  204. "enablePullDownRefresh": true
  205. }
  206. }, {
  207. "path": "home/tj",
  208. "style": {
  209. "navigationBarTitleText": "数据统计",
  210. "navigationStyle": "custom",
  211. "enablePullDownRefresh": true
  212. }
  213. },
  214. {
  215. "path": "Verification/index",
  216. "style": {
  217. "navigationBarTitleText": "核销",
  218. "enablePullDownRefresh": false,
  219. "navigationStyle": "custom"
  220. }
  221. },
  222. {
  223. "path": "Verification/check",
  224. "style": {
  225. "navigationBarTitleText": "核销选择",
  226. "enablePullDownRefresh": false,
  227. "navigationStyle": "custom"
  228. }
  229. },
  230. {
  231. "path": "Verification/record",
  232. "style": {
  233. "navigationBarTitleText": "核销记录",
  234. "enablePullDownRefresh": false,
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "Verification/recordCy",
  240. "style": {
  241. "navigationBarTitleText": "核销记录",
  242. "enablePullDownRefresh": false,
  243. "navigationStyle": "custom"
  244. }
  245. },
  246. {
  247. "path": "Verification/success",
  248. "style": {
  249. "navigationBarTitleText": "核销结果",
  250. "enablePullDownRefresh": false,
  251. "navigationStyle": "custom"
  252. }
  253. },
  254. {
  255. "path": "Verification/ems",
  256. "style": {
  257. "navigationBarTitleText": "核销结果",
  258. "enablePullDownRefresh": false,
  259. "navigationStyle": "custom"
  260. }
  261. },
  262. {
  263. "path": "Verification/detailsewm",
  264. "style": {
  265. "navigationBarTitleText": "订单详情"
  266. }
  267. },
  268. {
  269. "path": "Verification/handiwork",
  270. "style": {
  271. "navigationBarTitleText": "我要核销",
  272. "enablePullDownRefresh": false
  273. // "navigationStyle": "custom"
  274. }
  275. },
  276. {
  277. "path": "Verification/details",
  278. "style": {
  279. "navigationBarTitleText": "订单详情",
  280. "enablePullDownRefresh": false
  281. // "navigationStyle": "custom"
  282. }
  283. },
  284. {
  285. "path": "Mine/index",
  286. "style": {
  287. "navigationBarTitleText": "我的",
  288. "enablePullDownRefresh": false,
  289. "navigationStyle": "custom"
  290. }
  291. },
  292. {
  293. "path": "Mine/ordersList/index",
  294. "style": {
  295. "navigationBarTitleText": "我的订单",
  296. "enablePullDownRefresh": false,
  297. "navigationStyle": "custom"
  298. }
  299. },
  300. {
  301. "path": "Mine/ordersList/outcome",
  302. "style": {
  303. "navigationBarTitleText": "核销结果",
  304. "enablePullDownRefresh": false
  305. // "navigationStyle": "custom"
  306. }
  307. },
  308. {
  309. "path": "Mine/ordersList/details/details",
  310. "style": {
  311. "navigationBarTitleText": "订单详情",
  312. "enablePullDownRefresh": false,
  313. "navigationStyle": "custom"
  314. }
  315. },
  316. {
  317. "path": "Mine/PersonalEditing/PersonalEditing",
  318. "style": {
  319. "navigationBarTitleText": "编辑",
  320. "enablePullDownRefresh": false
  321. }
  322. },
  323. {
  324. "path": "Mine/Businesses/Businesses",
  325. "style": {
  326. "navigationBarTitleText": "商户信息",
  327. "enablePullDownRefresh": false
  328. }
  329. },
  330. {
  331. "path": "Mine/Businesses/Catering",
  332. "style": {
  333. "navigationBarTitleText": "商户信息",
  334. "enablePullDownRefresh": false
  335. }
  336. },
  337. {
  338. "path": "HotelMerchandise/index",
  339. "style": {
  340. "navigationBarTitleText": "商品管理",
  341. "enablePullDownRefresh": false,
  342. "navigationStyle": "custom"
  343. }
  344. }
  345. ]
  346. },
  347. {
  348. "root": "pagesMy",
  349. "pages": [{
  350. "path": "orderList/orderList",
  351. "style": {
  352. "navigationBarTitleText": "订单列表",
  353. "enablePullDownRefresh": false,
  354. "navigationBarBackgroundColor": "#fff"
  355. }
  356. }, {
  357. "path": "orderList/alreadyBook",
  358. "style": {
  359. "navigationBarTitleText": "订单详情",
  360. "enablePullDownRefresh": false,
  361. "navigationBarBackgroundColor": "#fff"
  362. }
  363. }, {
  364. "path": "orderList/textMessage",
  365. "style": {
  366. "navigationBarTitleText": "发送短信",
  367. "enablePullDownRefresh": false,
  368. "navigationBarBackgroundColor": "#fff"
  369. }
  370. },
  371. {
  372. "path": "stayInfo/stayInfo",
  373. "style": {
  374. "navigationBarTitleText": "酒店民宿信息 ",
  375. "enablePullDownRefresh": false,
  376. "navigationStyle": "custom"
  377. }
  378. }, {
  379. "path": "stayInfo/roomPosition",
  380. "style": {
  381. "navigationBarTitleText": "酒店民宿信息 ",
  382. "enablePullDownRefresh": false,
  383. "navigationStyle": "custom"
  384. }
  385. },
  386. {
  387. "path": "code/index",
  388. "style": {
  389. "navigationStyle": "custom"
  390. }
  391. }
  392. ]
  393. }
  394. ],
  395. "globalStyle": {
  396. "navigationBarTextStyle": "black",
  397. "navigationBarTitleText": "酒店民宿商家端",
  398. "navigationBarBackgroundColor": "#F8F8F8",
  399. "backgroundColor": "#F8F8F8"
  400. },
  401. "uniIdRouter": {},
  402. "permission": {
  403. "scope.userLocation": {
  404. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  405. }
  406. }
  407. }