pages.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293
  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/user/index",
  38. "style": {
  39. "navigationBarTitleText": "个人中心",
  40. "enablePullDownRefresh": true
  41. // #ifdef MP || APP-PLUS
  42. ,
  43. "navigationStyle": "custom",
  44. // "navigationBarBackgroundColor": "#e93323",
  45. "navigationBarTextStyle": "black"
  46. // #endif
  47. }
  48. },
  49. {
  50. "path": "pages/goods_cate/goods_cate",
  51. "style": {
  52. "navigationBarTitleText": "商品分类",
  53. "app-plus": {
  54. // #ifdef APP-PLUS
  55. "titleNView": {
  56. "type": "default"
  57. }
  58. // #endif
  59. }
  60. }
  61. }
  62. //#ifdef H5
  63. ,
  64. {
  65. "path": "pages/auth/index",
  66. "style": {
  67. "navigationBarTitleText": ""
  68. }
  69. }
  70. //#endif
  71. ],
  72. "subPackages": [
  73. {
  74. "root": "pages/extension",
  75. "name": "extension",
  76. "pages": [
  77. {
  78. "path": "customer_list/chat",
  79. "style": {
  80. "navigationBarTitleText": "对话详情",
  81. "navigationStyle": "custom",
  82. "app-plus": {
  83. "scrollIndicator": false //禁用原生导航栏
  84. // #ifdef APP-PLUS
  85. ,
  86. "titleNView": {
  87. "type": "default"
  88. }
  89. // #endif
  90. },
  91. "disableScroll": true
  92. }
  93. },
  94. {
  95. "path": "news_list/index",
  96. "style": {
  97. "navigationBarTitleText": "资讯",
  98. "app-plus": {
  99. // #ifdef APP-PLUS
  100. "titleNView": {
  101. "type": "default"
  102. }
  103. // #endif
  104. }
  105. }
  106. },
  107. {
  108. "path": "news_details/index",
  109. "style": {
  110. "navigationBarTitleText": "资讯详情",
  111. "app-plus": {
  112. // #ifdef APP-PLUS
  113. "titleNView": {
  114. "type": "default"
  115. }
  116. // #endif
  117. }
  118. }
  119. }
  120. ]
  121. },
  122. {
  123. "root": "pages/goods",
  124. "name": "goods",
  125. "pages": [
  126. {
  127. "path": "goods_list_mall/index",
  128. "style": {
  129. "navigationBarTitleText": "商品列表",
  130. "app-plus": {
  131. // #ifdef APP-PLUS
  132. "titleNView": {
  133. "type": "default"
  134. }
  135. // #endif
  136. }
  137. }
  138. },
  139. {
  140. "path": "goods_list/index",
  141. "style": {
  142. "navigationBarTitleText": "商品列表",
  143. "app-plus": {
  144. // #ifdef APP-PLUS
  145. "titleNView": {
  146. "type": "default"
  147. }
  148. // #endif
  149. }
  150. }
  151. },
  152. {
  153. "path": "order_pay_status/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": "admin_order_detail/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": "goods_comment_con/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": "goods_comment_con/lottery_comment",
  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_list/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_details_store/index",
  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_logistics/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_return/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_return_list/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": "lottery/grids/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": "lottery/grids/record",
  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": "order_confirm/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": "order_details/index",
  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_list/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_refund_goods/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. },
  349. {
  350. "root": "pages/users",
  351. "name": "users",
  352. "pages": [
  353. {
  354. "path": "user_vip_areer/index",
  355. "style": {
  356. "navigationBarTitleText": "经验记录",
  357. "app-plus": {
  358. // #ifdef APP-PLUS
  359. "titleNView": {
  360. "type": "default"
  361. }
  362. // #endif
  363. }
  364. }
  365. },
  366. {
  367. "path": "privacy/index",
  368. "style": {
  369. "navigationBarTitleText": "隐私协议",
  370. "app-plus": {
  371. // #ifdef APP-PLUS
  372. "titleNView": {
  373. "type": "default"
  374. }
  375. // #endif
  376. }
  377. }
  378. },
  379. {
  380. "path": "user_cancellation/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": "message_center/index",
  394. "style": {
  395. "navigationBarTitleText": "消息中心",
  396. "enablePullDownRefresh": true,
  397. "app-plus": {
  398. // #ifdef APP-PLUS
  399. "titleNView": {
  400. "type": "default"
  401. }
  402. // #endif
  403. }
  404. }
  405. },
  406. {
  407. "path": "message_center/messageDetail",
  408. "style": {
  409. "navigationBarTitleText": "消息详情",
  410. "app-plus": {
  411. // #ifdef APP-PLUS
  412. "titleNView": {
  413. "type": "default"
  414. }
  415. // #endif
  416. }
  417. }
  418. },
  419. {
  420. "path": "user_invoice_order/index",
  421. "style": {
  422. "navigationBarTitleText": "订单详情",
  423. "app-plus": {
  424. // #ifdef APP-PLUS
  425. "titleNView": {
  426. "type": "default"
  427. }
  428. // #endif
  429. }
  430. }
  431. },
  432. {
  433. "path": "scan_login/index",
  434. "style": {
  435. "navigationBarTitleText": "授权登录"
  436. }
  437. },
  438. {
  439. "path": "user_invoice_list/index",
  440. "style": {
  441. "navigationBarTitleText": "发票管理",
  442. "app-plus": {
  443. // #ifdef APP-PLUS
  444. "titleNView": {
  445. "type": "default"
  446. }
  447. // #endif
  448. }
  449. }
  450. },
  451. {
  452. "path": "user_invoice_form/index",
  453. "style": {
  454. "navigationBarTitleText": "添加新发票",
  455. "app-plus": {
  456. // #ifdef APP-PLUS
  457. "titleNView": {
  458. "type": "default"
  459. }
  460. // #endif
  461. }
  462. }
  463. },
  464. //#ifdef H5
  465. {
  466. "path": "alipay_invoke/index",
  467. "style": {
  468. "navigationBarTitleText": "支付提示"
  469. }
  470. },
  471. //#endif
  472. {
  473. "path": "wechat_login/index",
  474. "style": {
  475. "navigationBarTitleText": "账户登录",
  476. "navigationStyle": "custom",
  477. "app-plus": {
  478. "scrollIndicator": false //禁用原生导航栏
  479. }
  480. }
  481. },
  482. {
  483. "path": "retrievePassword/index",
  484. "style": {
  485. "navigationBarTitleText": "忘记密码",
  486. "app-plus": {
  487. // #ifdef APP-PLUS
  488. "titleNView": {
  489. "type": "default"
  490. }
  491. // #endif
  492. }
  493. }
  494. },
  495. {
  496. "path": "user_info/index",
  497. "style": {
  498. "navigationBarTitleText": "个人资料",
  499. "app-plus": {
  500. // #ifdef APP-PLUS
  501. "titleNView": {
  502. "type": "default"
  503. }
  504. // #endif
  505. }
  506. }
  507. },
  508. {
  509. "path": "user_get_coupon/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": "visit_list/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_goods_collection/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": "user_sgin/index",
  549. "style": {
  550. "navigationBarTitleText": "签到",
  551. // #ifdef MP
  552. // "navigationBarTextStyle": "white",
  553. // "navigationBarBackgroundColor": "#e93323"
  554. // #endif
  555. "app-plus": {
  556. // #ifdef APP-PLUS
  557. "titleNView": {
  558. "type": "default"
  559. }
  560. // #endif
  561. }
  562. }
  563. },
  564. {
  565. "path": "user_sgin_list/index",
  566. "style": {
  567. "navigationBarTitleText": "签到记录",
  568. "app-plus": {
  569. // #ifdef APP-PLUS
  570. "titleNView": {
  571. "type": "default"
  572. }
  573. // #endif
  574. }
  575. }
  576. },
  577. {
  578. "path": "user_money/index",
  579. "style": {
  580. "navigationBarTitleText": "我的账户",
  581. "app-plus": {
  582. // #ifdef APP-PLUS
  583. "titleNView": {
  584. "type": "default"
  585. }
  586. // #endif
  587. }
  588. }
  589. },
  590. {
  591. "path": "user_bill/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_integral/index",
  605. "style": {
  606. "navigationBarTitleText": "积分详情"
  607. // #ifdef MP
  608. ,
  609. "navigationBarTextStyle": "black",
  610. "navigationBarBackgroundColor": "#FFFFFF"
  611. // #endif
  612. ,
  613. "app-plus": {
  614. // #ifdef APP-PLUS
  615. "titleNView": {
  616. "type": "default"
  617. }
  618. // #endif
  619. }
  620. }
  621. },
  622. {
  623. "path": "user_coupon/index",
  624. "style": {
  625. "navigationBarTitleText": "我的优惠券",
  626. "app-plus": {
  627. // #ifdef APP-PLUS
  628. "titleNView": {
  629. "type": "default"
  630. }
  631. // #endif
  632. }
  633. }
  634. },
  635. {
  636. "path": "user_spread_user/index",
  637. "style": {
  638. "navigationBarTitleText": "我的推广"
  639. // #ifdef MP
  640. ,
  641. "navigationBarTextStyle": "black",
  642. "navigationBarBackgroundColor": "#FFFFFF"
  643. // #endif
  644. ,
  645. "app-plus": {
  646. // #ifdef APP-PLUS
  647. "titleNView": {
  648. "type": "default"
  649. }
  650. // #endif
  651. }
  652. }
  653. },
  654. {
  655. "path": "user_spread_code/index",
  656. "style": {
  657. "navigationBarTitleText": "分销海报",
  658. "app-plus": {
  659. // #ifdef APP-PLUS
  660. "titleNView": {
  661. "type": "default"
  662. }
  663. // #endif
  664. }
  665. }
  666. },
  667. {
  668. "path": "user_spread_money/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_cash/index",
  688. "style": {
  689. "navigationBarTitleText": "提现",
  690. "navigationBarBackgroundColor": "#FFFFFF"
  691. // #ifdef MP || APP-PLUS
  692. ,
  693. "navigationBarTextStyle": "black"
  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_distribution_level/index",
  707. "style": {
  708. "navigationBarTitleText": "分销等级",
  709. "navigationBarBackgroundColor": "#232323"
  710. // #ifdef MP || APP-PLUS
  711. ,
  712. "navigationBarTextStyle": "white"
  713. // #endif
  714. ,
  715. "app-plus": {
  716. // #ifdef APP-PLUS
  717. "titleNView": {
  718. "type": "default"
  719. }
  720. // #endif
  721. }
  722. }
  723. },
  724. {
  725. "path": "user_address_list/index",
  726. "style": {
  727. "navigationBarTitleText": "地址管理",
  728. "app-plus": {
  729. // #ifdef APP-PLUS
  730. "titleNView": {
  731. "type": "default"
  732. }
  733. // #endif
  734. }
  735. }
  736. },
  737. {
  738. "path": "user_address/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_phone/index",
  752. "style": {
  753. "navigationBarTitleText": "绑定手机",
  754. // #ifdef MP
  755. // "navigationBarTextStyle": "white",
  756. // "navigationBarBackgroundColor": "#e93323"
  757. // #endif
  758. "app-plus": {
  759. // #ifdef APP-PLUS
  760. "titleNView": {
  761. "type": "default"
  762. }
  763. // #endif
  764. }
  765. }
  766. },
  767. {
  768. "path": "user_payment/index",
  769. "style": {
  770. "navigationBarTitleText": "余额充值",
  771. "app-plus": {
  772. // #ifdef APP-PLUS
  773. "titleNView": {
  774. "type": "default"
  775. }
  776. // #endif
  777. }
  778. }
  779. },
  780. {
  781. "path": "user_pwd_edit/index",
  782. "style": {
  783. "navigationBarTitleText": "修改密码"
  784. // #ifdef MP
  785. // ,
  786. // "navigationBarTextStyle": "white"
  787. // "navigationBarBackgroundColor": "#e93323"
  788. // #endif
  789. ,
  790. "app-plus": {
  791. // #ifdef APP-PLUS
  792. "titleNView": {
  793. "type": "default"
  794. }
  795. // #endif
  796. }
  797. }
  798. },
  799. {
  800. "path": "promoter-list/index",
  801. "style": {
  802. "navigationBarTitleText": "推广人列表"
  803. // #ifdef MP
  804. ,
  805. "navigationBarBackgroundColor": "#FFFFFF",
  806. "navigationBarTextStyle": "black"
  807. // #endif
  808. ,
  809. "app-plus": {
  810. // #ifdef APP-PLUS
  811. "titleNView": {
  812. "type": "default"
  813. }
  814. // #endif
  815. }
  816. }
  817. },
  818. {
  819. "path": "promoter-order/index",
  820. "style": {
  821. "navigationBarTitleText": "推广人订单"
  822. // #ifdef MP
  823. ,
  824. "navigationBarTextStyle": "black",
  825. "navigationBarBackgroundColor": "#FFFFFF"
  826. // #endif
  827. ,
  828. "app-plus": {
  829. // #ifdef APP-PLUS
  830. "titleNView": {
  831. "type": "default"
  832. }
  833. // #endif
  834. }
  835. }
  836. },
  837. {
  838. "path": "promoter_rank/index",
  839. "style": {
  840. "navigationBarTitleText": "推广人排行"
  841. // #ifdef MP
  842. ,
  843. "navigationBarTextStyle": "black",
  844. "navigationBarBackgroundColor": "#FFFFFF"
  845. // #endif
  846. ,
  847. "app-plus": {
  848. // #ifdef APP-PLUS
  849. "titleNView": {
  850. "type": "default"
  851. }
  852. // #endif
  853. }
  854. }
  855. },
  856. {
  857. "path": "commission_rank/index",
  858. "style": {
  859. "navigationBarTitleText": "佣金排行",
  860. "navigationBarBackgroundColor": "#FFFFFF"
  861. // #ifdef MP || APP-PLUS
  862. ,
  863. "navigationBarTextStyle": "black"
  864. // #endif
  865. ,
  866. "app-plus": {
  867. // #ifdef APP-PLUS
  868. "titleNView": {
  869. "type": "default"
  870. }
  871. // #endif
  872. }
  873. }
  874. },
  875. {
  876. "path": "user_return_list/index",
  877. "style": {
  878. "navigationBarTitleText": "售后列表",
  879. "app-plus": {
  880. // #ifdef APP-PLUS
  881. "titleNView": {
  882. "type": "default"
  883. }
  884. // #endif
  885. }
  886. }
  887. },
  888. {
  889. "path": "register/index",
  890. "style": {
  891. "navigationBarTitleText": "注册",
  892. "app-plus": {
  893. // #ifdef APP-PLUS
  894. "titleNView": {
  895. "type": "default"
  896. }
  897. // #endif
  898. }
  899. }
  900. },
  901. {
  902. "path": "login/index",
  903. "style": {
  904. "navigationBarTitleText": "登录",
  905. "app-plus": {
  906. // #ifdef APP-PLUS
  907. "titleNView": {
  908. "type": "default"
  909. }
  910. // #endif
  911. }
  912. }
  913. },
  914. {
  915. "path": "payment_on_behalf/index",
  916. "style": {
  917. "navigationBarTitleText": "好友代付",
  918. "app-plus": {
  919. // #ifdef APP-PLUS
  920. "titleNView": {
  921. "type": "default"
  922. }
  923. // #endif
  924. }
  925. }
  926. },
  927. {
  928. "path": "payment_on_behalf/pay_status",
  929. "style": {
  930. "navigationBarTitleText": "代付成功",
  931. "app-plus": {
  932. // #ifdef APP-PLUS
  933. "titleNView": {
  934. "type": "default"
  935. }
  936. // #endif
  937. }
  938. }
  939. },
  940. {
  941. "path": "staff_list/index",
  942. "style": {
  943. "navigationBarTitleText": "员工列表",
  944. "navigationBarBackgroundColor": "#e93323"
  945. // #ifdef MP
  946. ,
  947. "navigationBarTextStyle": "#fff"
  948. // #endif
  949. }
  950. }
  951. ]
  952. },
  953. {
  954. "root": "pages/goods_details",
  955. "name": "goods_details",
  956. "pages": [
  957. {
  958. "path": "index",
  959. "style": {
  960. "navigationStyle": "custom",
  961. "transparentTitle": "auto",
  962. "app-plus": {
  963. // #ifdef APP-PLUS
  964. "titleNView": {
  965. "padding-left": "10px",
  966. "padding-right": "10px",
  967. "type": "transparent",
  968. "buttons": [ //原生标题栏按钮配置,
  969. {
  970. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  971. }
  972. ]
  973. }
  974. // #endif
  975. }
  976. }
  977. }
  978. ]
  979. },
  980. {
  981. "root": "pages/admin",
  982. "name": "adminOrder",
  983. "pages": [
  984. {
  985. "path": "custom_date/index",
  986. "style": {
  987. "navigationBarTitleText": "选择日期"
  988. }
  989. },
  990. {
  991. "path": "order/index",
  992. "style": {
  993. "navigationBarTitleText": "订单统计",
  994. "app-plus": {
  995. // #ifdef APP-PLUS
  996. "titleNView": {
  997. "type": "default"
  998. }
  999. // #endif
  1000. }
  1001. }
  1002. },
  1003. {
  1004. "path": "orderList/index",
  1005. "style": {
  1006. "navigationBarTitleText": "订单列表",
  1007. "app-plus": {
  1008. // #ifdef APP-PLUS
  1009. "titleNView": {
  1010. "type": "default"
  1011. }
  1012. // #endif
  1013. }
  1014. }
  1015. },
  1016. {
  1017. "path": "orderDetail/index",
  1018. "style": {
  1019. "navigationBarTitleText": "订单详情",
  1020. "app-plus": {
  1021. // #ifdef APP-PLUS
  1022. "titleNView": {
  1023. "type": "default"
  1024. }
  1025. // #endif
  1026. }
  1027. }
  1028. },
  1029. {
  1030. "path": "delivery/index",
  1031. "style": {
  1032. "navigationBarTitleText": "订单发货",
  1033. "app-plus": {
  1034. // #ifdef APP-PLUS
  1035. "titleNView": {
  1036. "type": "default"
  1037. }
  1038. // #endif
  1039. }
  1040. }
  1041. },
  1042. {
  1043. "path": "statistics/index",
  1044. "style": {
  1045. "navigationBarTitleText": "订单数据统计",
  1046. "app-plus": {
  1047. // #ifdef APP-PLUS
  1048. "titleNView": {
  1049. "type": "default"
  1050. }
  1051. // #endif
  1052. }
  1053. }
  1054. },
  1055. {
  1056. "path": "order_cancellation/index",
  1057. "style": {
  1058. "navigationBarTitleText": "订单核销",
  1059. "app-plus": {
  1060. // #ifdef APP-PLUS
  1061. "titleNView": {
  1062. "type": "default"
  1063. }
  1064. // #endif
  1065. }
  1066. }
  1067. }
  1068. ]
  1069. },
  1070. {
  1071. "root": "pages/columnGoods",
  1072. "name": "columnGoods",
  1073. "pages": [
  1074. {
  1075. "path": "HotNewGoods/index",
  1076. "style": {
  1077. "navigationBarTitleText": "精品推荐",
  1078. "app-plus": {
  1079. // #ifdef APP-PLUS
  1080. "titleNView": {
  1081. "type": "default"
  1082. }
  1083. // #endif
  1084. }
  1085. }
  1086. },
  1087. {
  1088. "path": "HotNewGoods/feedback",
  1089. "style": {
  1090. "navigationBarTitleText": "我的客服",
  1091. "navigationBarTextStyle": "white",
  1092. "navigationBarBackgroundColor": "#3A3A3A",
  1093. "app-plus": {
  1094. // #ifdef APP-PLUS
  1095. "titleNView": {
  1096. "type": "default"
  1097. }
  1098. // #endif
  1099. }
  1100. }
  1101. },
  1102. {
  1103. "path": "live_list/index",
  1104. "style": {
  1105. "navigationBarTitleText": "精彩内容"
  1106. }
  1107. }
  1108. ]
  1109. },
  1110. {
  1111. "root": "pages/points_mall",
  1112. "pages": [
  1113. {
  1114. "path": "index",
  1115. "style": {
  1116. "navigationBarTextStyle": "white",
  1117. "navigationBarBackgroundColor": "#333333",
  1118. "navigationBarTitleText": "积分商城",
  1119. "app-plus": {
  1120. // #ifdef APP-PLUS
  1121. "titleNView": {
  1122. "type": "default"
  1123. }
  1124. // #endif
  1125. }
  1126. }
  1127. },
  1128. {
  1129. "path": "integral_goods_list",
  1130. "style": {
  1131. "navigationBarTitleText": "商品列表",
  1132. // "navigationBarTextStyle": "white",
  1133. // "navigationBarBackgroundColor": "#E93323",
  1134. "app-plus": {
  1135. // #ifdef APP-PLUS
  1136. "titleNView": {
  1137. "type": "default"
  1138. }
  1139. // #endif
  1140. }
  1141. }
  1142. },
  1143. {
  1144. "path": "integral_goods_details",
  1145. "style": {
  1146. "navigationStyle": "custom",
  1147. "app-plus": {
  1148. // #ifdef APP-PLUS
  1149. "titleNView": {
  1150. "padding-left": "10px",
  1151. "padding-right": "10px",
  1152. "type": "transparent",
  1153. "buttons": [ //原生标题栏按钮配置,
  1154. {
  1155. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1156. }
  1157. ]
  1158. }
  1159. // #endif
  1160. }
  1161. }
  1162. },
  1163. {
  1164. "path": "exchange_record",
  1165. "style": {
  1166. "navigationBarTitleText": "兑换记录",
  1167. "app-plus": {
  1168. // #ifdef APP-PLUS
  1169. "titleNView": {
  1170. "type": "default"
  1171. }
  1172. // #endif
  1173. }
  1174. }
  1175. },
  1176. {
  1177. "path": "integral_order",
  1178. "style": {
  1179. "navigationBarTitleText": "积分订单",
  1180. "app-plus": {
  1181. // #ifdef APP-PLUS
  1182. "titleNView": {
  1183. "type": "default"
  1184. }
  1185. // #endif
  1186. }
  1187. }
  1188. },
  1189. {
  1190. "path": "user_address",
  1191. "style": {
  1192. "navigationBarTitleText": "选择地址",
  1193. "app-plus": {
  1194. // #ifdef APP-PLUS
  1195. "titleNView": {
  1196. "type": "default"
  1197. }
  1198. // #endif
  1199. }
  1200. }
  1201. },
  1202. {
  1203. "path": "integral_order_status",
  1204. "style": {
  1205. "navigationBarTitleText": "兑换成功",
  1206. "app-plus": {
  1207. // #ifdef APP-PLUS
  1208. "titleNView": {
  1209. "type": "default"
  1210. }
  1211. // #endif
  1212. }
  1213. }
  1214. },
  1215. {
  1216. "path": "integral_order_details",
  1217. "style": {
  1218. "navigationBarTitleText": "兑换订单详情",
  1219. "app-plus": {
  1220. // #ifdef APP-PLUS
  1221. "titleNView": {
  1222. "type": "default"
  1223. }
  1224. // #endif
  1225. }
  1226. }
  1227. },
  1228. {
  1229. "path": "logistics_details",
  1230. "style": {
  1231. "navigationBarTitleText": "兑换物流详情",
  1232. "app-plus": {
  1233. // #ifdef APP-PLUS
  1234. "titleNView": {
  1235. "type": "default"
  1236. }
  1237. // #endif
  1238. }
  1239. }
  1240. }
  1241. ]
  1242. }
  1243. ],
  1244. "tabBar": {
  1245. "color": "#282828",
  1246. "selectedColor": "#ff3366",
  1247. "borderStyle": "white",
  1248. "backgroundColor": "#ffffff",
  1249. "list": [
  1250. {
  1251. "pagePath": "pages/index/index",
  1252. "iconPath": "static/images/1-001.png",
  1253. "selectedIconPath": "static/images/1-002.png",
  1254. "text": "首页"
  1255. },
  1256. {
  1257. "pagePath": "pages/goods_cate/goods_cate",
  1258. "iconPath": "static/images/2-001.png",
  1259. "selectedIconPath": "static/images/2-002.png",
  1260. "text": "分类"
  1261. },
  1262. {
  1263. "pagePath": "pages/order_addcart/order_addcart",
  1264. "iconPath": "static/images/3-001.png",
  1265. "selectedIconPath": "static/images/3-002.png",
  1266. "text": "红包"
  1267. },
  1268. {
  1269. "pagePath": "pages/user/index",
  1270. "iconPath": "static/images/4-001.png",
  1271. "selectedIconPath": "static/images/4-002.png",
  1272. "text": "我的"
  1273. }
  1274. ]
  1275. },
  1276. "globalStyle": {
  1277. "navigationBarTextStyle": "black",
  1278. "navigationBarTitleText": "加载中",
  1279. "navigationBarBackgroundColor": "#fff",
  1280. "backgroundColor": "#F8F8F8",
  1281. "titleNView": false
  1282. },
  1283. "condition": { //模式配置,仅开发期间生效
  1284. "current": 0, //当前激活的模式(list 的索引项)
  1285. "list": [
  1286. {
  1287. "name": "", //模式名称
  1288. "path": "", //启动页面,必选
  1289. "query": "" //启动参数,在页面的onLoad函数里面得到
  1290. }
  1291. ]
  1292. }
  1293. }