pages.json 26 KB

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