pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "茶付宝"
  7. }
  8. },
  9. {
  10. "path": "pages/sign/index",
  11. "style": {
  12. "navigationBarTitleText": "福利"
  13. }
  14. },
  15. {
  16. "path": "pages/settledMerchant/index",
  17. "style": {
  18. "navigationBarTitleText": "本地生活"
  19. }
  20. },
  21. {
  22. "path": "pages/my/index",
  23. "style": {
  24. "navigationBarTitleText": "我的"
  25. }
  26. },
  27. {
  28. "path": "pages/product/productRetail",
  29. "style": {
  30. "navigationBarTitleText": "数智云店"
  31. }
  32. },
  33. {
  34. "path": "pages/product/productWholesale",
  35. "style": {
  36. "navigationBarTitleText": "批发专区"
  37. }
  38. },
  39. {
  40. "path": "pages/product/productTeaBaby",
  41. "style": {
  42. "navigationBarTitleText": "茶宝兑换"
  43. }
  44. },
  45. {
  46. "path": "pages/product/p_details",
  47. "style": {
  48. "navigationBarTitleText": "商品详情"
  49. }
  50. },
  51. {
  52. "path": "pages/to-pay-list/index",
  53. "style": {
  54. "navigationBarTitleText": "提交订单"
  55. }
  56. },
  57. {
  58. "path": "pages/xghc-addrress/userAddress",
  59. "style": {
  60. "navigationBarTitleText": "收货地址"
  61. }
  62. },
  63. {
  64. "path": "pages/invi-img/index",
  65. "style": {
  66. "navigationBarTitleText": "邀请好友",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. // {
  71. // "path": "pages/account/wealth",
  72. // "style": {
  73. // "navigationBarTitleText": "财富"
  74. // }
  75. // },
  76. {
  77. "path": "pages/account/consignment",
  78. "style": {
  79. "navigationBarTitleText": "寄卖"
  80. }
  81. },
  82. {
  83. "path": "pages/account/giveAsPresent",
  84. "style": {
  85. "navigationBarTitleText": "赠送"
  86. }
  87. },
  88. // {
  89. // "path": "pages/account/conversion",
  90. // "style": {
  91. // "navigationBarTitleText": "转化"
  92. // }
  93. // },
  94. {
  95. "path": "pages/speed-up/index",
  96. "style": {
  97. "navigationBarTitleText": "加速"
  98. }
  99. },
  100. {
  101. "path": "pages/accountDetails/running",
  102. "style": {
  103. "navigationBarTitleText": "云宝明细"
  104. }
  105. },
  106. {
  107. "path": "pages/accountDetails/withdraw",
  108. "style": {
  109. "navigationBarTitleText": "提现明细"
  110. }
  111. },
  112. {
  113. "path": "pages/accountDetails/topup",
  114. "style": {
  115. "navigationBarTitleText": "充值明细"
  116. }
  117. },
  118. // {
  119. // "path": "pages/accountDetails/integral",
  120. // "style": {
  121. // "navigationBarTitleText": "批发券明细"
  122. // }
  123. // },
  124. {
  125. "path": "pages/accountDetails/teaBaby",
  126. "style": {
  127. "navigationBarTitleText": "茶宝明细"
  128. }
  129. },
  130. {
  131. "path": "pages/szw-order-list/index",
  132. "style": {
  133. "navigationBarTitleText": "订单列表"
  134. }
  135. },
  136. {
  137. "path": "pages/szw-order-details/index",
  138. "style": {
  139. "navigationBarTitleText": "订单详情"
  140. }
  141. },
  142. {
  143. "path": "pages/my/userinfo",
  144. "style": {
  145. "navigationBarTitleText": "基本信息"
  146. }
  147. },
  148. // {
  149. // "path": "pages/top-up/index",
  150. // "style": {
  151. // "navigationBarTitleText": "充值"
  152. // }
  153. // },
  154. {
  155. "path": "pages/aytonym-status/index",
  156. "style": {
  157. "navigationBarTitleText": "实名认证"
  158. }
  159. },
  160. {
  161. "path": "pages/autonym-submit/index",
  162. "style": {
  163. "navigationBarTitleText": "实名认证"
  164. }
  165. },
  166. {
  167. "path": "pages/autonym-pay/index",
  168. "style": {
  169. "navigationBarTitleText": "支付"
  170. }
  171. },
  172. {
  173. "path": "pages/cash/index",
  174. "style": {
  175. "navigationBarTitleText": "提现"
  176. }
  177. },
  178. // {
  179. // "path": "pages/tea-list/index",
  180. // "style": {
  181. // "navigationBarTitleText": "我的茶友"
  182. // }
  183. // },
  184. // {
  185. // "path": "pages/my-credites/index",
  186. // "style": {
  187. // "navigationBarTitleText": "茶宝兑换",
  188. // "enablePullDownRefresh": false
  189. // }
  190. // },
  191. {
  192. "path": "pages/pay-agreement/index",
  193. "style": {
  194. "navigationBarTitleText": "购买协议"
  195. }
  196. },
  197. {
  198. "path": "pages/agreement/index",
  199. "style": {
  200. "navigationBarTitleText": "协议"
  201. }
  202. },
  203. {
  204. "path": "pages/notice/detail",
  205. "style": {
  206. "navigationBarTitleText": "公告详情"
  207. }
  208. },
  209. {
  210. "path": "pages/consultation-list/index",
  211. "style": {
  212. "navigationBarTitleText": "公告列表"
  213. }
  214. }
  215. ],
  216. "subPackages": [
  217. {
  218. "root": "pagesB",
  219. "pages": [
  220. {
  221. "path": "specialregion/index",
  222. "style": {
  223. "navigationBarTitleText": "茶付宝"
  224. }
  225. },
  226. {
  227. "path": "orderingfood/orderingfood",
  228. "style": {
  229. "navigationBarTitleText": "数智生活"
  230. }
  231. },
  232. {
  233. "path": "orderingfood/fineFood",
  234. "style": {
  235. "navigationBarTitleText": "餐饮"
  236. }
  237. },
  238. {
  239. "path": "orderingfood/payTheBill",
  240. "style": {
  241. "navigationBarTitleText": "买单"
  242. }
  243. },
  244. {
  245. "path": "orderingfood/activationcode",
  246. "style": {
  247. "navigationBarTitleText": "生成激活码"
  248. }
  249. },
  250. {
  251. "path": "orderingfood/friend",
  252. "style": {
  253. "navigationBarTitleText": "我的社区"
  254. }
  255. },
  256. {
  257. "path": "orderingfood/orderlist",
  258. "style": {
  259. "navigationBarTitleText": "订单列表"
  260. }
  261. },
  262. {
  263. "path": "orderingfood/detail",
  264. "style": {
  265. "navigationBarTitleText": "订单详情"
  266. }
  267. },
  268. {
  269. "path": "cinema/cinemaList",
  270. "style": {
  271. "navigationBarTitleText": "影院"
  272. }
  273. },
  274. {
  275. "path": "cinema/choiceMovie",
  276. "style": {
  277. "navigationBarTitleText": "影院"
  278. }
  279. },
  280. {
  281. "path": "cinema/selectSeat",
  282. "style": {
  283. "navigationBarTitleText": "选座"
  284. }
  285. },
  286. {
  287. "path": "cinema/confirmOrder",
  288. "style": {
  289. "navigationBarTitleText": "确认订单"
  290. }
  291. },
  292. {
  293. "path": "cinema/cinemaTicket",
  294. "style": {
  295. "navigationBarTitleText": "我的电影票"
  296. }
  297. },
  298. {
  299. "path": "directCharge/index",
  300. "style": {
  301. "navigationBarTitleText": "音视频会员"
  302. }
  303. },
  304. {
  305. "path": "directCharge/payment",
  306. "style": {
  307. "navigationBarTitleText": "音视频会员"
  308. }
  309. },
  310. {
  311. "path": "directCharge/coupon",
  312. "style": {
  313. "navigationBarTitleText": "优惠券"
  314. }
  315. },
  316. {
  317. "path": "directCharge/orderDetail",
  318. "style": {
  319. "navigationBarTitleText": "订单详情" //卡券&直充
  320. }
  321. },
  322. {
  323. "path": "hotel/index",
  324. "style": {
  325. "navigationBarTitleText": "酒店民宿"
  326. }
  327. },
  328. {
  329. "path": "hotel/hotelList",
  330. "style": {
  331. "navigationBarTitleText": "酒店民宿"
  332. }
  333. },
  334. {
  335. "path": "hotel/hotel",
  336. "style": {
  337. "navigationBarTextStyle": "white",
  338. "navigationStyle": "custom"
  339. }
  340. },
  341. {
  342. "path": "hotel/hotelDetail",
  343. "style": {
  344. "navigationBarTitleText": "酒店民宿"
  345. }
  346. },
  347. {
  348. "path": "hotel/orderDetail",
  349. "style": {
  350. "navigationBarTitleText": "酒店民宿" //订单详情
  351. }
  352. },
  353. {
  354. "path": "scenicSpotTicket/index",
  355. "style": {
  356. "navigationBarTitleText": "景区·门票"
  357. }
  358. },
  359. {
  360. "path": "scenicSpotTicket/scenic",
  361. "style": {
  362. "navigationBarTextStyle": "white",
  363. "navigationStyle": "custom"
  364. }
  365. },
  366. {
  367. "path": "scenicSpotTicket/scenicDetail",
  368. "style": {
  369. "navigationBarTitleText": "景区·门票"
  370. }
  371. },
  372. {
  373. "path": "scenicSpotTicket/orderDetail",
  374. "style": {
  375. "navigationBarTitleText": "景区·门票"
  376. }
  377. },
  378. {
  379. "path": "prepaidRefill/index",
  380. "style": {
  381. "navigationBarTitleText": "手机充值"
  382. }
  383. },
  384. {
  385. "path": "prepaidRefill/orderDetail",
  386. "style": {
  387. "navigationBarTitleText": "充值详情"
  388. }
  389. },
  390. {
  391. "path": "topUp/Local",
  392. "style": {
  393. "navigationBarTitleText": "充值"
  394. }
  395. },
  396. {
  397. "path": "my/shuZhiWallet",
  398. "style": {
  399. "navigationBarTitleText": "数智生活",
  400. "navigationBarTextStyle": "white",
  401. "navigationStyle": "custom"
  402. }
  403. },
  404. {
  405. "path": "my/myWallet",
  406. "style": {
  407. "navigationBarTitleText": "我的财富"
  408. }
  409. },
  410. {
  411. "path": "accountDetails/ConsumptionCharge",
  412. "style": {
  413. "navigationBarTitleText": "消费金明细"
  414. }
  415. },
  416. {
  417. "path": "accountDetails/TeaC",
  418. "style": {
  419. "navigationBarTitleText": "TeaC明细"
  420. }
  421. },
  422. {
  423. "path": "order/verificationCode",
  424. "style": {
  425. "navigationBarTitleText": "核销码"
  426. }
  427. },
  428. {
  429. "path": "my/assistant",
  430. "style": {
  431. "navigationBarTitleText": "开票助手",
  432. "onReachBottomDistance": 50
  433. }
  434. },
  435. {
  436. "path": "invoice/editinvoice",
  437. "style": {
  438. "navigationBarTitleText": "填写发票信息"
  439. }
  440. },
  441. {
  442. "path": "invoice/invoiceList",
  443. "style": {
  444. "navigationBarTitleText": "已开票"
  445. }
  446. },
  447. {
  448. "path": "invoice/Billingresult",
  449. "style": {
  450. "navigationBarTitleText": "开票结果"
  451. }
  452. },
  453. {
  454. "path": "address/list",
  455. "style": {
  456. "navigationBarTitleText": "我的收货地址"
  457. }
  458. },
  459. {
  460. "path": "address/addaddress",
  461. "style": {
  462. "navigationBarTitleText": "添加收货地址"
  463. }
  464. },
  465. {
  466. "path": "image-cropper/index",
  467. "style": {
  468. "navigationBarTitleText": "个人头像",
  469. "enablePullDownRefresh": false,
  470. "disableScroll": true
  471. }
  472. }
  473. ]
  474. },
  475. {
  476. "root": "pagesC",
  477. "pages": [
  478. {
  479. "path": "settledMerchant/index",
  480. "style": {
  481. "navigationBarTitleText": "",
  482. "navigationStyle": "custom"
  483. }
  484. },
  485. {
  486. "path": "settledMerchant/merchant",
  487. "style": {
  488. "navigationBarTextStyle": "white",
  489. "navigationStyle": "custom"
  490. }
  491. },
  492. {
  493. "path": "settledMerchant/pay",
  494. "style": {
  495. "navigationBarTitleText": ""
  496. }
  497. },
  498. {
  499. "path": "settledMerchant/addShop",
  500. "style": {
  501. "navigationBarTitleText": "商户资料提交"
  502. }
  503. },
  504. {
  505. "path": "settledMerchant/myShop",
  506. "style": {
  507. "navigationBarTitleText": "我的店铺"
  508. }
  509. },
  510. {
  511. "path": "settledMerchant/myBusiness",
  512. "style": {
  513. "navigationBarTitleText": "我的商家"
  514. }
  515. },
  516. {
  517. "path": "settledMerchant/business",
  518. "style": {
  519. "navigationBarTitleText": "区域商家"
  520. }
  521. },
  522. {
  523. "path": "settledMerchant/balanceLog",
  524. "style": {
  525. "navigationBarTitleText": "流水明细"
  526. }
  527. },
  528. {
  529. "path": "settledMerchant/merchantDetail",
  530. "style": {
  531. "navigationBarTitleText": "店铺详情"
  532. }
  533. },
  534. {
  535. "path": "settledMerchant/editmerchant",
  536. "style": {
  537. "navigationBarTitleText": "修改信息"
  538. }
  539. },
  540. {
  541. "path": "consumerGold/index",
  542. "style": {
  543. "navigationBarTitleText": "消费金电商"
  544. }
  545. }
  546. ]
  547. }
  548. ],
  549. // "preloadRule": {
  550. // "pages/index/index": {
  551. // "network": "all",
  552. // "packages": [ "pagesB", "pagesC" ]
  553. // }
  554. // },
  555. "tabBar": {
  556. "color": "#999",
  557. "selectedColor": "#18bb88",
  558. "borderStyle": "black",
  559. "backgroundColor": "#ffffff",
  560. "list": [
  561. {
  562. "pagePath": "pages/index/index",
  563. "iconPath": "static/nav/home_.png",
  564. "selectedIconPath": "static/nav/home.png",
  565. "text": "首页"
  566. },
  567. {
  568. "pagePath": "pages/settledMerchant/index",
  569. "iconPath": "static/nav/local_.png",
  570. "selectedIconPath": "static/nav/local.png",
  571. "text": "本地生活"
  572. },
  573. {
  574. "pagePath": "pages/sign/index",
  575. "iconPath": "static/nav/benefits_.png",
  576. "selectedIconPath": "static/nav/benefits.png",
  577. "text": "福利"
  578. },
  579. {
  580. "pagePath": "pages/my/index",
  581. "iconPath": "static/nav/my_.png",
  582. "selectedIconPath": "static/nav/my.png",
  583. "text": "我的"
  584. }
  585. ]
  586. },
  587. "easycom": {
  588. "autoscan": true,
  589. "custom": {
  590. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  591. }
  592. },
  593. "globalStyle": {
  594. "navigationBarTextStyle": "black",
  595. "navigationBarTitleText": "茶付宝",
  596. "navigationBarBackgroundColor": "#fff",
  597. "backgroundColor": "#fff",
  598. "app-plus": {
  599. "titleNView": false
  600. }
  601. },
  602. "condition": {
  603. "current": 1,
  604. "list": []
  605. }
  606. }