pages.json 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationStyle": "custom",
  8. "navigationBarTextStyle": "white"
  9. }
  10. },
  11. {
  12. "path": "pages/order_addcart/order_addcart",
  13. "style": {
  14. "navigationBarTitleText": "购物车",
  15. "app-plus": {
  16. // #ifdef APP-PLUS
  17. "titleNView": {
  18. "type": "default"
  19. }
  20. // #endif
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/user/index",
  26. "style": {
  27. "navigationBarTitleText": "个人中心"
  28. // #ifdef MP || APP-PLUS
  29. ,
  30. "navigationStyle": "custom",
  31. // "navigationBarBackgroundColor": "#e93323",
  32. "navigationBarTextStyle": "black"
  33. // #endif
  34. }
  35. },
  36. {
  37. "path": "pages/goods_cate/goods_cate",
  38. "style": {
  39. "navigationBarTitleText": "商品分类",
  40. "app-plus": {
  41. // #ifdef APP-PLUS
  42. "titleNView": {
  43. "type": "default"
  44. }
  45. // #endif
  46. }
  47. }
  48. },
  49. {
  50. "path": "pages/retrieve_password/index",
  51. "style": {
  52. "navigationBarTitleText": "找回密码"
  53. }
  54. },
  55. {
  56. "path": "pages/customer_list/index",
  57. "style": {
  58. "navigationBarTitleText": "客服列表"
  59. }
  60. },
  61. {
  62. "path": "pages/customer_list/chat",
  63. "style": {
  64. "navigationBarTitleText": "对话详情",
  65. "navigationStyle": "custom",
  66. "app-plus": {
  67. "scrollIndicator": false //禁用原生导航栏
  68. // #ifdef APP-PLUS
  69. ,
  70. "titleNView": {
  71. "type": "default"
  72. }
  73. // #endif
  74. },
  75. "disableScroll": true
  76. }
  77. },
  78. {
  79. "path": "pages/goods_list/index",
  80. "style": {
  81. "navigationBarTitleText": "商品列表",
  82. "app-plus": {
  83. // #ifdef APP-PLUS
  84. "titleNView": {
  85. "type": "default"
  86. }
  87. // #endif
  88. }
  89. }
  90. },
  91. {
  92. "path": "pages/news_list/index",
  93. "style": {
  94. "navigationBarTitleText": "资讯",
  95. "app-plus": {
  96. // #ifdef APP-PLUS
  97. "titleNView": {
  98. "type": "default"
  99. }
  100. // #endif
  101. }
  102. }
  103. },
  104. {
  105. "path": "pages/news_details/index",
  106. "style": {
  107. "navigationBarTitleText": "资讯详情",
  108. "app-plus": {
  109. // #ifdef APP-PLUS
  110. "titleNView": {
  111. "type": "default"
  112. }
  113. // #endif
  114. }
  115. }
  116. },
  117. //#ifdef H5
  118. {
  119. "path": "pages/auth/index",
  120. "style": {
  121. "navigationBarTitleText": ""
  122. }
  123. },
  124. //#endif
  125. {
  126. "path": "pages/goods_search/index",
  127. "style": {
  128. "navigationBarTitleText": "搜索商品",
  129. "app-plus": {
  130. // #ifdef APP-PLUS
  131. "titleNView": {
  132. "type": "default"
  133. }
  134. // #endif
  135. }
  136. }
  137. },
  138. {
  139. "path": "pages/order_pay_status/index",
  140. "style": {
  141. "navigationBarTitleText": "支付成功",
  142. "app-plus": {
  143. // #ifdef APP-PLUS
  144. "titleNView": {
  145. "type": "default"
  146. }
  147. // #endif
  148. }
  149. }
  150. }, {
  151. "path": "pages/order_pay_status/payLottery",
  152. "style": {
  153. "navigationBarTitleText": "支付成功",
  154. "app-plus": {
  155. // #ifdef APP-PLUS
  156. "titleNView": {
  157. "type": "default"
  158. }
  159. // #endif
  160. }
  161. }
  162. },
  163. {
  164. "path": "pages/live_list/index",
  165. "style": {
  166. "navigationBarTitleText": "直播列表"
  167. }
  168. }
  169. ],
  170. "subPackages": [{
  171. "root": "pages/users",
  172. "name": "users",
  173. "pages": [{
  174. "path": "user_vip_areer/index",
  175. "style": {
  176. "navigationBarTitleText": "经验记录",
  177. "app-plus": {
  178. // #ifdef APP-PLUS
  179. "titleNView": {
  180. "type": "default"
  181. }
  182. // #endif
  183. }
  184. }
  185. },
  186. {
  187. "path": "privacy/index",
  188. "style": {
  189. "navigationBarTitleText": "隐私协议",
  190. "app-plus": {
  191. // #ifdef APP-PLUS
  192. "titleNView": {
  193. "type": "default"
  194. }
  195. // #endif
  196. }
  197. }
  198. },
  199. {
  200. "path": "message_center/index",
  201. "style": {
  202. "navigationBarTitleText": "消息中心",
  203. "enablePullDownRefresh": true,
  204. "app-plus": {
  205. // #ifdef APP-PLUS
  206. "titleNView": {
  207. "type": "default"
  208. }
  209. // #endif
  210. }
  211. }
  212. },
  213. {
  214. "path": "message_center/messageDetail",
  215. "style": {
  216. "navigationBarTitleText": "消息详情",
  217. "app-plus": {
  218. // #ifdef APP-PLUS
  219. "titleNView": {
  220. "type": "default"
  221. }
  222. // #endif
  223. }
  224. }
  225. },
  226. {
  227. "path": "user_invoice_order/index",
  228. "style": {
  229. "navigationBarTitleText": "订单详情",
  230. "app-plus": {
  231. // #ifdef APP-PLUS
  232. "titleNView": {
  233. "type": "default"
  234. }
  235. // #endif
  236. }
  237. }
  238. },
  239. {
  240. "path": "scan_login/index",
  241. "style": {
  242. "navigationBarTitleText": "授权登录"
  243. }
  244. },
  245. {
  246. "path": "order_details/index",
  247. "style": {
  248. "navigationBarTitleText": "订单详情",
  249. "app-plus": {
  250. // #ifdef APP-PLUS
  251. "titleNView": {
  252. "type": "default"
  253. }
  254. // #endif
  255. }
  256. }
  257. },
  258. {
  259. "path": "user_invoice_list/index",
  260. "style": {
  261. "navigationBarTitleText": "发票管理",
  262. "app-plus": {
  263. // #ifdef APP-PLUS
  264. "titleNView": {
  265. "type": "default"
  266. }
  267. // #endif
  268. }
  269. }
  270. },
  271. {
  272. "path": "user_invoice_form/index",
  273. "style": {
  274. "navigationBarTitleText": "添加新发票",
  275. "app-plus": {
  276. // #ifdef APP-PLUS
  277. "titleNView": {
  278. "type": "default"
  279. }
  280. // #endif
  281. }
  282. }
  283. },
  284. //#ifdef H5
  285. {
  286. "path": "alipay_invoke/index",
  287. "style": {
  288. "navigationBarTitleText": "支付提示"
  289. }
  290. },
  291. //#endif
  292. {
  293. "path": "admin_order_detail/index",
  294. "style": {
  295. "navigationBarTitleText": "订单详情",
  296. "app-plus": {
  297. // #ifdef APP-PLUS
  298. "titleNView": {
  299. "type": "default"
  300. }
  301. // #endif
  302. }
  303. }
  304. },
  305. {
  306. "path": "wechat_login/index",
  307. "style": {
  308. "navigationBarTitleText": "账户登录",
  309. "navigationStyle": "custom",
  310. "app-plus": {
  311. "scrollIndicator": false //禁用原生导航栏
  312. }
  313. }
  314. },
  315. {
  316. "path": "retrievePassword/index",
  317. "style": {
  318. "navigationBarTitleText": "忘记密码",
  319. "app-plus": {
  320. // #ifdef APP-PLUS
  321. "titleNView": {
  322. "type": "default"
  323. }
  324. // #endif
  325. }
  326. }
  327. },
  328. {
  329. "path": "user_info/index",
  330. "style": {
  331. "navigationBarTitleText": "个人资料",
  332. "app-plus": {
  333. // #ifdef APP-PLUS
  334. "titleNView": {
  335. "type": "default"
  336. }
  337. // #endif
  338. }
  339. }
  340. },
  341. {
  342. "path": "user_get_coupon/index",
  343. "style": {
  344. "navigationBarTitleText": "领取优惠券",
  345. "app-plus": {
  346. // #ifdef APP-PLUS
  347. "titleNView": {
  348. "type": "default"
  349. }
  350. // #endif
  351. }
  352. }
  353. },
  354. {
  355. "path": "user_goods_collection/index",
  356. "style": {
  357. "navigationBarTitleText": "收藏商品",
  358. "app-plus": {
  359. // #ifdef APP-PLUS
  360. "titleNView": {
  361. "type": "default"
  362. }
  363. // #endif
  364. }
  365. }
  366. },
  367. {
  368. "path": "user_sgin/index",
  369. "style": {
  370. "navigationBarTitleText": "签到",
  371. // #ifdef MP
  372. // "navigationBarTextStyle": "white",
  373. // "navigationBarBackgroundColor": "#e93323"
  374. // #endif
  375. "app-plus": {
  376. // #ifdef APP-PLUS
  377. "titleNView": {
  378. "type": "default"
  379. }
  380. // #endif
  381. }
  382. }
  383. },
  384. {
  385. "path": "user_sgin_list/index",
  386. "style": {
  387. "navigationBarTitleText": "签到记录",
  388. "app-plus": {
  389. // #ifdef APP-PLUS
  390. "titleNView": {
  391. "type": "default"
  392. }
  393. // #endif
  394. }
  395. }
  396. },
  397. {
  398. "path": "user_money/index",
  399. "style": {
  400. "navigationBarTitleText": "我的账户",
  401. "app-plus": {
  402. // #ifdef APP-PLUS
  403. "titleNView": {
  404. "type": "default"
  405. }
  406. // #endif
  407. }
  408. }
  409. },
  410. {
  411. "path": "user_bill/index",
  412. "style": {
  413. "navigationBarTitleText": "账单明细",
  414. "app-plus": {
  415. // #ifdef APP-PLUS
  416. "titleNView": {
  417. "type": "default"
  418. }
  419. // #endif
  420. }
  421. }
  422. },
  423. {
  424. "path": "user_integral/index",
  425. "style": {
  426. "navigationBarTitleText": "积分详情"
  427. // #ifdef MP
  428. ,
  429. "navigationBarTextStyle": "black",
  430. "navigationBarBackgroundColor": "#FFFFFF"
  431. // #endif
  432. ,
  433. "app-plus": {
  434. // #ifdef APP-PLUS
  435. "titleNView": {
  436. "type": "default"
  437. }
  438. // #endif
  439. }
  440. }
  441. },
  442. {
  443. "path": "user_coupon/index",
  444. "style": {
  445. "navigationBarTitleText": "我的优惠券",
  446. "app-plus": {
  447. // #ifdef APP-PLUS
  448. "titleNView": {
  449. "type": "default"
  450. }
  451. // #endif
  452. }
  453. }
  454. },
  455. {
  456. "path": "user_spread_user/index",
  457. "style": {
  458. "navigationBarTitleText": "我的推广"
  459. // #ifdef MP
  460. ,
  461. "navigationBarTextStyle": "black",
  462. "navigationBarBackgroundColor": "#FFFFFF"
  463. // #endif
  464. ,
  465. "app-plus": {
  466. // #ifdef APP-PLUS
  467. "titleNView": {
  468. "type": "default"
  469. }
  470. // #endif
  471. }
  472. }
  473. },
  474. {
  475. "path": "user_spread_code/index",
  476. "style": {
  477. "navigationBarTitleText": "分销海报",
  478. "app-plus": {
  479. // #ifdef APP-PLUS
  480. "titleNView": {
  481. "type": "default"
  482. }
  483. // #endif
  484. }
  485. }
  486. },
  487. {
  488. "path": "user_spread_money/index",
  489. "style": {
  490. "navigationBarTitleText": "佣金记录"
  491. // #ifdef MP
  492. ,
  493. "navigationBarTextStyle": "black",
  494. "navigationBarBackgroundColor": "#FFFFFF"
  495. // #endif
  496. ,
  497. "app-plus": {
  498. // #ifdef APP-PLUS
  499. "titleNView": {
  500. "type": "default"
  501. }
  502. // #endif
  503. }
  504. }
  505. },
  506. {
  507. "path": "user_cash/index",
  508. "style": {
  509. "navigationBarTitleText": "提现",
  510. "navigationBarBackgroundColor": "#FFFFFF"
  511. // #ifdef MP || APP-PLUS
  512. ,
  513. "navigationBarTextStyle": "black"
  514. // #endif
  515. ,
  516. "app-plus": {
  517. // #ifdef APP-PLUS
  518. "titleNView": {
  519. "type": "default"
  520. }
  521. // #endif
  522. }
  523. }
  524. },
  525. {
  526. "path": "user_vip/index",
  527. "style": {
  528. "navigationBarTitleText": "我的等级",
  529. "navigationBarBackgroundColor": "#232323"
  530. // #ifdef MP || APP-PLUS
  531. ,
  532. "navigationBarTextStyle": "white"
  533. // #endif
  534. ,
  535. "app-plus": {
  536. // #ifdef APP-PLUS
  537. "titleNView": {
  538. "type": "default"
  539. }
  540. // #endif
  541. }
  542. }
  543. }, {
  544. "path": "user_distribution_level/index",
  545. "style": {
  546. "navigationBarTitleText": "分销等级",
  547. "navigationBarBackgroundColor": "#232323"
  548. // #ifdef MP || APP-PLUS
  549. ,
  550. "navigationBarTextStyle": "white"
  551. // #endif
  552. ,
  553. "app-plus": {
  554. // #ifdef APP-PLUS
  555. "titleNView": {
  556. "type": "default"
  557. }
  558. // #endif
  559. }
  560. }
  561. },
  562. {
  563. "path": "user_address_list/index",
  564. "style": {
  565. "navigationBarTitleText": "地址管理",
  566. "app-plus": {
  567. // #ifdef APP-PLUS
  568. "titleNView": {
  569. "type": "default"
  570. }
  571. // #endif
  572. }
  573. }
  574. },
  575. {
  576. "path": "user_address/index",
  577. "style": {
  578. "navigationBarTitleText": "添加地址",
  579. "app-plus": {
  580. // #ifdef APP-PLUS
  581. "titleNView": {
  582. "type": "default"
  583. }
  584. // #endif
  585. }
  586. }
  587. },
  588. {
  589. "path": "user_phone/index",
  590. "style": {
  591. "navigationBarTitleText": "绑定手机",
  592. // #ifdef MP
  593. // "navigationBarTextStyle": "white",
  594. // "navigationBarBackgroundColor": "#e93323"
  595. // #endif
  596. "app-plus": {
  597. // #ifdef APP-PLUS
  598. "titleNView": {
  599. "type": "default"
  600. }
  601. // #endif
  602. }
  603. }
  604. },
  605. {
  606. "path": "user_payment/index",
  607. "style": {
  608. "navigationBarTitleText": "余额充值",
  609. "app-plus": {
  610. // #ifdef APP-PLUS
  611. "titleNView": {
  612. "type": "default"
  613. }
  614. // #endif
  615. }
  616. }
  617. },
  618. {
  619. "path": "user_pwd_edit/index",
  620. "style": {
  621. "navigationBarTitleText": "修改密码"
  622. // #ifdef MP
  623. // ,
  624. // "navigationBarTextStyle": "white"
  625. // "navigationBarBackgroundColor": "#e93323"
  626. // #endif
  627. ,
  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. "app-plus": {
  642. // #ifdef APP-PLUS
  643. "titleNView": {
  644. "type": "default"
  645. }
  646. // #endif
  647. }
  648. }
  649. },
  650. {
  651. "path": "goods_details_store/index",
  652. "style": {
  653. "navigationBarTitleText": "门店列表",
  654. "app-plus": {
  655. // #ifdef APP-PLUS
  656. "titleNView": {
  657. "type": "default"
  658. }
  659. // #endif
  660. }
  661. }
  662. },
  663. {
  664. "path": "promoter-list/index",
  665. "style": {
  666. "navigationBarTitleText": "推广人列表"
  667. // #ifdef MP
  668. ,
  669. "navigationBarBackgroundColor": "#FFFFFF",
  670. "navigationBarTextStyle": "black"
  671. // #endif
  672. ,
  673. "app-plus": {
  674. // #ifdef APP-PLUS
  675. "titleNView": {
  676. "type": "default"
  677. }
  678. // #endif
  679. }
  680. }
  681. },
  682. {
  683. "path": "promoter-order/index",
  684. "style": {
  685. "navigationBarTitleText": "推广人订单"
  686. // #ifdef MP
  687. ,
  688. "navigationBarTextStyle": "black",
  689. "navigationBarBackgroundColor": "#FFFFFF"
  690. // #endif
  691. ,
  692. "app-plus": {
  693. // #ifdef APP-PLUS
  694. "titleNView": {
  695. "type": "default"
  696. }
  697. // #endif
  698. }
  699. }
  700. },
  701. {
  702. "path": "promoter_rank/index",
  703. "style": {
  704. "navigationBarTitleText": "推广人排行"
  705. // #ifdef MP
  706. ,
  707. "navigationBarTextStyle": "black",
  708. "navigationBarBackgroundColor": "#FFFFFF"
  709. // #endif
  710. ,
  711. "app-plus": {
  712. // #ifdef APP-PLUS
  713. "titleNView": {
  714. "type": "default"
  715. }
  716. // #endif
  717. }
  718. }
  719. },
  720. {
  721. "path": "commission_rank/index",
  722. "style": {
  723. "navigationBarTitleText": "佣金排行",
  724. "navigationBarBackgroundColor": "#FFFFFF"
  725. // #ifdef MP || APP-PLUS
  726. ,
  727. "navigationBarTextStyle": "black"
  728. // #endif
  729. ,
  730. "app-plus": {
  731. // #ifdef APP-PLUS
  732. "titleNView": {
  733. "type": "default"
  734. }
  735. // #endif
  736. }
  737. }
  738. },
  739. {
  740. "path": "order_list/index",
  741. "style": {
  742. "navigationBarTitleText": "我的订单",
  743. "app-plus": {
  744. // #ifdef APP-PLUS
  745. "titleNView": {
  746. "type": "default"
  747. }
  748. // #endif
  749. }
  750. }
  751. },
  752. {
  753. "path": "goods_logistics/index",
  754. "style": {
  755. "navigationBarTitleText": "物流信息",
  756. "app-plus": {
  757. // #ifdef APP-PLUS
  758. "titleNView": {
  759. "type": "default"
  760. }
  761. // #endif
  762. }
  763. }
  764. },
  765. {
  766. "path": "user_return_list/index",
  767. "style": {
  768. "navigationBarTitleText": "退货列表",
  769. "app-plus": {
  770. // #ifdef APP-PLUS
  771. "titleNView": {
  772. "type": "default"
  773. }
  774. // #endif
  775. }
  776. }
  777. },
  778. {
  779. "path": "goods_return/index",
  780. "style": {
  781. "navigationBarTitleText": "申请退货",
  782. "app-plus": {
  783. // #ifdef APP-PLUS
  784. "titleNView": {
  785. "type": "default"
  786. }
  787. // #endif
  788. }
  789. }
  790. },
  791. {
  792. "path": "login/index",
  793. "style": {
  794. "navigationBarTitleText": "登录",
  795. "app-plus": {
  796. // #ifdef APP-PLUS
  797. "titleNView": {
  798. "type": "default"
  799. }
  800. // #endif
  801. }
  802. }
  803. },
  804. {
  805. "path": "goods_comment_list/index",
  806. "style": {
  807. "navigationBarTitleText": "商品评分",
  808. "app-plus": {
  809. // #ifdef APP-PLUS
  810. "titleNView": {
  811. "type": "default"
  812. }
  813. // #endif
  814. }
  815. }
  816. },
  817. {
  818. "path": "goods_comment_con/index",
  819. "style": {
  820. "navigationBarTitleText": "商品评价",
  821. "app-plus": {
  822. // #ifdef APP-PLUS
  823. "titleNView": {
  824. "type": "default"
  825. }
  826. // #endif
  827. }
  828. }
  829. },
  830. {
  831. "path": "goods_comment_con/lottery_comment",
  832. "style": {
  833. "navigationBarTitleText": "订单评价",
  834. "app-plus": {
  835. // #ifdef APP-PLUS
  836. "titleNView": {
  837. "type": "default"
  838. }
  839. // #endif
  840. }
  841. }
  842. }
  843. ],
  844. "plugins": {
  845. "live-player-plugin": {
  846. "version": "1.3.0",
  847. "provider": "wx2b03c6e691cd7370"
  848. }
  849. }
  850. },
  851. {
  852. "root": "pages/goods_details",
  853. "name": "goods_details",
  854. "pages": [{
  855. "path": "index",
  856. "style": {
  857. "navigationStyle": "custom",
  858. "app-plus": {
  859. // #ifdef APP-PLUS
  860. "titleNView": {
  861. "type": "default"
  862. }
  863. // #endif
  864. }
  865. }
  866. }]
  867. },
  868. {
  869. "root": "pages/activity",
  870. "name": "activity",
  871. "pages": [{
  872. "path": "goods_bargain/index",
  873. "style": {
  874. // #ifdef MP
  875. // "navigationBarTextStyle": "white",
  876. // "navigationBarBackgroundColor": "#E93323",
  877. "navigationBarTitleText": "砍价列表",
  878. // #endif
  879. "app-plus": {
  880. // #ifdef APP-PLUS
  881. "titleNView": {
  882. "type": "default"
  883. }
  884. // #endif
  885. }
  886. }
  887. },
  888. {
  889. "path": "goods_bargain_details/index",
  890. "style": {
  891. "navigationStyle": "custom"
  892. // #ifdef MP
  893. ,
  894. "navigationBarTextStyle": "white"
  895. // #endif
  896. ,
  897. "app-plus": {
  898. // #ifdef APP-PLUS
  899. "titleNView": {
  900. "type": "default"
  901. }
  902. // #endif
  903. }
  904. }
  905. },
  906. {
  907. "path": "goods_combination/index",
  908. "style": {
  909. // #ifdef MP
  910. // "navigationBarTextStyle": "white",
  911. // "navigationBarBackgroundColor": "#E93323",
  912. "navigationBarTitleText": "拼团活动",
  913. // #endif
  914. "app-plus": {
  915. // #ifdef APP-PLUS
  916. "titleNView": {
  917. "type": "default"
  918. }
  919. // #endif
  920. }
  921. }
  922. },
  923. {
  924. "path": "goods_combination_details/index",
  925. "style": {
  926. "navigationStyle": "custom",
  927. "app-plus": {
  928. // #ifdef APP-PLUS
  929. "titleNView": {
  930. "type": "default"
  931. }
  932. // #endif
  933. }
  934. }
  935. },
  936. {
  937. "path": "goods_combination_status/index",
  938. "style": {
  939. "navigationBarTitleText": "拼团",
  940. "app-plus": {
  941. // #ifdef APP-PLUS
  942. "titleNView": {
  943. "type": "default"
  944. }
  945. // #endif
  946. }
  947. }
  948. },
  949. {
  950. "path": "goods_seckill/index",
  951. "style": {
  952. "navigationBarTitleText": "限时秒杀"
  953. // #ifdef MP
  954. // "navigationBarTextStyle": "white"
  955. // "navigationBarBackgroundColor": "#e93323"
  956. // #endif
  957. ,
  958. "app-plus": {
  959. // #ifdef APP-PLUS
  960. "titleNView": {
  961. "type": "default"
  962. }
  963. // #endif
  964. }
  965. }
  966. },
  967. {
  968. "path": "goods_seckill_details/index",
  969. "style": {
  970. "navigationStyle": "custom"
  971. // #ifdef MP
  972. ,
  973. "navigationBarTextStyle": "white"
  974. // #endif
  975. ,
  976. "app-plus": {
  977. // #ifdef APP-PLUS
  978. "titleNView": {
  979. "type": "default"
  980. }
  981. // #endif
  982. }
  983. }
  984. },
  985. {
  986. "path": "poster-poster/index",
  987. "style": {
  988. "navigationBarTitleText": "砍价海报"
  989. // #ifdef MP
  990. // "navigationBarTextStyle": "white"
  991. // "navigationBarBackgroundColor": "#d22516"
  992. // #endif
  993. ,
  994. "app-plus": {
  995. // #ifdef APP-PLUS
  996. "titleNView": {
  997. "type": "default"
  998. }
  999. // #endif
  1000. }
  1001. }
  1002. },
  1003. {
  1004. "path": "bargain/index",
  1005. "style": {
  1006. "navigationBarTitleText": "砍价记录",
  1007. "app-plus": {
  1008. // #ifdef APP-PLUS
  1009. "titleNView": {
  1010. "type": "default"
  1011. }
  1012. // #endif
  1013. }
  1014. }
  1015. },
  1016. {
  1017. "path": "presell/index",
  1018. "style": {
  1019. "navigationBarTitleText": "预售列表",
  1020. "app-plus": {
  1021. // #ifdef APP-PLUS
  1022. "titleNView": {
  1023. "type": "default"
  1024. }
  1025. // #endif
  1026. }
  1027. }
  1028. },
  1029. {
  1030. "path": "presell_details/index",
  1031. "style": {
  1032. "navigationStyle": "custom"
  1033. // #ifdef MP
  1034. ,
  1035. "navigationBarTextStyle": "#fff"
  1036. // #endif
  1037. ,
  1038. "app-plus": {
  1039. // #ifdef APP-PLUS
  1040. "titleNView": {
  1041. "type": "default"
  1042. }
  1043. // #endif
  1044. }
  1045. }
  1046. },
  1047. {
  1048. "path": "lottery/grids/index",
  1049. "style": {
  1050. "navigationBarTitleText": "抽奖活动",
  1051. "app-plus": {
  1052. // #ifdef APP-PLUS
  1053. "titleNView": {
  1054. "type": "default"
  1055. }
  1056. // #endif
  1057. }
  1058. }
  1059. },
  1060. {
  1061. "path": "lottery/grids/record",
  1062. "style": {
  1063. "navigationBarTitleText": "中奖记录",
  1064. "app-plus": {
  1065. // #ifdef APP-PLUS
  1066. "titleNView": {
  1067. "type": "default"
  1068. }
  1069. // #endif
  1070. }
  1071. }
  1072. }
  1073. ]
  1074. },
  1075. {
  1076. "root": "pages/columnGoods",
  1077. "name": "columnGoods",
  1078. "pages": [{
  1079. "path": "HotNewGoods/index",
  1080. "style": {
  1081. "navigationBarTitleText": "精品推荐",
  1082. "app-plus": {
  1083. // #ifdef APP-PLUS
  1084. "titleNView": {
  1085. "type": "default"
  1086. }
  1087. // #endif
  1088. }
  1089. }
  1090. },
  1091. {
  1092. "path": "HotNewGoods/feedback",
  1093. "style": {
  1094. "navigationBarTitleText": "我的客服",
  1095. "navigationBarTextStyle": "white",
  1096. "navigationBarBackgroundColor": "#3A3A3A",
  1097. "app-plus": {
  1098. // #ifdef APP-PLUS
  1099. "titleNView": {
  1100. "type": "default"
  1101. }
  1102. // #endif
  1103. }
  1104. }
  1105. }
  1106. ]
  1107. },
  1108. {
  1109. "root": "pages/annex",
  1110. "pages": [{
  1111. "path": "web_view/index",
  1112. "style": {
  1113. "navigationBarTitleText": "",
  1114. "app-plus": {
  1115. // #ifdef APP-PLUS
  1116. "titleNView": {
  1117. "type": "default"
  1118. }
  1119. // #endif
  1120. }
  1121. }
  1122. },
  1123. {
  1124. "path": "offline_pay/index",
  1125. "style": {
  1126. "navigationBarTitleText": "支付",
  1127. "app-plus": {
  1128. // #ifdef APP-PLUS
  1129. "titleNView": {
  1130. "type": "default"
  1131. }
  1132. // #endif
  1133. }
  1134. }
  1135. },
  1136. {
  1137. "path": "offline_result/index",
  1138. "style": {
  1139. "navigationBarTitleText": "支付结果",
  1140. "app-plus": {
  1141. // #ifdef APP-PLUS
  1142. "titleNView": {
  1143. "type": "default"
  1144. }
  1145. // #endif
  1146. }
  1147. }
  1148. }
  1149. ]
  1150. },
  1151. {
  1152. "root": "pages/points_mall",
  1153. "pages": [{
  1154. "path": "index",
  1155. "style": {
  1156. "navigationBarTextStyle": "white",
  1157. "navigationBarBackgroundColor": "#333333",
  1158. "navigationBarTitleText": "积分商城",
  1159. "app-plus": {
  1160. // #ifdef APP-PLUS
  1161. "titleNView": {
  1162. "type": "default"
  1163. }
  1164. // #endif
  1165. }
  1166. }
  1167. },
  1168. {
  1169. "path": "integral_goods_list",
  1170. "style": {
  1171. "navigationBarTitleText": "商品列表",
  1172. // "navigationBarTextStyle": "white",
  1173. // "navigationBarBackgroundColor": "#E93323",
  1174. "app-plus": {
  1175. // #ifdef APP-PLUS
  1176. "titleNView": {
  1177. "type": "default"
  1178. }
  1179. // #endif
  1180. }
  1181. }
  1182. },
  1183. {
  1184. "path": "integral_goods_details",
  1185. "style": {
  1186. "navigationBarTitleText": "商品详情",
  1187. "app-plus": {
  1188. // #ifdef APP-PLUS
  1189. "titleNView": {
  1190. "type": "default"
  1191. }
  1192. // #endif
  1193. }
  1194. }
  1195. },
  1196. {
  1197. "path": "exchange_record",
  1198. "style": {
  1199. "navigationBarTitleText": "兑换记录",
  1200. "app-plus": {
  1201. // #ifdef APP-PLUS
  1202. "titleNView": {
  1203. "type": "default"
  1204. }
  1205. // #endif
  1206. }
  1207. }
  1208. },
  1209. {
  1210. "path": "integral_order",
  1211. "style": {
  1212. "navigationBarTitleText": "积分订单",
  1213. "app-plus": {
  1214. // #ifdef APP-PLUS
  1215. "titleNView": {
  1216. "type": "default"
  1217. }
  1218. // #endif
  1219. }
  1220. }
  1221. }, {
  1222. "path": "user_address",
  1223. "style": {
  1224. "navigationBarTitleText": "选择地址",
  1225. "app-plus": {
  1226. // #ifdef APP-PLUS
  1227. "titleNView": {
  1228. "type": "default"
  1229. }
  1230. // #endif
  1231. }
  1232. }
  1233. },
  1234. {
  1235. "path": "integral_order_status",
  1236. "style": {
  1237. "navigationBarTitleText": "兑换成功",
  1238. "app-plus": {
  1239. // #ifdef APP-PLUS
  1240. "titleNView": {
  1241. "type": "default"
  1242. }
  1243. // #endif
  1244. }
  1245. }
  1246. }, {
  1247. "path": "integral_order_details",
  1248. "style": {
  1249. "navigationBarTitleText": "兑换订单详情",
  1250. "app-plus": {
  1251. // #ifdef APP-PLUS
  1252. "titleNView": {
  1253. "type": "default"
  1254. }
  1255. // #endif
  1256. }
  1257. }
  1258. }, {
  1259. "path": "logistics_details",
  1260. "style": {
  1261. "navigationBarTitleText": "兑换物流详情",
  1262. "app-plus": {
  1263. // #ifdef APP-PLUS
  1264. "titleNView": {
  1265. "type": "default"
  1266. }
  1267. // #endif
  1268. }
  1269. }
  1270. }
  1271. ]
  1272. }
  1273. ],
  1274. "tabBar": {
  1275. "color": "#282828",
  1276. "selectedColor": "#ff3366",
  1277. "borderStyle": "white",
  1278. "backgroundColor": "#ffffff",
  1279. "list": [{
  1280. "pagePath": "pages/index/index",
  1281. "iconPath": "static/images/1-001.png",
  1282. "selectedIconPath": "static/images/1-002.png",
  1283. "text": "首页"
  1284. },
  1285. {
  1286. "pagePath": "pages/goods_cate/goods_cate",
  1287. "iconPath": "static/images/2-001.png",
  1288. "selectedIconPath": "static/images/2-002.png",
  1289. "text": "分类"
  1290. },
  1291. {
  1292. "pagePath": "pages/order_addcart/order_addcart",
  1293. "iconPath": "static/images/3-001.png",
  1294. "selectedIconPath": "static/images/3-002.png",
  1295. "text": "购物车"
  1296. },
  1297. {
  1298. "pagePath": "pages/user/index",
  1299. "iconPath": "static/images/4-001.png",
  1300. "selectedIconPath": "static/images/4-002.png",
  1301. "text": "我的"
  1302. }
  1303. ]
  1304. },
  1305. "globalStyle": {
  1306. "navigationBarTextStyle": "black",
  1307. "navigationBarTitleText": "加载中",
  1308. "navigationBarBackgroundColor": "#fff",
  1309. "backgroundColor": "#F8F8F8",
  1310. "titleNView": false
  1311. },
  1312. "condition": { //模式配置,仅开发期间生效
  1313. "current": 0, //当前激活的模式(list 的索引项)
  1314. "list": [{
  1315. "name": "", //模式名称
  1316. "path": "", //启动页面,必选
  1317. "query": "" //启动参数,在页面的onLoad函数里面得到
  1318. }]
  1319. }
  1320. }