pages.json 30 KB

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