pages.json 32 KB

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