pages.json 29 KB

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