pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  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/my/login",
  193. "style": {
  194. "navigationBarTitleText": "登录"
  195. }
  196. },
  197. {
  198. "path": "pages/my/wxLogin",
  199. "style": {
  200. "navigationBarTitleText": "登录"
  201. }
  202. },
  203. {
  204. "path": "pages/agreement/index",
  205. "style": {
  206. "navigationBarTitleText": "协议"
  207. }
  208. },
  209. {
  210. "path": "pages/notice/detail",
  211. "style": {
  212. "navigationBarTitleText": "公告详情"
  213. }
  214. },
  215. {
  216. "path": "pages/consultation-list/index",
  217. "style": {
  218. "navigationBarTitleText": "公告列表"
  219. }
  220. },
  221. {
  222. "path": "pages/consumerGold/index",
  223. "style": {
  224. "navigationBarTitleText": "消费券电商"
  225. }
  226. },
  227. {
  228. "path": "pages/consumerGold/specialCategory",
  229. "style": {
  230. "navigationBarTitleText": "消费券电商"
  231. }
  232. },
  233. {
  234. "path": "pages/consumerGold/enjoyGoods",
  235. "style": {
  236. "navigationBarTitleText": "享好物"
  237. }
  238. },
  239. {
  240. "path": "pages/shoppingMall/index",
  241. "style": {
  242. "navigationBarTitleText": "商城购物",
  243. "navigationStyle": "custom"
  244. }
  245. }
  246. ],
  247. "subPackages": [
  248. {
  249. "root": "pagesB",
  250. "pages": [
  251. {
  252. "path": "specialregion/index",
  253. "style": {
  254. "navigationBarTitleText": "茶付宝"
  255. }
  256. },
  257. {
  258. "path": "orderingfood/orderingfood",
  259. "style": {
  260. "navigationBarTitleText": "数智生活"
  261. }
  262. },
  263. {
  264. "path": "orderingfood/fineFood",
  265. "style": {
  266. "navigationBarTitleText": ""
  267. }
  268. },
  269. {
  270. "path": "orderingfood/payTheBill",
  271. "style": {
  272. "navigationBarTitleText": "买单"
  273. }
  274. },
  275. {
  276. "path": "orderingfood/activationcode",
  277. "style": {
  278. "navigationBarTitleText": "生成激活码"
  279. }
  280. },
  281. {
  282. "path": "orderingfood/friend",
  283. "style": {
  284. "navigationBarTitleText": "我的社区"
  285. }
  286. },
  287. {
  288. "path": "orderingfood/node",
  289. "style": {
  290. "navigationBarTitleText": "节点"
  291. }
  292. },
  293. {
  294. "path": "orderingfood/orderlist",
  295. "style": {
  296. "navigationBarTitleText": "订单列表"
  297. }
  298. },
  299. {
  300. "path": "orderingfood/detail",
  301. "style": {
  302. "navigationBarTitleText": "订单详情"
  303. }
  304. },
  305. {
  306. "path": "cinema/cinemaList",
  307. "style": {
  308. "navigationBarTitleText": "影院"
  309. }
  310. },
  311. {
  312. "path": "cinema/choiceMovie",
  313. "style": {
  314. "navigationBarTitleText": "影院"
  315. }
  316. },
  317. {
  318. "path": "cinema/selectSeat",
  319. "style": {
  320. "navigationBarTitleText": "选座"
  321. }
  322. },
  323. {
  324. "path": "cinema/confirmOrder",
  325. "style": {
  326. "navigationBarTitleText": "确认订单"
  327. }
  328. },
  329. {
  330. "path": "cinema/cinemaTicket",
  331. "style": {
  332. "navigationBarTitleText": "我的电影票"
  333. }
  334. },
  335. {
  336. "path": "directCharge/index",
  337. "style": {
  338. "navigationBarTitleText": "音视频会员"
  339. }
  340. },
  341. {
  342. "path": "directCharge/payment",
  343. "style": {
  344. "navigationBarTitleText": "音视频会员"
  345. }
  346. },
  347. {
  348. "path": "directCharge/coupon",
  349. "style": {
  350. "navigationBarTitleText": "优惠券"
  351. }
  352. },
  353. {
  354. "path": "directCharge/orderDetail",
  355. "style": {
  356. "navigationBarTitleText": "订单详情" //卡券&直充
  357. }
  358. },
  359. {
  360. "path": "hotel/index",
  361. "style": {
  362. "navigationBarTitleText": "酒店民宿"
  363. }
  364. },
  365. {
  366. "path": "hotel/hotelList",
  367. "style": {
  368. "navigationBarTitleText": "酒店民宿"
  369. }
  370. },
  371. {
  372. "path": "hotel/hotel",
  373. "style": {
  374. "navigationBarTextStyle": "white",
  375. "navigationStyle": "custom"
  376. }
  377. },
  378. {
  379. "path": "hotel/hotelDetail",
  380. "style": {
  381. "navigationBarTitleText": "酒店民宿"
  382. }
  383. },
  384. {
  385. "path": "hotel/orderDetail",
  386. "style": {
  387. "navigationBarTitleText": "酒店民宿" //订单详情
  388. }
  389. },
  390. {
  391. "path": "scenicSpotTicket/index",
  392. "style": {
  393. "navigationBarTitleText": "景区·门票"
  394. }
  395. },
  396. {
  397. "path": "scenicSpotTicket/scenic",
  398. "style": {
  399. "navigationBarTextStyle": "white",
  400. "navigationStyle": "custom"
  401. }
  402. },
  403. {
  404. "path": "scenicSpotTicket/scenicDetail",
  405. "style": {
  406. "navigationBarTitleText": "景区·门票"
  407. }
  408. },
  409. {
  410. "path": "scenicSpotTicket/orderDetail",
  411. "style": {
  412. "navigationBarTitleText": "景区·门票"
  413. }
  414. },
  415. {
  416. "path": "prepaidRefill/index",
  417. "style": {
  418. "navigationBarTitleText": "手机充值"
  419. }
  420. },
  421. {
  422. "path": "prepaidRefill/orderDetail",
  423. "style": {
  424. "navigationBarTitleText": "充值详情"
  425. }
  426. },
  427. {
  428. "path": "topUp/Local",
  429. "style": {
  430. "navigationBarTitleText": "充值"
  431. }
  432. },
  433. {
  434. "path": "my/shuZhiWallet",
  435. "style": {
  436. "navigationBarTitleText": "数智生活",
  437. "navigationBarTextStyle": "white",
  438. "navigationStyle": "custom"
  439. }
  440. },
  441. {
  442. "path": "my/myWallet",
  443. "style": {
  444. "navigationBarTitleText": "我的积分"
  445. }
  446. },
  447. {
  448. "path": "accountDetails/ConsumptionCharge",
  449. "style": {
  450. "navigationBarTitleText": "消费券明细"
  451. }
  452. },
  453. {
  454. "path": "accountDetails/TeaC",
  455. "style": {
  456. "navigationBarTitleText": "TeaC明细"
  457. }
  458. },
  459. {
  460. "path": "accountDetails/OriginalShares",
  461. "style": {
  462. "navigationBarTitleText": "OE明细"
  463. }
  464. },
  465. {
  466. "path": "order/verificationCode",
  467. "style": {
  468. "navigationBarTitleText": "核销码"
  469. }
  470. },
  471. {
  472. "path": "my/assistant",
  473. "style": {
  474. "navigationBarTitleText": "开票助手",
  475. "onReachBottomDistance": 50
  476. }
  477. },
  478. {
  479. "path": "invoice/editinvoice",
  480. "style": {
  481. "navigationBarTitleText": "填写发票信息"
  482. }
  483. },
  484. {
  485. "path": "invoice/invoiceList",
  486. "style": {
  487. "navigationBarTitleText": "已开票"
  488. }
  489. },
  490. {
  491. "path": "invoice/Billingresult",
  492. "style": {
  493. "navigationBarTitleText": "开票结果"
  494. }
  495. },
  496. {
  497. "path": "address/list",
  498. "style": {
  499. "navigationBarTitleText": "我的收货地址"
  500. }
  501. },
  502. {
  503. "path": "address/addaddress",
  504. "style": {
  505. "navigationBarTitleText": "添加收货地址"
  506. }
  507. },
  508. {
  509. "path": "image-cropper/index",
  510. "style": {
  511. "navigationBarTitleText": "个人头像",
  512. "enablePullDownRefresh": false,
  513. "disableScroll": true
  514. }
  515. },
  516. {
  517. "path": "my/webView",
  518. "style": {
  519. "navigationBarTitleText": "APP下载"
  520. }
  521. }
  522. ]
  523. },
  524. {
  525. "root": "pagesC",
  526. "pages": [
  527. {
  528. "path": "settledMerchant/index",
  529. "style": {
  530. "navigationBarTitleText": "",
  531. "navigationStyle": "custom"
  532. }
  533. },
  534. {
  535. "path": "settledMerchant/appPay",
  536. "style": {
  537. "navigationBarTitleText": "支付"
  538. }
  539. },
  540. {
  541. "path": "settledMerchant/merchant",
  542. "style": {
  543. "navigationBarTextStyle": "white",
  544. "navigationStyle": "custom"
  545. }
  546. },
  547. {
  548. "path": "settledMerchant/pay",
  549. "style": {
  550. "navigationBarTitleText": ""
  551. }
  552. },
  553. {
  554. "path": "settledMerchant/addShop",
  555. "style": {
  556. "navigationBarTitleText": "商户资料提交"
  557. }
  558. },
  559. {
  560. "path": "settledMerchant/tip",
  561. "style": {
  562. "navigationBarTitleText": "优惠说明"
  563. }
  564. },
  565. {
  566. "path": "settledMerchant/myShop",
  567. "style": {
  568. "navigationBarTitleText": "我的店铺"
  569. }
  570. },
  571. {
  572. "path": "settledMerchant/myBusiness",
  573. "style": {
  574. "navigationBarTitleText": "我的商家"
  575. }
  576. },
  577. {
  578. "path": "settledMerchant/business",
  579. "style": {
  580. "navigationBarTitleText": "区域商家"
  581. }
  582. },
  583. {
  584. "path": "settledMerchant/balanceLog",
  585. "style": {
  586. "navigationBarTitleText": "流水明细",
  587. "navigationBarTextStyle": "white",
  588. "navigationStyle": "custom"
  589. }
  590. },
  591. {
  592. "path": "settledMerchant/shopOrderLog",
  593. "style": {
  594. "navigationBarTitleText": "店铺订单明细",
  595. "navigationBarTextStyle": "white",
  596. "navigationStyle": "custom"
  597. }
  598. },
  599. {
  600. "path": "settledMerchant/merchantDetail",
  601. "style": {
  602. "navigationBarTitleText": "店铺详情"
  603. }
  604. },
  605. {
  606. "path": "settledMerchant/editmerchant",
  607. "style": {
  608. "navigationBarTitleText": "修改信息"
  609. }
  610. },
  611. {
  612. "path": "settledMerchant/editBilling",
  613. "style": {
  614. "navigationBarTitleText": "绑定收款信息"
  615. }
  616. },
  617. {
  618. "path": "convert/index",
  619. "style": {
  620. "navigationBarTitleText": "转化"
  621. }
  622. },
  623. {
  624. "path": "invi-img/index",
  625. "style": {
  626. "navigationBarTitleText": "店铺海报",
  627. "navigationStyle": "custom"
  628. }
  629. },
  630. {
  631. "path": "consumerGold/exchange",
  632. "style": {
  633. "navigationBarTitleText": "消费券兑换"
  634. }
  635. },
  636. {
  637. "path": "product/productOE",
  638. "style": {
  639. "navigationBarTitleText": "OE兑换"
  640. }
  641. },
  642. {
  643. "path": "shoppingMallType/index",
  644. "style": {
  645. "navigationStyle": "custom"
  646. }
  647. },
  648. {
  649. "path": "shoppingMallType/p_details",
  650. "style": {
  651. "navigationBarTitleText": "商品详情"
  652. }
  653. },
  654. {
  655. "path": "shoppingMallType/order/list",
  656. "style": {
  657. "navigationBarTitleText": "我的消费"
  658. }
  659. },
  660. {
  661. "path": "pay-agreement/index",
  662. "style": {
  663. "navigationBarTitleText": "购买协议"
  664. }
  665. }
  666. ]
  667. }
  668. ],
  669. // "preloadRule": {
  670. // "pages/index/index": {
  671. // "network": "all",
  672. // "packages": [ "pagesB", "pagesC" ]
  673. // }
  674. // },
  675. "tabBar": {
  676. "color": "#999",
  677. "selectedColor": "#18bb88",
  678. "borderStyle": "black",
  679. "backgroundColor": "#ffffff",
  680. "list": [
  681. {
  682. "pagePath": "pages/index/index",
  683. "iconPath": "static/nav/home_.png",
  684. "selectedIconPath": "static/nav/home.png",
  685. "text": "首页"
  686. },
  687. {
  688. "pagePath": "pages/sign/index",
  689. "iconPath": "static/nav/good_.png",
  690. "selectedIconPath": "static/nav/good.png",
  691. "text": "享好物"
  692. },
  693. // {
  694. // "pagePath": "pages/settledMerchant/index",
  695. // "iconPath": "static/nav/live_.png",
  696. // "selectedIconPath": "static/nav/live.png",
  697. // "text": "本地生活"
  698. // },
  699. // {
  700. // "pagePath": "pages/consumerGold/index",
  701. // "iconPath": "static/nav/local_.png",
  702. // "selectedIconPath": "static/nav/local.png",
  703. // "text": "消费券电商"
  704. // },
  705. {
  706. "pagePath": "pages/shoppingMall/index",
  707. "iconPath": "static/nav/good_.png",
  708. "selectedIconPath": "static/nav/good.png",
  709. "text": "商城购物"
  710. },
  711. {
  712. "pagePath": "pages/my/index",
  713. "iconPath": "static/nav/my_.png",
  714. "selectedIconPath": "static/nav/my.png",
  715. "text": "我的"
  716. }
  717. ]
  718. },
  719. "easycom": {
  720. "autoscan": true,
  721. "custom": {
  722. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  723. }
  724. },
  725. "globalStyle": {
  726. "navigationBarTextStyle": "black",
  727. "navigationBarTitleText": "茶付宝",
  728. "navigationBarBackgroundColor": "#fff",
  729. "backgroundColor": "#fff",
  730. "app-plus": {
  731. "titleNView": true
  732. }
  733. },
  734. "condition": {
  735. "current": 1,
  736. "list": []
  737. }
  738. }