You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

938 lines
18 KiB

3 months ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom",
  8. "navigationBarTextStyle":"white",
  9. "app-plus": {
  10. "scrollIndicator": false //
  11. // #ifdef APP-PLUS
  12. // "titleNView": {
  13. // "type": "default"
  14. // }
  15. // #endif
  16. }
  17. }
  18. },
  19. {
  20. "path": "pages/order_addcart/order_addcart",
  21. "style": {
  22. "navigationBarTitleText": "购物车",
  23. "navigationStyle": "custom",
  24. "app-plus": {
  25. // #ifdef APP-PLUS
  26. "titleNView": {
  27. "type": "default"
  28. }
  29. // #endif
  30. }
  31. }
  32. },
  33. {
  34. "path": "pages/user/index",
  35. "style": {
  36. "navigationBarTitleText": "个人中心",
  37. // #ifdef MP || APP-PLUS
  38. "navigationBarTextStyle": "black",
  39. "navigationBarBackgroundColor": "#fff",
  40. // #endif
  41. "app-plus": {
  42. // #ifdef APP-PLUS
  43. "titleNView": {
  44. "type": "default"
  45. }
  46. // #endif
  47. }
  48. }
  49. },
  50. {
  51. "path": "pages/goods_cate/goods_cate",
  52. "style": {
  53. "navigationBarTitleText": "商品分类",
  54. "app-plus": {
  55. // #ifdef APP-PLUS
  56. "titleNView": {
  57. "type": "default"
  58. }
  59. // #endif
  60. }
  61. }
  62. }
  63. ],
  64. "subPackages": [{
  65. "root": "pages/users",
  66. "name": "users",
  67. "pages": [
  68. {
  69. "path": "web_page/index",
  70. "style": {
  71. //"navigationBarTitleText": "客服",
  72. "app-plus": {
  73. // #ifdef APP-PLUS
  74. "titleNView": {
  75. "type": "default"
  76. }
  77. // #endif
  78. }
  79. }
  80. },
  81. {
  82. "path": "user_get_coupon/index",
  83. "style": {
  84. "navigationBarTitleText": "领取优惠券",
  85. "app-plus": {
  86. // #ifdef APP-PLUS
  87. "titleNView": {
  88. "type": "default"
  89. }
  90. // #endif
  91. }
  92. }
  93. },
  94. {
  95. "path": "user_goods_collection/index",
  96. "style": {
  97. "navigationBarTitleText": "收藏商品",
  98. "app-plus": {
  99. // #ifdef APP-PLUS
  100. "titleNView": {
  101. "type": "default"
  102. }
  103. // #endif
  104. }
  105. }
  106. },
  107. {
  108. "path": "user_sgin/index",
  109. "style": {
  110. "navigationBarTitleText": "签到",
  111. "app-plus": {
  112. // #ifdef APP-PLUS
  113. "titleNView": {
  114. "type": "default"
  115. }
  116. // #endif
  117. }
  118. }
  119. },
  120. {
  121. "path": "user_sgin_list/index",
  122. "style": {
  123. "navigationBarTitleText": "签到记录",
  124. "app-plus": {
  125. // #ifdef APP-PLUS
  126. "titleNView": {
  127. "type": "default"
  128. }
  129. // #endif
  130. }
  131. }
  132. },
  133. {
  134. "path": "user_money/index",
  135. "style": {
  136. "navigationBarTitleText": "我的账户",
  137. "app-plus": {
  138. // #ifdef APP-PLUS
  139. "titleNView": {
  140. "type": "default"
  141. }
  142. // #endif
  143. }
  144. }
  145. },
  146. {
  147. "path": "user_bill/index",
  148. "style": {
  149. "navigationBarTitleText": "账单明细",
  150. "app-plus": {
  151. // #ifdef APP-PLUS
  152. "titleNView": {
  153. "type": "default"
  154. }
  155. // #endif
  156. }
  157. }
  158. },
  159. {
  160. "path": "user_integral/index",
  161. "style": {
  162. "navigationBarTitleText": "积分详情",
  163. "app-plus": {
  164. // #ifdef APP-PLUS
  165. "titleNView": {
  166. "type": "default"
  167. }
  168. // #endif
  169. }
  170. }
  171. },
  172. {
  173. "path": "user_coupon/index",
  174. "style": {
  175. "navigationBarTitleText": "我的优惠券",
  176. "app-plus": {
  177. // #ifdef APP-PLUS
  178. "titleNView": {
  179. "type": "default"
  180. }
  181. // #endif
  182. }
  183. }
  184. },
  185. {
  186. "path": "user_cash/index",
  187. "style": {
  188. "navigationBarTitleText": "userCash",
  189. "app-plus": {
  190. // #ifdef APP-PLUS
  191. "titleNView": {
  192. "type": "default"
  193. }
  194. // #endif
  195. }
  196. }
  197. },
  198. {
  199. "path": "user_address_list/index",
  200. "style": {
  201. "navigationBarTitleText": "地址管理",
  202. "app-plus": {
  203. // #ifdef APP-PLUS
  204. "titleNView": {
  205. "type": "default"
  206. }
  207. // #endif
  208. }
  209. }
  210. },
  211. {
  212. "path": "user_address/index",
  213. "style": {
  214. "navigationBarTitleText": "添加地址",
  215. "app-plus": {
  216. // #ifdef APP-PLUS
  217. "titleNView": {
  218. "type": "default"
  219. }
  220. // #endif
  221. }
  222. }
  223. },
  224. {
  225. "path": "user_payment/index",
  226. "style": {
  227. "navigationBarTitleText": "余额充值",
  228. "app-plus": {
  229. // #ifdef APP-PLUS
  230. "titleNView": {
  231. "type": "default"
  232. }
  233. // #endif
  234. }
  235. }
  236. },
  237. {
  238. "path": "order_list/index",
  239. "style": {
  240. "navigationBarTitleText": "我的订单",
  241. "app-plus": {
  242. // #ifdef APP-PLUS
  243. "titleNView": {
  244. "type": "default"
  245. }
  246. // #endif
  247. }
  248. }
  249. },
  250. {
  251. "path": "user_return_list/index",
  252. "style": {
  253. "navigationBarTitleText": "退货列表",
  254. "app-plus": {
  255. // #ifdef APP-PLUS
  256. "titleNView": {
  257. "type": "default"
  258. }
  259. // #endif
  260. }
  261. }
  262. },
  263. {
  264. "path": "login/index",
  265. "style": {
  266. "navigationBarTitleText": "登录",
  267. "app-plus": {
  268. // #ifdef APP-PLUS
  269. "titleNView": {
  270. "type": "default"
  271. }
  272. // #endif
  273. }
  274. }
  275. },
  276. {
  277. "path": "wechat_login/index",
  278. "style": {
  279. "navigationBarTitleText": "账户登录",
  280. "navigationStyle": "custom",
  281. "app-plus": {
  282. // #ifdef APP-PLUS
  283. "titleNView": {
  284. "type": "default"
  285. }
  286. // #endif
  287. }
  288. }
  289. },
  290. {
  291. "path": "app_login/index",
  292. "style": {
  293. "navigationBarTitleText": "绑定手机号",
  294. "navigationStyle": "custom",
  295. "navigationBarBackgroundColor": "#fff"
  296. // #ifdef MP || APP-PLUS
  297. ,
  298. "navigationBarTextStyle": "#333"
  299. // #endif
  300. ,
  301. "app-plus": {
  302. // #ifdef APP-PLUS
  303. "titleNView": {
  304. "type": "default"
  305. }
  306. // #endif
  307. }
  308. }
  309. }
  310. ,{
  311. "path" : "alipay_invoke/index",
  312. "style" :
  313. {
  314. "navigationBarTitleText": "",
  315. "enablePullDownRefresh": false
  316. }
  317. }
  318. ,{
  319. "path" : "app_update/app_update",
  320. "style": {
  321. "navigationBarTitleText": "检查更新",
  322. "app-plus": {
  323. // #ifdef APP-PLUS
  324. "titleNView": {
  325. "type": "default"
  326. }
  327. // #endif
  328. }
  329. }
  330. }
  331. ]
  332. },
  333. {
  334. "root": "pages/activity",
  335. "name": "activity",
  336. "pages": [{
  337. "path": "goods_bargain/index",
  338. "style": {
  339. "navigationBarTitleText": "砍价列表"
  340. // #ifdef MP || APP-PLUS
  341. ,
  342. "navigationBarTextStyle": "black",
  343. "navigationBarBackgroundColor": "#fff"
  344. // #endif
  345. ,
  346. "app-plus": {
  347. // #ifdef APP-PLUS
  348. "titleNView": {
  349. "type": "default"
  350. }
  351. // #endif
  352. }
  353. }
  354. },
  355. {
  356. "path": "small_page/index",
  357. "style": {
  358. "navigationBarTitleText": "",
  359. "enablePullDownRefresh": false,
  360. "app-plus": {
  361. // #ifdef APP-PLUS
  362. "titleNView": {
  363. "type": "default"
  364. }
  365. // #endif
  366. }
  367. }
  368. },
  369. {
  370. "path": "goods_bargain_details/index",
  371. "style": {
  372. "navigationBarTitleText": "砍价详情",
  373. // #ifdef MP || APP-PLUS
  374. "navigationBarTextStyle": "black",
  375. "navigationBarBackgroundColor": "#fff",
  376. // #endif
  377. "app-plus": {
  378. // #ifdef APP-PLUS
  379. "titleNView": {
  380. "type": "default"
  381. }
  382. // #endif
  383. }
  384. }
  385. },
  386. {
  387. "path": "goods_combination/index",
  388. "style": {
  389. "navigationBarTitleText": "拼团列表",
  390. "app-plus": {
  391. // #ifdef APP-PLUS
  392. "titleNView": {
  393. "type": "default"
  394. }
  395. // #endif
  396. }
  397. }
  398. },
  399. {
  400. "path": "goods_combination_details/index",
  401. "style": {
  402. "navigationStyle": "custom",
  403. "app-plus": {
  404. // #ifdef APP-PLUS
  405. "titleNView": {
  406. "type": "default"
  407. }
  408. // #endif
  409. }
  410. }
  411. },
  412. {
  413. "path": "goods_combination_status/index",
  414. "style": {
  415. "navigationBarTitleText": "拼团",
  416. "app-plus": {
  417. // #ifdef APP-PLUS
  418. "titleNView": {
  419. "type": "default"
  420. }
  421. // #endif
  422. }
  423. }
  424. },
  425. {
  426. "path": "goods_seckill/index",
  427. "style": {
  428. "navigationBarTitleText": "限时秒杀",
  429. "app-plus": {
  430. // #ifdef APP-PLUS
  431. "titleNView": {
  432. "type": "default"
  433. }
  434. // #endif
  435. }
  436. }
  437. },
  438. {
  439. "path": "goods_seckill_details/index",
  440. "style": {
  441. "navigationBarTitleText": "秒杀详情"
  442. // #ifdef MP
  443. ,
  444. "navigationStyle": "custom"
  445. // #endif
  446. ,
  447. "app-plus": {
  448. // #ifdef APP-PLUS
  449. "titleNView": {
  450. "type": "default"
  451. }
  452. // #endif
  453. }
  454. }
  455. },
  456. {
  457. "path": "poster-poster/index",
  458. "style": {
  459. "navigationBarTitleText": "砍价海报"
  460. // #ifdef MP || APP-PLUS
  461. ,
  462. "navigationBarTextStyle": "#fff",
  463. "navigationBarBackgroundColor": "#e93323"
  464. // #endif
  465. ,
  466. "app-plus": {
  467. // #ifdef APP-PLUS
  468. "titleNView": {
  469. "type": "default"
  470. }
  471. // #endif
  472. }
  473. }
  474. },
  475. {
  476. "path": "bargain/index",
  477. "style": {
  478. "navigationBarTitleText": "砍价记录",
  479. "app-plus": {
  480. // #ifdef APP-PLUS
  481. "titleNView": {
  482. "type": "default"
  483. }
  484. // #endif
  485. }
  486. }
  487. },
  488. {
  489. "path": "promotionList/index",
  490. "style": {
  491. "navigationBarTitleText": "",
  492. "app-plus": {
  493. // #ifdef APP-PLUS
  494. "titleNView": {
  495. "type": "default"
  496. }
  497. // #endif
  498. }
  499. }
  500. }
  501. ]
  502. },
  503. {
  504. "root": "pages/goods",
  505. "name":"goods",
  506. "pages": [
  507. {
  508. "path": "goods_details/index",
  509. "style": {
  510. "navigationStyle": "custom"
  511. }
  512. },
  513. {
  514. "path": "goods_search/index",
  515. "style": {
  516. "navigationBarTitleText": "搜索商品",
  517. "navigationStyle": "custom",
  518. "app-plus": {
  519. // #ifdef APP-PLUS
  520. "titleNView": {
  521. "type": "default"
  522. }
  523. // #endif
  524. }
  525. }
  526. },
  527. {
  528. "path": "goods_comment_list/index",
  529. "style": {
  530. "navigationBarTitleText": "商品评分",
  531. "app-plus": {
  532. // #ifdef APP-PLUS
  533. "titleNView": {
  534. "type": "default"
  535. }
  536. // #endif
  537. }
  538. }
  539. },
  540. {
  541. "path": "goods_comment_con/index",
  542. "style": {
  543. "navigationBarTitleText": "商品评价",
  544. "app-plus": {
  545. // #ifdef APP-PLUS
  546. "titleNView": {
  547. "type": "default"
  548. }
  549. // #endif
  550. }
  551. }
  552. },
  553. {
  554. "path": "goods_return/index",
  555. "style": {
  556. "navigationBarTitleText": "申请退货",
  557. "app-plus": {
  558. // #ifdef APP-PLUS
  559. "titleNView": {
  560. "type": "default"
  561. }
  562. // #endif
  563. }
  564. }
  565. },
  566. {
  567. "path": "goods_logistics/index",
  568. "style": {
  569. "navigationBarTitleText": "物流信息",
  570. "app-plus": {
  571. // #ifdef APP-PLUS
  572. "titleNView": {
  573. "type": "default"
  574. }
  575. // #endif
  576. }
  577. }
  578. },
  579. {
  580. "path": "goods_details_store/index",
  581. "style": {
  582. "navigationBarTitleText": "门店列表",
  583. "app-plus": {
  584. // #ifdef APP-PLUS
  585. "titleNView": {
  586. "type": "default"
  587. }
  588. // #endif
  589. }
  590. }
  591. },
  592. {
  593. "path": "goods_list/index",
  594. "style": {
  595. "navigationBarTitleText": "商品列表",
  596. "app-plus": {
  597. // #ifdef APP-PLUS
  598. "titleNView": {
  599. "type": "default"
  600. }
  601. // #endif
  602. }
  603. }
  604. }
  605. ]
  606. },
  607. {
  608. "root": "pages/order",
  609. "name":"order",
  610. "pages": [
  611. {
  612. "path": "order_pay_status/index",
  613. "style": {
  614. "navigationBarTitleText": "支付成功",
  615. "app-plus": {
  616. // #ifdef APP-PLUS
  617. "titleNView": {
  618. "type": "default"
  619. }
  620. // #endif
  621. }
  622. }
  623. },
  624. {
  625. "path": "order_details/index",
  626. "style": {
  627. "navigationBarTitleText": "订单详情",
  628. "app-plus": {
  629. // #ifdef APP-PLUS
  630. "titleNView": {
  631. "type": "default"
  632. }
  633. // #endif
  634. }
  635. }
  636. },
  637. {
  638. "path": "order_confirm/index",
  639. "style": {
  640. "navigationBarTitleText": "提交订单",
  641. // "navigationStyle": "custom",
  642. "app-plus": {
  643. // #ifdef APP-PLUS
  644. "titleNView": {
  645. "type": "default"
  646. }
  647. // #endif
  648. }
  649. }
  650. },
  651. {
  652. "path": "order_payment/index",
  653. "style": {
  654. "navigationBarTitleText": "支付订单",
  655. // "navigationStyle": "custom",
  656. "app-plus": {
  657. // #ifdef APP-PLUS
  658. "titleNView": {
  659. "type": "default"
  660. }
  661. // #endif
  662. }
  663. }
  664. }
  665. ]
  666. },
  667. {
  668. "root": "pages/news",
  669. "name":"news",
  670. "pages": [
  671. {
  672. "path": "news_details/index",
  673. "style": {
  674. "navigationBarTitleText": "资讯详情",
  675. "app-plus": {
  676. // #ifdef APP-PLUS
  677. "titleNView": {
  678. "type": "default"
  679. }
  680. // #endif
  681. }
  682. }
  683. },
  684. {
  685. "path": "news_list/index",
  686. "style": {
  687. "navigationBarTitleText": "资讯",
  688. "app-plus": {
  689. // #ifdef APP-PLUS
  690. "titleNView": {
  691. "type": "default"
  692. }
  693. // #endif
  694. }
  695. }
  696. }
  697. ]
  698. },
  699. {
  700. "root": "pages/infos",
  701. "name":"infos",
  702. "pages": [
  703. {
  704. "path": "user_info/index",
  705. "style": {
  706. "navigationBarTitleText": "个人资料",
  707. "app-plus": {
  708. // #ifdef APP-PLUS
  709. "titleNView": {
  710. "type": "default"
  711. }
  712. // #endif
  713. }
  714. }
  715. },
  716. {
  717. "path": "user_phone/index",
  718. "style": {
  719. "navigationBarTitleText": "修改手机号",
  720. "navigationBarBackgroundColor": "#e93323"
  721. // #ifdef MP || APP-PLUS
  722. ,
  723. "navigationBarTextStyle": "#fff"
  724. // #endif
  725. ,
  726. "app-plus": {
  727. // #ifdef APP-PLUS
  728. "titleNView": {
  729. "type": "default"
  730. }
  731. // #endif
  732. }
  733. }
  734. },
  735. {
  736. "path": "user_pwd_edit/index",
  737. "style": {
  738. "navigationBarTitleText": "修改密码",
  739. "navigationBarBackgroundColor": "#e93323"
  740. // #ifdef MP || APP-PLUS
  741. ,
  742. "navigationBarTextStyle": "#fff"
  743. // #endif
  744. ,
  745. "app-plus": {
  746. // #ifdef APP-PLUS
  747. "titleNView": {
  748. "type": "default"
  749. }
  750. // #endif
  751. }
  752. }
  753. },
  754. {
  755. "path": "user_vip/index",
  756. "style": {
  757. "navigationBarTitleText": "会员中心",
  758. "app-plus": {
  759. // #ifdef APP-PLUS
  760. "titleNView": {
  761. "type": "default",
  762. "backgroundColor": "#fff"
  763. }
  764. // #endif
  765. }
  766. }
  767. }
  768. ]
  769. },
  770. {
  771. "root": "pages/promoter",
  772. "name":"promoter",
  773. "pages": [
  774. {
  775. "path": "promoter-list/index",
  776. "style": {
  777. "navigationBarTitleText": "推广人列表",
  778. "app-plus": {
  779. // #ifdef APP-PLUS
  780. "titleNView": {
  781. "type": "default"
  782. }
  783. // #endif
  784. }
  785. }
  786. },
  787. {
  788. "path": "promoter-order/index",
  789. "style": {
  790. "navigationBarTitleText": "推广人订单",
  791. "app-plus": {
  792. // #ifdef APP-PLUS
  793. "titleNView": {
  794. "type": "default"
  795. }
  796. // #endif
  797. }
  798. }
  799. },
  800. {
  801. "path": "promoter_rank/index",
  802. "style": {
  803. "navigationBarTitleText": "推广人排行",
  804. "app-plus": {
  805. // #ifdef APP-PLUS
  806. "titleNView": {
  807. "type": "default"
  808. }
  809. // #endif
  810. }
  811. }
  812. },
  813. {
  814. "path": "commission_rank/index",
  815. "style": {
  816. "navigationBarTitleText": "佣金排行",
  817. "app-plus": {
  818. // #ifdef APP-PLUS
  819. "titleNView": {
  820. "type": "default"
  821. }
  822. // #endif
  823. }
  824. }
  825. },
  826. {
  827. "path": "user_spread_code/index",
  828. "style": {
  829. "navigationBarTitleText": "分销海报",
  830. "app-plus": {
  831. // #ifdef APP-PLUS
  832. "titleNView": {
  833. "type": "default"
  834. }
  835. // #endif
  836. }
  837. }
  838. },
  839. {
  840. "path": "user_spread_money/index",
  841. "style": {
  842. "navigationBarTitleText": "佣金记录",
  843. "app-plus": {
  844. // #ifdef APP-PLUS
  845. "titleNView": {
  846. "type": "default"
  847. }
  848. // #endif
  849. }
  850. }
  851. },
  852. {
  853. "path": "user_spread_user/index",
  854. "style": {
  855. "navigationBarTitleText": "我的推广",
  856. // #ifdef MP || APP-PLUS
  857. "navigationBarTextStyle": "black",
  858. "navigationBarBackgroundColor": "#fff",
  859. // #endif
  860. "app-plus": {
  861. // #ifdef APP-PLUS
  862. "titleNView": {
  863. "type": "default"
  864. }
  865. // #endif
  866. }
  867. }
  868. }
  869. ]
  870. }
  871. // #ifdef H5
  872. ,
  873. {
  874. "root": "pages/auth",
  875. "name":"auth",
  876. "pages": [
  877. {
  878. "path": "index",
  879. "style": {
  880. "navigationBarTitleText": "CRMEB"
  881. }
  882. }
  883. ]
  884. }
  885. // #endif
  886. ],
  887. "globalStyle": {
  888. "navigationBarTextStyle": "black",
  889. "navigationBarTitleText": "加载中...",
  890. "navigationBarBackgroundColor": "#fff",
  891. "backgroundColor": "#F8F8F8",
  892. "titleNView": false,
  893. "rpxCalcMaxDeviceWidth": 960,
  894. "rpxCalcBaseDeviceWidth": 375,
  895. "rpxCalcIncludeWidth": 750
  896. },
  897. "tabBar": {
  898. "custom": false,
  899. "color": "#282828",
  900. "selectedColor": "#fc4141",
  901. "borderStyle": "white",
  902. "backgroundColor": "#ffffff",
  903. "list": [{
  904. "pagePath": "pages/index/index",
  905. "iconPath": "static/tabBar/indexwei.png",
  906. "selectedIconPath": "static/tabBar/indexxuan.png",
  907. "text": "首页"
  908. },
  909. {
  910. "pagePath": "pages/goods_cate/goods_cate",
  911. "iconPath": "static/tabBar/catewei.png",
  912. "selectedIconPath": "static/tabBar/catexuan.png",
  913. "text": "分类"
  914. },
  915. {
  916. "pagePath": "pages/order_addcart/order_addcart",
  917. "iconPath": "static/tabBar/cartdwei.png",
  918. "selectedIconPath": "static/tabBar/cartdxuan.png",
  919. "text": "购物车"
  920. },
  921. {
  922. "pagePath": "pages/user/index",
  923. "iconPath": "static/tabBar/userwei.png",
  924. "selectedIconPath": "static/tabBar/userxuan.png",
  925. "text": "我的"
  926. }
  927. ]
  928. },
  929. "condition": { //
  930. "current": 0, //(list )
  931. "list": [{
  932. "name": "", //
  933. "path": "", //
  934. "query": "" //onLoad
  935. }]
  936. }
  937. }