pages.json 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292
  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. {
  73. "root": "pages/extension",
  74. "name": "extension",
  75. "pages": [
  76. {
  77. "path": "customer_list/chat",
  78. "style": {
  79. "navigationBarTitleText": "对话详情",
  80. "navigationStyle": "custom",
  81. "app-plus": {
  82. "scrollIndicator": false //禁用原生导航栏
  83. // #ifdef APP-PLUS
  84. ,
  85. "titleNView": {
  86. "type": "default"
  87. }
  88. // #endif
  89. },
  90. "disableScroll": true
  91. }
  92. },
  93. {
  94. "path": "news_list/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. "path": "news_details/index",
  108. "style": {
  109. "navigationBarTitleText": "资讯详情",
  110. "app-plus": {
  111. // #ifdef APP-PLUS
  112. "titleNView": {
  113. "type": "default"
  114. }
  115. // #endif
  116. }
  117. }
  118. }
  119. ]
  120. },
  121. {
  122. "root": "pages/goods",
  123. "name": "goods",
  124. "pages": [
  125. {
  126. "path": "goods_list_mall/index",
  127. "style": {
  128. "navigationBarTitleText": "商品列表",
  129. "app-plus": {
  130. // #ifdef APP-PLUS
  131. "titleNView": {
  132. "type": "default"
  133. }
  134. // #endif
  135. }
  136. }
  137. },
  138. {
  139. "path": "goods_list/index",
  140. "style": {
  141. "navigationBarTitleText": "商品列表",
  142. "app-plus": {
  143. // #ifdef APP-PLUS
  144. "titleNView": {
  145. "type": "default"
  146. }
  147. // #endif
  148. }
  149. }
  150. },
  151. {
  152. "path": "order_pay_status/index",
  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": "admin_order_detail/index",
  166. "style": {
  167. "navigationBarTitleText": "订单详情",
  168. "app-plus": {
  169. // #ifdef APP-PLUS
  170. "titleNView": {
  171. "type": "default"
  172. }
  173. // #endif
  174. }
  175. }
  176. },
  177. {
  178. "path": "goods_comment_con/index",
  179. "style": {
  180. "navigationBarTitleText": "商品评价",
  181. "app-plus": {
  182. // #ifdef APP-PLUS
  183. "titleNView": {
  184. "type": "default"
  185. }
  186. // #endif
  187. }
  188. }
  189. },
  190. {
  191. "path": "goods_comment_con/lottery_comment",
  192. "style": {
  193. "navigationBarTitleText": "订单评价",
  194. "app-plus": {
  195. // #ifdef APP-PLUS
  196. "titleNView": {
  197. "type": "default"
  198. }
  199. // #endif
  200. }
  201. }
  202. },
  203. {
  204. "path": "goods_comment_list/index",
  205. "style": {
  206. "navigationBarTitleText": "商品评分",
  207. "app-plus": {
  208. // #ifdef APP-PLUS
  209. "titleNView": {
  210. "type": "default"
  211. }
  212. // #endif
  213. }
  214. }
  215. },
  216. {
  217. "path": "goods_details_store/index",
  218. "style": {
  219. "navigationBarTitleText": "门店列表",
  220. "app-plus": {
  221. // #ifdef APP-PLUS
  222. "titleNView": {
  223. "type": "default"
  224. }
  225. // #endif
  226. }
  227. }
  228. },
  229. {
  230. "path": "goods_logistics/index",
  231. "style": {
  232. "navigationBarTitleText": "物流信息",
  233. "app-plus": {
  234. // #ifdef APP-PLUS
  235. "titleNView": {
  236. "type": "default"
  237. }
  238. // #endif
  239. }
  240. }
  241. },
  242. {
  243. "path": "goods_return/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": "goods_return_list/index",
  257. "style": {
  258. "navigationBarTitleText": "售后列表",
  259. "app-plus": {
  260. // #ifdef APP-PLUS
  261. "titleNView": {
  262. "type": "default"
  263. }
  264. // #endif
  265. }
  266. }
  267. },
  268. {
  269. "path": "lottery/grids/index",
  270. "style": {
  271. "navigationBarTitleText": "抽奖活动",
  272. "app-plus": {
  273. // #ifdef APP-PLUS
  274. "titleNView": {
  275. "type": "default"
  276. }
  277. // #endif
  278. }
  279. }
  280. },
  281. {
  282. "path": "lottery/grids/record",
  283. "style": {
  284. "navigationBarTitleText": "中奖记录",
  285. "app-plus": {
  286. // #ifdef APP-PLUS
  287. "titleNView": {
  288. "type": "default"
  289. }
  290. // #endif
  291. }
  292. }
  293. },
  294. {
  295. "path": "order_confirm/index",
  296. "style": {
  297. "navigationBarTitleText": "提交订单",
  298. "app-plus": {
  299. // #ifdef APP-PLUS
  300. "titleNView": {
  301. "type": "default"
  302. }
  303. // #endif
  304. }
  305. }
  306. },
  307. {
  308. "path": "order_details/index",
  309. "style": {
  310. "navigationBarTitleText": "订单详情",
  311. "app-plus": {
  312. // #ifdef APP-PLUS
  313. "titleNView": {
  314. "type": "default"
  315. }
  316. // #endif
  317. }
  318. }
  319. },
  320. {
  321. "path": "order_list/index",
  322. "style": {
  323. "navigationBarTitleText": "我的订单",
  324. "app-plus": {
  325. // #ifdef APP-PLUS
  326. "titleNView": {
  327. "type": "default"
  328. }
  329. // #endif
  330. }
  331. }
  332. },
  333. {
  334. "path": "order_refund_goods/index",
  335. "style": {
  336. "navigationBarTitleText": "退回商品",
  337. "app-plus": {
  338. // #ifdef APP-PLUS
  339. "titleNView": {
  340. "type": "default"
  341. }
  342. // #endif
  343. }
  344. }
  345. }
  346. ]
  347. },
  348. {
  349. "root": "pages/users",
  350. "name": "users",
  351. "pages": [
  352. {
  353. "path": "user_vip_areer/index",
  354. "style": {
  355. "navigationBarTitleText": "经验记录",
  356. "app-plus": {
  357. // #ifdef APP-PLUS
  358. "titleNView": {
  359. "type": "default"
  360. }
  361. // #endif
  362. }
  363. }
  364. },
  365. {
  366. "path": "privacy/index",
  367. "style": {
  368. "navigationBarTitleText": "隐私协议",
  369. "app-plus": {
  370. // #ifdef APP-PLUS
  371. "titleNView": {
  372. "type": "default"
  373. }
  374. // #endif
  375. }
  376. }
  377. },
  378. {
  379. "path": "user_cancellation/index",
  380. "style": {
  381. "navigationBarTitleText": "注销说明",
  382. "app-plus": {
  383. // #ifdef APP-PLUS
  384. "titleNView": {
  385. "type": "default"
  386. }
  387. // #endif
  388. }
  389. }
  390. },
  391. {
  392. "path": "message_center/index",
  393. "style": {
  394. "navigationBarTitleText": "消息中心",
  395. "enablePullDownRefresh": true,
  396. "app-plus": {
  397. // #ifdef APP-PLUS
  398. "titleNView": {
  399. "type": "default"
  400. }
  401. // #endif
  402. }
  403. }
  404. },
  405. {
  406. "path": "message_center/messageDetail",
  407. "style": {
  408. "navigationBarTitleText": "消息详情",
  409. "app-plus": {
  410. // #ifdef APP-PLUS
  411. "titleNView": {
  412. "type": "default"
  413. }
  414. // #endif
  415. }
  416. }
  417. },
  418. {
  419. "path": "user_invoice_order/index",
  420. "style": {
  421. "navigationBarTitleText": "订单详情",
  422. "app-plus": {
  423. // #ifdef APP-PLUS
  424. "titleNView": {
  425. "type": "default"
  426. }
  427. // #endif
  428. }
  429. }
  430. },
  431. {
  432. "path": "scan_login/index",
  433. "style": {
  434. "navigationBarTitleText": "授权登录"
  435. }
  436. },
  437. {
  438. "path": "user_invoice_list/index",
  439. "style": {
  440. "navigationBarTitleText": "发票管理",
  441. "app-plus": {
  442. // #ifdef APP-PLUS
  443. "titleNView": {
  444. "type": "default"
  445. }
  446. // #endif
  447. }
  448. }
  449. },
  450. {
  451. "path": "user_invoice_form/index",
  452. "style": {
  453. "navigationBarTitleText": "添加新发票",
  454. "app-plus": {
  455. // #ifdef APP-PLUS
  456. "titleNView": {
  457. "type": "default"
  458. }
  459. // #endif
  460. }
  461. }
  462. },
  463. //#ifdef H5
  464. {
  465. "path": "alipay_invoke/index",
  466. "style": {
  467. "navigationBarTitleText": "支付提示"
  468. }
  469. },
  470. //#endif
  471. {
  472. "path": "wechat_login/index",
  473. "style": {
  474. "navigationBarTitleText": "账户登录",
  475. "navigationStyle": "custom",
  476. "app-plus": {
  477. "scrollIndicator": false //禁用原生导航栏
  478. }
  479. }
  480. },
  481. {
  482. "path": "retrievePassword/index",
  483. "style": {
  484. "navigationBarTitleText": "忘记密码",
  485. "app-plus": {
  486. // #ifdef APP-PLUS
  487. "titleNView": {
  488. "type": "default"
  489. }
  490. // #endif
  491. }
  492. }
  493. },
  494. {
  495. "path": "user_info/index",
  496. "style": {
  497. "navigationBarTitleText": "个人资料",
  498. "app-plus": {
  499. // #ifdef APP-PLUS
  500. "titleNView": {
  501. "type": "default"
  502. }
  503. // #endif
  504. }
  505. }
  506. },
  507. {
  508. "path": "user_get_coupon/index",
  509. "style": {
  510. "navigationBarTitleText": "领取优惠券",
  511. "app-plus": {
  512. // #ifdef APP-PLUS
  513. "titleNView": {
  514. "type": "default"
  515. }
  516. // #endif
  517. }
  518. }
  519. },
  520. {
  521. "path": "visit_list/index",
  522. "style": {
  523. "navigationBarTitleText": "浏览记录",
  524. "app-plus": {
  525. // #ifdef APP-PLUS
  526. "titleNView": {
  527. "type": "default"
  528. }
  529. // #endif
  530. }
  531. }
  532. },
  533. {
  534. "path": "user_goods_collection/index",
  535. "style": {
  536. "navigationBarTitleText": "收藏商品",
  537. "app-plus": {
  538. // #ifdef APP-PLUS
  539. "titleNView": {
  540. "type": "default"
  541. }
  542. // #endif
  543. }
  544. }
  545. },
  546. {
  547. "path": "user_sgin/index",
  548. "style": {
  549. "navigationBarTitleText": "签到",
  550. // #ifdef MP
  551. // "navigationBarTextStyle": "white",
  552. // "navigationBarBackgroundColor": "#e93323"
  553. // #endif
  554. "app-plus": {
  555. // #ifdef APP-PLUS
  556. "titleNView": {
  557. "type": "default"
  558. }
  559. // #endif
  560. }
  561. }
  562. },
  563. {
  564. "path": "user_sgin_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_money/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_bill/index",
  591. "style": {
  592. "navigationBarTitleText": "账单明细",
  593. "app-plus": {
  594. // #ifdef APP-PLUS
  595. "titleNView": {
  596. "type": "default"
  597. }
  598. // #endif
  599. }
  600. }
  601. },
  602. {
  603. "path": "user_integral/index",
  604. "style": {
  605. "navigationBarTitleText": "积分详情"
  606. // #ifdef MP
  607. ,
  608. "navigationBarTextStyle": "black",
  609. "navigationBarBackgroundColor": "#FFFFFF"
  610. // #endif
  611. ,
  612. "app-plus": {
  613. // #ifdef APP-PLUS
  614. "titleNView": {
  615. "type": "default"
  616. }
  617. // #endif
  618. }
  619. }
  620. },
  621. {
  622. "path": "user_coupon/index",
  623. "style": {
  624. "navigationBarTitleText": "我的优惠券",
  625. "app-plus": {
  626. // #ifdef APP-PLUS
  627. "titleNView": {
  628. "type": "default"
  629. }
  630. // #endif
  631. }
  632. }
  633. },
  634. {
  635. "path": "user_spread_user/index",
  636. "style": {
  637. "navigationBarTitleText": "我的推广"
  638. // #ifdef MP
  639. ,
  640. "navigationBarTextStyle": "black",
  641. "navigationBarBackgroundColor": "#FFFFFF"
  642. // #endif
  643. ,
  644. "app-plus": {
  645. // #ifdef APP-PLUS
  646. "titleNView": {
  647. "type": "default"
  648. }
  649. // #endif
  650. }
  651. }
  652. },
  653. {
  654. "path": "user_spread_code/index",
  655. "style": {
  656. "navigationBarTitleText": "分销海报",
  657. "app-plus": {
  658. // #ifdef APP-PLUS
  659. "titleNView": {
  660. "type": "default"
  661. }
  662. // #endif
  663. }
  664. }
  665. },
  666. {
  667. "path": "user_spread_money/index",
  668. "style": {
  669. "navigationBarTitleText": "佣金记录"
  670. // #ifdef MP
  671. ,
  672. "navigationBarTextStyle": "black",
  673. "navigationBarBackgroundColor": "#FFFFFF"
  674. // #endif
  675. ,
  676. "app-plus": {
  677. // #ifdef APP-PLUS
  678. "titleNView": {
  679. "type": "default"
  680. }
  681. // #endif
  682. }
  683. }
  684. },
  685. {
  686. "path": "user_cash/index",
  687. "style": {
  688. "navigationBarTitleText": "提现",
  689. "navigationBarBackgroundColor": "#FFFFFF"
  690. // #ifdef MP || APP-PLUS
  691. ,
  692. "navigationBarTextStyle": "black"
  693. // #endif
  694. ,
  695. "app-plus": {
  696. // #ifdef APP-PLUS
  697. "titleNView": {
  698. "type": "default"
  699. }
  700. // #endif
  701. }
  702. }
  703. },
  704. {
  705. "path": "user_distribution_level/index",
  706. "style": {
  707. "navigationBarTitleText": "分销等级",
  708. "navigationBarBackgroundColor": "#232323"
  709. // #ifdef MP || APP-PLUS
  710. ,
  711. "navigationBarTextStyle": "white"
  712. // #endif
  713. ,
  714. "app-plus": {
  715. // #ifdef APP-PLUS
  716. "titleNView": {
  717. "type": "default"
  718. }
  719. // #endif
  720. }
  721. }
  722. },
  723. {
  724. "path": "user_address_list/index",
  725. "style": {
  726. "navigationBarTitleText": "地址管理",
  727. "app-plus": {
  728. // #ifdef APP-PLUS
  729. "titleNView": {
  730. "type": "default"
  731. }
  732. // #endif
  733. }
  734. }
  735. },
  736. {
  737. "path": "user_address/index",
  738. "style": {
  739. "navigationBarTitleText": "添加地址",
  740. "app-plus": {
  741. // #ifdef APP-PLUS
  742. "titleNView": {
  743. "type": "default"
  744. }
  745. // #endif
  746. }
  747. }
  748. },
  749. {
  750. "path": "user_phone/index",
  751. "style": {
  752. "navigationBarTitleText": "绑定手机",
  753. // #ifdef MP
  754. // "navigationBarTextStyle": "white",
  755. // "navigationBarBackgroundColor": "#e93323"
  756. // #endif
  757. "app-plus": {
  758. // #ifdef APP-PLUS
  759. "titleNView": {
  760. "type": "default"
  761. }
  762. // #endif
  763. }
  764. }
  765. },
  766. {
  767. "path": "user_payment/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": "user_pwd_edit/index",
  781. "style": {
  782. "navigationBarTitleText": "修改密码"
  783. // #ifdef MP
  784. // ,
  785. // "navigationBarTextStyle": "white"
  786. // "navigationBarBackgroundColor": "#e93323"
  787. // #endif
  788. ,
  789. "app-plus": {
  790. // #ifdef APP-PLUS
  791. "titleNView": {
  792. "type": "default"
  793. }
  794. // #endif
  795. }
  796. }
  797. },
  798. {
  799. "path": "promoter-list/index",
  800. "style": {
  801. "navigationBarTitleText": "推广人列表"
  802. // #ifdef MP
  803. ,
  804. "navigationBarBackgroundColor": "#FFFFFF",
  805. "navigationBarTextStyle": "black"
  806. // #endif
  807. ,
  808. "app-plus": {
  809. // #ifdef APP-PLUS
  810. "titleNView": {
  811. "type": "default"
  812. }
  813. // #endif
  814. }
  815. }
  816. },
  817. {
  818. "path": "promoter-order/index",
  819. "style": {
  820. "navigationBarTitleText": "推广人订单"
  821. // #ifdef MP
  822. ,
  823. "navigationBarTextStyle": "black",
  824. "navigationBarBackgroundColor": "#FFFFFF"
  825. // #endif
  826. ,
  827. "app-plus": {
  828. // #ifdef APP-PLUS
  829. "titleNView": {
  830. "type": "default"
  831. }
  832. // #endif
  833. }
  834. }
  835. },
  836. {
  837. "path": "promoter_rank/index",
  838. "style": {
  839. "navigationBarTitleText": "推广人排行"
  840. // #ifdef MP
  841. ,
  842. "navigationBarTextStyle": "black",
  843. "navigationBarBackgroundColor": "#FFFFFF"
  844. // #endif
  845. ,
  846. "app-plus": {
  847. // #ifdef APP-PLUS
  848. "titleNView": {
  849. "type": "default"
  850. }
  851. // #endif
  852. }
  853. }
  854. },
  855. {
  856. "path": "commission_rank/index",
  857. "style": {
  858. "navigationBarTitleText": "佣金排行",
  859. "navigationBarBackgroundColor": "#FFFFFF"
  860. // #ifdef MP || APP-PLUS
  861. ,
  862. "navigationBarTextStyle": "black"
  863. // #endif
  864. ,
  865. "app-plus": {
  866. // #ifdef APP-PLUS
  867. "titleNView": {
  868. "type": "default"
  869. }
  870. // #endif
  871. }
  872. }
  873. },
  874. {
  875. "path": "user_return_list/index",
  876. "style": {
  877. "navigationBarTitleText": "售后列表",
  878. "app-plus": {
  879. // #ifdef APP-PLUS
  880. "titleNView": {
  881. "type": "default"
  882. }
  883. // #endif
  884. }
  885. }
  886. },
  887. {
  888. "path": "register/index",
  889. "style": {
  890. "navigationBarTitleText": "注册",
  891. "app-plus": {
  892. // #ifdef APP-PLUS
  893. "titleNView": {
  894. "type": "default"
  895. }
  896. // #endif
  897. }
  898. }
  899. },
  900. {
  901. "path": "login/index",
  902. "style": {
  903. "navigationBarTitleText": "登录",
  904. "app-plus": {
  905. // #ifdef APP-PLUS
  906. "titleNView": {
  907. "type": "default"
  908. }
  909. // #endif
  910. }
  911. }
  912. },
  913. {
  914. "path": "payment_on_behalf/index",
  915. "style": {
  916. "navigationBarTitleText": "好友代付",
  917. "app-plus": {
  918. // #ifdef APP-PLUS
  919. "titleNView": {
  920. "type": "default"
  921. }
  922. // #endif
  923. }
  924. }
  925. },
  926. {
  927. "path": "payment_on_behalf/pay_status",
  928. "style": {
  929. "navigationBarTitleText": "代付成功",
  930. "app-plus": {
  931. // #ifdef APP-PLUS
  932. "titleNView": {
  933. "type": "default"
  934. }
  935. // #endif
  936. }
  937. }
  938. },
  939. {
  940. "path": "staff_list/index",
  941. "style": {
  942. "navigationBarTitleText": "员工列表",
  943. "navigationBarBackgroundColor": "#e93323"
  944. // #ifdef MP
  945. ,
  946. "navigationBarTextStyle": "#fff"
  947. // #endif
  948. }
  949. }
  950. ]
  951. },
  952. {
  953. "root": "pages/goods_details",
  954. "name": "goods_details",
  955. "pages": [
  956. {
  957. "path": "index",
  958. "style": {
  959. "navigationStyle": "custom",
  960. "transparentTitle": "auto",
  961. "app-plus": {
  962. // #ifdef APP-PLUS
  963. "titleNView": {
  964. "padding-left": "10px",
  965. "padding-right": "10px",
  966. "type": "transparent",
  967. "buttons": [ //原生标题栏按钮配置,
  968. {
  969. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  970. }
  971. ]
  972. }
  973. // #endif
  974. }
  975. }
  976. }
  977. ]
  978. },
  979. {
  980. "root": "pages/admin",
  981. "name": "adminOrder",
  982. "pages": [
  983. {
  984. "path": "custom_date/index",
  985. "style": {
  986. "navigationBarTitleText": "选择日期"
  987. }
  988. },
  989. {
  990. "path": "order/index",
  991. "style": {
  992. "navigationBarTitleText": "订单统计",
  993. "app-plus": {
  994. // #ifdef APP-PLUS
  995. "titleNView": {
  996. "type": "default"
  997. }
  998. // #endif
  999. }
  1000. }
  1001. },
  1002. {
  1003. "path": "orderList/index",
  1004. "style": {
  1005. "navigationBarTitleText": "订单列表",
  1006. "app-plus": {
  1007. // #ifdef APP-PLUS
  1008. "titleNView": {
  1009. "type": "default"
  1010. }
  1011. // #endif
  1012. }
  1013. }
  1014. },
  1015. {
  1016. "path": "orderDetail/index",
  1017. "style": {
  1018. "navigationBarTitleText": "订单详情",
  1019. "app-plus": {
  1020. // #ifdef APP-PLUS
  1021. "titleNView": {
  1022. "type": "default"
  1023. }
  1024. // #endif
  1025. }
  1026. }
  1027. },
  1028. {
  1029. "path": "delivery/index",
  1030. "style": {
  1031. "navigationBarTitleText": "订单发货",
  1032. "app-plus": {
  1033. // #ifdef APP-PLUS
  1034. "titleNView": {
  1035. "type": "default"
  1036. }
  1037. // #endif
  1038. }
  1039. }
  1040. },
  1041. {
  1042. "path": "statistics/index",
  1043. "style": {
  1044. "navigationBarTitleText": "订单数据统计",
  1045. "app-plus": {
  1046. // #ifdef APP-PLUS
  1047. "titleNView": {
  1048. "type": "default"
  1049. }
  1050. // #endif
  1051. }
  1052. }
  1053. },
  1054. {
  1055. "path": "order_cancellation/index",
  1056. "style": {
  1057. "navigationBarTitleText": "订单核销",
  1058. "app-plus": {
  1059. // #ifdef APP-PLUS
  1060. "titleNView": {
  1061. "type": "default"
  1062. }
  1063. // #endif
  1064. }
  1065. }
  1066. }
  1067. ]
  1068. },
  1069. {
  1070. "root": "pages/columnGoods",
  1071. "name": "columnGoods",
  1072. "pages": [
  1073. {
  1074. "path": "HotNewGoods/index",
  1075. "style": {
  1076. "navigationBarTitleText": "精品推荐",
  1077. "app-plus": {
  1078. // #ifdef APP-PLUS
  1079. "titleNView": {
  1080. "type": "default"
  1081. }
  1082. // #endif
  1083. }
  1084. }
  1085. },
  1086. {
  1087. "path": "HotNewGoods/feedback",
  1088. "style": {
  1089. "navigationBarTitleText": "我的客服",
  1090. "navigationBarTextStyle": "white",
  1091. "navigationBarBackgroundColor": "#3A3A3A",
  1092. "app-plus": {
  1093. // #ifdef APP-PLUS
  1094. "titleNView": {
  1095. "type": "default"
  1096. }
  1097. // #endif
  1098. }
  1099. }
  1100. },
  1101. {
  1102. "path": "live_list/index",
  1103. "style": {
  1104. "navigationBarTitleText": "精彩内容"
  1105. }
  1106. }
  1107. ]
  1108. },
  1109. {
  1110. "root": "pages/points_mall",
  1111. "pages": [
  1112. {
  1113. "path": "index",
  1114. "style": {
  1115. "navigationBarTextStyle": "white",
  1116. "navigationBarBackgroundColor": "#333333",
  1117. "navigationBarTitleText": "积分商城",
  1118. "app-plus": {
  1119. // #ifdef APP-PLUS
  1120. "titleNView": {
  1121. "type": "default"
  1122. }
  1123. // #endif
  1124. }
  1125. }
  1126. },
  1127. {
  1128. "path": "integral_goods_list",
  1129. "style": {
  1130. "navigationBarTitleText": "商品列表",
  1131. // "navigationBarTextStyle": "white",
  1132. // "navigationBarBackgroundColor": "#E93323",
  1133. "app-plus": {
  1134. // #ifdef APP-PLUS
  1135. "titleNView": {
  1136. "type": "default"
  1137. }
  1138. // #endif
  1139. }
  1140. }
  1141. },
  1142. {
  1143. "path": "integral_goods_details",
  1144. "style": {
  1145. "navigationStyle": "custom",
  1146. "app-plus": {
  1147. // #ifdef APP-PLUS
  1148. "titleNView": {
  1149. "padding-left": "10px",
  1150. "padding-right": "10px",
  1151. "type": "transparent",
  1152. "buttons": [ //原生标题栏按钮配置,
  1153. {
  1154. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1155. }
  1156. ]
  1157. }
  1158. // #endif
  1159. }
  1160. }
  1161. },
  1162. {
  1163. "path": "exchange_record",
  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": "integral_order",
  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": "user_address",
  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": "integral_order_status",
  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": "integral_order_details",
  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": "logistics_details",
  1229. "style": {
  1230. "navigationBarTitleText": "兑换物流详情",
  1231. "app-plus": {
  1232. // #ifdef APP-PLUS
  1233. "titleNView": {
  1234. "type": "default"
  1235. }
  1236. // #endif
  1237. }
  1238. }
  1239. }
  1240. ]
  1241. }
  1242. ],
  1243. "tabBar": {
  1244. "color": "#282828",
  1245. "selectedColor": "#ff3366",
  1246. "borderStyle": "white",
  1247. "backgroundColor": "#ffffff",
  1248. "list": [
  1249. {
  1250. "pagePath": "pages/index/index",
  1251. "iconPath": "static/images/1-001.png",
  1252. "selectedIconPath": "static/images/1-002.png",
  1253. "text": "首页"
  1254. },
  1255. {
  1256. "pagePath": "pages/goods_cate/goods_cate",
  1257. "iconPath": "static/images/2-001.png",
  1258. "selectedIconPath": "static/images/2-002.png",
  1259. "text": "分类"
  1260. },
  1261. {
  1262. "pagePath": "pages/order_addcart/order_addcart",
  1263. "iconPath": "static/images/3-001.png",
  1264. "selectedIconPath": "static/images/3-002.png",
  1265. "text": "红包"
  1266. },
  1267. {
  1268. "pagePath": "pages/user/index",
  1269. "iconPath": "static/images/4-001.png",
  1270. "selectedIconPath": "static/images/4-002.png",
  1271. "text": "我的"
  1272. }
  1273. ]
  1274. },
  1275. "globalStyle": {
  1276. "navigationBarTextStyle": "black",
  1277. "navigationBarTitleText": "加载中",
  1278. "navigationBarBackgroundColor": "#fff",
  1279. "backgroundColor": "#F8F8F8",
  1280. "titleNView": false
  1281. },
  1282. "condition": { //模式配置,仅开发期间生效
  1283. "current": 0, //当前激活的模式(list 的索引项)
  1284. "list": [
  1285. {
  1286. "name": "", //模式名称
  1287. "path": "", //启动页面,必选
  1288. "query": "" //启动参数,在页面的onLoad函数里面得到
  1289. }
  1290. ]
  1291. }
  1292. }