pages.json 9.7 KB

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