pages.json 8.1 KB

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