pages.json 26 KB

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