pages.json 32 KB

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