pages.json 26 KB

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