pages.json 32 KB

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