pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom",
  8. "app-plus": {
  9. "scrollIndicator": false //禁用原生导航栏
  10. }
  11. }
  12. },
  13. {
  14. "path": "pages/order_addcart/order_addcart",
  15. "style": {
  16. "navigationBarTitleText": "购物车"
  17. }
  18. },
  19. {
  20. "path": "pages/user/index",
  21. "style": {
  22. "navigationBarTitleText": "个人中心",
  23. "navigationBarBackgroundColor": "#EB3C3C"
  24. // #ifdef MP
  25. ,
  26. "navigationBarTextStyle": "#fff"
  27. // #endif
  28. }
  29. },
  30. {
  31. "path": "pages/goods_details/index",
  32. "style": {
  33. "navigationStyle": "custom"
  34. // #ifdef MP
  35. ,
  36. "navigationBarTextStyle": "#fff"
  37. // #endif
  38. }
  39. },
  40. {
  41. "path": "pages/goods_cate/goods_cate",
  42. "style": {
  43. "navigationBarTitleText": "商品分类"
  44. }
  45. },
  46. {
  47. "path": "pages/index/index_cate",
  48. "style": {
  49. "navigationBarTitleText": "商品分类",
  50. "navigationStyle": "custom",
  51. "app-plus": {
  52. "scrollIndicator": false //禁用原生导航栏
  53. }
  54. }
  55. },
  56. {
  57. "path": "pages/news_list/index",
  58. "style": {
  59. "navigationBarTitleText": "资讯"
  60. }
  61. },
  62. {
  63. "path": "pages/news_details/index",
  64. "style": {
  65. "navigationBarTitleText": "资讯详情"
  66. }
  67. },
  68. {
  69. "path": "pages/auth/index",
  70. "style": {
  71. "navigationBarTitleText": "CRMEB"
  72. }
  73. },
  74. {
  75. "path": "pages/order_pay_status/index",
  76. "style": {
  77. "navigationBarTitleText": "支付成功"
  78. }
  79. },
  80. {
  81. "path": "pages/error/index",
  82. "style": {
  83. "navigationBarTitleText": "网站已关闭"
  84. }
  85. },
  86. {
  87. "path": "pages/order_details/index",
  88. "style": {
  89. "navigationBarTitleText": "订单详情",
  90. "navigationBarBackgroundColor": "#e93323"
  91. // #ifdef MP
  92. ,
  93. "navigationBarTextStyle": "#fff"
  94. // #endif
  95. }
  96. },
  97. {
  98. "path": "pages/order_details/stay",
  99. "style": {
  100. "navigationBarTitleText": "订单详情",
  101. "navigationBarBackgroundColor": "#e93323"
  102. // #ifdef MP
  103. ,
  104. "navigationBarTextStyle": "#fff"
  105. // #endif
  106. }
  107. },
  108. {
  109. "path": "pages/order_pay_back/index",
  110. "style": {
  111. "navigationBarTitleText": "支付提示"
  112. }
  113. }
  114. ],
  115. "subPackages": [{
  116. "root": "pages/users",
  117. "name": "users",
  118. "pages": [{
  119. "path": "retrievePassword/index",
  120. "style": {
  121. "navigationBarTitleText": "忘记密码"
  122. }
  123. },
  124. {
  125. "path": "user_info/index",
  126. "style": {
  127. "navigationBarTitleText": "个人资料"
  128. }
  129. },
  130. {
  131. "path": "kefu/kefu",
  132. "style": {
  133. "navigationBarTitleText": "客服"
  134. }
  135. },
  136. {
  137. "path": "user_get_coupon/index",
  138. "style": {
  139. "navigationBarTitleText": "领取优惠券"
  140. }
  141. },
  142. {
  143. "path": "user_goods_collection/index",
  144. "style": {
  145. "navigationBarTitleText": "收藏商品"
  146. }
  147. },
  148. {
  149. "path": "user_sgin/index",
  150. "style": {
  151. "navigationBarTitleText": "签到"
  152. }
  153. },
  154. {
  155. "path": "user_sgin_list/index",
  156. "style": {
  157. "navigationBarTitleText": "签到记录"
  158. }
  159. },
  160. {
  161. "path": "user_money/index",
  162. "style": {
  163. "navigationBarTitleText": "我的账户"
  164. }
  165. },
  166. {
  167. "path": "user_bill/index",
  168. "style": {
  169. "navigationBarTitleText": "账单明细"
  170. }
  171. },
  172. {
  173. "path": "user_integral/index",
  174. "style": {
  175. "navigationBarTitleText": "积分详情"
  176. }
  177. },
  178. {
  179. "path": "user_coupon/index",
  180. "style": {
  181. "navigationBarTitleText": "我的优惠券"
  182. }
  183. },
  184. {
  185. "path": "user_spread_user/index",
  186. "style": {
  187. "navigationBarTitleText": "我的推广",
  188. "navigationBarBackgroundColor": "#e93323"
  189. // #ifdef MP
  190. ,
  191. "navigationBarTextStyle": "#fff"
  192. // #endif
  193. }
  194. },
  195. {
  196. "path": "user_spread_code/index",
  197. "style": {
  198. "navigationBarTitleText": "分销海报"
  199. }
  200. },
  201. {
  202. "path": "user_spread_money/index",
  203. "style": {
  204. "navigationBarTitleText": "佣金记录",
  205. "navigationBarBackgroundColor": "#e93323"
  206. // #ifdef MP
  207. ,
  208. "navigationBarTextStyle": "#fff"
  209. // #endif
  210. }
  211. },
  212. {
  213. "path": "user_cash/index",
  214. "style": {
  215. "navigationBarTitleText": "提现",
  216. "navigationBarBackgroundColor": "#e93323"
  217. // #ifdef MP
  218. ,
  219. "navigationBarTextStyle": "#fff"
  220. // #endif
  221. }
  222. },
  223. {
  224. "path": "user_address_list/index",
  225. "style": {
  226. "navigationBarTitleText": "地址管理"
  227. }
  228. },
  229. {
  230. "path": "user_address/index",
  231. "style": {
  232. "navigationBarTitleText": "添加地址"
  233. }
  234. },
  235. {
  236. "path": "user_phone/index",
  237. "style": {
  238. "navigationBarTitleText": "绑定手机",
  239. "navigationBarBackgroundColor": "#e93323"
  240. // #ifdef MP
  241. ,
  242. "navigationBarTextStyle": "#fff"
  243. // #endif
  244. }
  245. },
  246. {
  247. "path": "user_payment/index",
  248. "style": {
  249. "navigationBarTitleText": "余额充值"
  250. }
  251. },
  252. {
  253. "path": "user_pwd_edit/index",
  254. "style": {
  255. "navigationBarTitleText": "修改密码",
  256. "navigationBarBackgroundColor": "#e93323"
  257. // #ifdef MP
  258. ,
  259. "navigationBarTextStyle": "#fff"
  260. // #endif
  261. }
  262. },
  263. {
  264. "path": "order_confirm/index",
  265. "style": {
  266. "navigationBarTitleText": "提交订单"
  267. }
  268. },
  269. {
  270. "path": "goods_details_store/index",
  271. "style": {
  272. "navigationBarTitleText": "门店列表"
  273. }
  274. },
  275. {
  276. "path": "promoter-list/index",
  277. "style": {
  278. "navigationBarTitleText": "推广人列表",
  279. "navigationBarBackgroundColor": "#e93323"
  280. // #ifdef MP
  281. ,
  282. "navigationBarTextStyle": "#fff"
  283. // #endif
  284. }
  285. },
  286. {
  287. "path": "promoter-order/index",
  288. "style": {
  289. "navigationBarTitleText": "推广人订单",
  290. "navigationBarBackgroundColor": "#e93323"
  291. // #ifdef MP
  292. ,
  293. "navigationBarTextStyle": "#fff"
  294. // #endif
  295. }
  296. },
  297. {
  298. "path": "promoter_rank/index",
  299. "style": {
  300. "navigationBarTitleText": "推广人排行",
  301. "navigationBarBackgroundColor": "#e93323"
  302. // #ifdef MP
  303. ,
  304. "navigationBarTextStyle": "#fff"
  305. // #endif
  306. }
  307. },
  308. {
  309. "path": "commission_rank/index",
  310. "style": {
  311. "navigationBarTitleText": "佣金排行",
  312. "navigationBarBackgroundColor": "#e93323"
  313. // #ifdef MP
  314. ,
  315. "navigationBarTextStyle": "#fff"
  316. // #endif
  317. }
  318. },
  319. {
  320. "path": "order_list/index",
  321. "style": {
  322. "navigationBarTitleText": "我的订单"
  323. }
  324. },
  325. {
  326. "path": "presell_order_list/index",
  327. "style": {
  328. "navigationBarTitleText": "预售订单"
  329. }
  330. },
  331. {
  332. "path": "goods_logistics/index",
  333. "style": {
  334. "navigationBarTitleText": "物流信息"
  335. }
  336. },
  337. {
  338. "path": "user_return_list/index",
  339. "style": {
  340. "navigationBarTitleText": "退货列表"
  341. }
  342. },
  343. {
  344. "path": "goods_return/index",
  345. "style": {
  346. "navigationBarTitleText": "申请退货"
  347. }
  348. },
  349. {
  350. "path": "login/index",
  351. "style": {
  352. "navigationBarTitleText": "登录"
  353. }
  354. },
  355. {
  356. "path": "goods_comment_list/index",
  357. "style": {
  358. "navigationBarTitleText": "商品评分"
  359. }
  360. },
  361. {
  362. "path": "goods_comment_con/index",
  363. "style": {
  364. "navigationBarTitleText": "商品评价"
  365. }
  366. },
  367. {
  368. "path": "feedback/index",
  369. "style": {
  370. "navigationBarTitleText": "问题反馈",
  371. "backgroundColor": "#FFFFFF"
  372. }
  373. },
  374. {
  375. "path": "feedback/list",
  376. "style": {
  377. "navigationBarTitleText": "反馈记录",
  378. "backgroundColor": "#FFFFFF"
  379. }
  380. },
  381. {
  382. "path": "feedback/detail",
  383. "style": {
  384. "navigationBarTitleText": "反馈内容",
  385. "backgroundColor": "#FFFFFF"
  386. }
  387. },
  388. {
  389. "path": "refund/index",
  390. "style": {
  391. "navigationBarTitleText": "批量退款",
  392. "backgroundColor": "#FFFFFF"
  393. }
  394. },
  395. {
  396. "path": "refund/confirm",
  397. "style": {
  398. "navigationBarTitleText": "申请退款",
  399. "backgroundColor": "#FFFFFF"
  400. }
  401. },
  402. {
  403. "path": "refund/detail",
  404. "style": {
  405. "navigationBarTitleText": "退款详情",
  406. "backgroundColor": "#FFFFFF"
  407. }
  408. },
  409. {
  410. "path": "refund/select",
  411. "style": {
  412. "navigationBarTitleText": "选择服务类型",
  413. "backgroundColor": "#FFFFFF"
  414. }
  415. },
  416. {
  417. "path": "refund/goods/index",
  418. "style": {
  419. "navigationBarTitleText": "退货退款",
  420. "backgroundColor": "#FFFFFF"
  421. }
  422. },
  423. {
  424. "path": "refund/list",
  425. "style": {
  426. "navigationBarTitleText": "退货列表",
  427. "backgroundColor": "#FFFFFF"
  428. }
  429. },
  430. {
  431. "path": "refund/logistics",
  432. "style": {
  433. "navigationBarTitleText": "物流信息",
  434. "backgroundColor": "#FFFFFF"
  435. }
  436. },
  437. {
  438. "path": "user_store_attention/index",
  439. "style": {
  440. "navigationBarTitleText": "关注店铺",
  441. "backgroundColor": "#FFFFFF"
  442. }
  443. },
  444. {
  445. "path": "browsingHistory/index",
  446. "style": {
  447. "navigationBarTitleText": "浏览记录",
  448. "backgroundColor": "#FFFFFF"
  449. }
  450. },
  451. {
  452. "path": "distributor/index",
  453. "style": {
  454. "navigationBarTitleText": "成为分销",
  455. "backgroundColor": "#FFFFFF"
  456. }
  457. },
  458. {
  459. "path": "user_invoice_list/index",
  460. "style": {
  461. "navigationBarTitleText": "发票管理"
  462. }
  463. },
  464. {
  465. "path": "user_invoice_form/index",
  466. "style": {
  467. "navigationBarTitleText": "添加新发票"
  468. }
  469. },
  470. {
  471. "path": "user_invoicing/index",
  472. "style": {
  473. "navigationBarTitleText": "开具发票"
  474. }
  475. },
  476. {
  477. "path": "user_invoice_order/index",
  478. "style": {
  479. "navigationBarTitleText": "订单详情",
  480. "navigationBarBackgroundColor": "#e93323"
  481. // #ifdef MP
  482. ,
  483. "navigationBarTextStyle": "#fff"
  484. // #endif
  485. }
  486. }
  487. ]
  488. },
  489. {
  490. "root": "pages/store",
  491. "name": "store",
  492. "pages": [{
  493. "path": "home/index",
  494. "style": {
  495. "navigationStyle": "custom",
  496. "navigationBarTitleText": "店铺首页"
  497. // #ifdef MP
  498. ,
  499. "navigationBarTextStyle": "#FFFFFF"
  500. // #endif
  501. }
  502. },
  503. {
  504. "path": "detail/index",
  505. "style": {
  506. "navigationBarTitleText": "店铺详情"
  507. }
  508. },
  509. {
  510. "path": "list/index",
  511. "style": {
  512. "navigationBarTitleText": "商品列表"
  513. }
  514. },
  515. {
  516. "path": "settled/index",
  517. "style": {
  518. "navigationBarTitleText": "商家入驻"
  519. }
  520. }, {
  521. "path": "applicationRecord/index",
  522. "style": {
  523. "navigationBarTitleText": "申请记录"
  524. }
  525. }, {
  526. "path": "merchantDetails/index",
  527. "style": {
  528. "navigationBarTitleText": "审核通过"
  529. }
  530. }, {
  531. "path": "shopStreet/index",
  532. "style": {
  533. "navigationBarTitleText": "店铺街"
  534. }
  535. }
  536. ]
  537. },
  538. {
  539. "root": "pages/admin",
  540. "name": "adminOrder",
  541. "pages": [{
  542. "path": "order/index",
  543. "style": {
  544. "navigationBarTitleText": "订单首页"
  545. }
  546. },
  547. {
  548. "path": "orderList/index",
  549. "style": {
  550. "navigationBarTitleText": "订单列表"
  551. }
  552. },
  553. {
  554. "path": "orderDetail/index",
  555. "style": {
  556. "navigationBarTitleText": "订单详情"
  557. }
  558. },
  559. {
  560. "path": "delivery/index",
  561. "style": {
  562. "navigationBarTitleText": "订单发货"
  563. }
  564. },
  565. {
  566. "path": "statistics/index",
  567. "style": {
  568. "navigationBarTitleText": "订单数据统计"
  569. }
  570. },
  571. {
  572. "path": "order_cancellation/index",
  573. "style": {
  574. "navigationBarTitleText": "订单核销"
  575. }
  576. }
  577. ]
  578. },
  579. {
  580. "root": "pages/columnGoods",
  581. "name": "columnGoods",
  582. "pages": [{
  583. "path": "HotNewGoods/index",
  584. "style": {
  585. "navigationBarTitleText": "精品推荐"
  586. }
  587. },
  588. {
  589. "path": "goods_list/index",
  590. "style": {
  591. "navigationBarTitleText": "商品列表"
  592. }
  593. },
  594. {
  595. "path": "goods_search/index",
  596. "style": {
  597. "navigationBarTitleText": "搜索商品"
  598. }
  599. },
  600. {
  601. "path": "goods_search_con/index",
  602. "style": {
  603. "navigationBarTitleText": "搜索商品"
  604. }
  605. }
  606. ]
  607. // ,"plugins": {
  608. // "live-player-plugin": {
  609. // "version": "1.3.0",
  610. // "provider": "wx2b03c6e691cd7370"
  611. // }
  612. // }
  613. },
  614. {
  615. "root": "pages/chat",
  616. "name": "chat",
  617. "pages": [{
  618. "path": "customer_list/index",
  619. "style": {
  620. "navigationBarTitleText": "消息中心"
  621. }
  622. },
  623. {
  624. "path": "customer_list/chat",
  625. "style": {
  626. "navigationBarTitleText": "客服聊天"
  627. }
  628. }
  629. ]
  630. },
  631. {
  632. "root": "pages/activity",
  633. "name": "activity",
  634. "pages": [{
  635. "path": "goods_seckill/index",
  636. "style": {
  637. "navigationBarTitleText": "限时秒杀"
  638. // #ifdef MP
  639. ,
  640. "navigationBarTextStyle": "#fff",
  641. "navigationBarBackgroundColor": "#e93323"
  642. // #endif
  643. }
  644. },
  645. {
  646. "path": "goods_seckill_details/index",
  647. "style": {
  648. "navigationBarTitleText": "秒杀详情"
  649. // #ifdef MP
  650. ,
  651. "navigationStyle": "custom"
  652. // #endif
  653. }
  654. },
  655. // {
  656. // "path": "liveBroadcast/index",
  657. // "style": {
  658. // "navigationBarTitleText": "直播列表",
  659. // "navigationBarBackgroundColor": "#F2F2F2"
  660. // }
  661. // },
  662. {
  663. "path": "presell/index",
  664. "style": {
  665. "navigationBarTitleText": "预售"
  666. // #ifdef MP
  667. ,
  668. "navigationBarTextStyle": "#fff",
  669. "navigationBarBackgroundColor": "#FF7F21"
  670. // #endif
  671. }
  672. },
  673. {
  674. "path": "presell_details/index",
  675. "style": {
  676. "navigationStyle": "custom"
  677. // #ifdef MP
  678. ,
  679. "navigationBarTextStyle": "#fff"
  680. // #endif
  681. }
  682. },
  683. {
  684. "path": "combination/index",
  685. "style": {
  686. "navigationBarTitleText": "拼团"
  687. // #ifdef MP
  688. ,
  689. "navigationBarTextStyle": "#fff",
  690. "navigationStyle":"custom"
  691. // "navigationBarBackgroundColor": "#fff"
  692. // #endif
  693. }
  694. },
  695. {
  696. "path": "combination_details/index",
  697. "style": {
  698. "navigationBarTitleText": "拼团详情",
  699. "navigationStyle": "custom"
  700. // #ifdef MP
  701. ,
  702. "navigationBarTextStyle": "#fff"
  703. // #endif
  704. }
  705. },
  706. {
  707. "path": "combination_status/index",
  708. "style": {
  709. "navigationBarTitleText": "拼团状态"
  710. }
  711. },
  712. {
  713. "path": "assist/index",
  714. "style": {
  715. "navigationBarTitleText": "助力列表"
  716. // #ifdef MP
  717. ,
  718. "navigationBarTextStyle": "#fff",
  719. "navigationBarBackgroundColor": "#e93323"
  720. // #endif
  721. }
  722. },
  723. {
  724. "path": "assist_detail/index",
  725. "style": {
  726. "navigationBarTitleText": "发起助力"
  727. // #ifdef MP
  728. ,
  729. "navigationBarTextStyle": "#fff",
  730. "navigationBarBackgroundColor": "#e93323"
  731. // #endif
  732. }
  733. },
  734. {
  735. "path": "assist_record/index",
  736. "style": {
  737. "navigationBarTitleText": "助力记录"
  738. // #ifdef MP
  739. ,
  740. "navigationBarTextStyle": "#fff",
  741. "navigationBarBackgroundColor": "#e93323"
  742. // #endif
  743. }
  744. }
  745. ]
  746. }
  747. ],
  748. "globalStyle": {
  749. "navigationBarTextStyle": "black",
  750. "navigationBarTitleText": "加载中...",
  751. "navigationBarBackgroundColor": "#fff",
  752. "backgroundColor": "#F8F8F8",
  753. "titleNView": false
  754. },
  755. "tabBar": {
  756. "color": "#282828",
  757. "selectedColor": "#E93323",
  758. "borderStyle": "white",
  759. "backgroundColor": "#ffffff",
  760. "list": [{
  761. "pagePath": "pages/index/index",
  762. "iconPath": "./static/images/1-001.png",
  763. "selectedIconPath": "./static/images/1-002.png",
  764. "text": "首页"
  765. },
  766. {
  767. "pagePath": "pages/goods_cate/goods_cate",
  768. "iconPath": "./static/images/2-001.png",
  769. "selectedIconPath": "./static/images/2-002.png",
  770. "text": "分类"
  771. },
  772. //#ifndef MP-TOUTIAO
  773. {
  774. "pagePath": "pages/order_addcart/order_addcart",
  775. "iconPath": "./static/images/3-001.png",
  776. "selectedIconPath": "./static/images/3-002.png",
  777. "text": "购物车"
  778. },
  779. // #endif
  780. {
  781. "pagePath": "pages/user/index",
  782. "iconPath": "./static/images/4-001.png",
  783. "selectedIconPath": "./static/images/4-002.png",
  784. "text": "我的"
  785. }
  786. ]
  787. },
  788. "condition": { //模式配置,仅开发期间生效
  789. "current": 0, //当前激活的模式(list 的索引项)
  790. "list": [{
  791. "name": "", //模式名称
  792. "path": "", //启动页面,必选
  793. "query": "" //启动参数,在页面的onLoad函数里面得到
  794. }]
  795. },
  796. "sitemapLocation": "sitemap.json"
  797. }