pages.json 31 KB

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