pages.json 32 KB

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