pages.json 27 KB

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