pages.json 32 KB

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