pages.json 9.7 KB

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