pages.json 33 KB

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