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