pages.json 9.8 KB

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