pages.json 32 KB

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