pages.json 31 KB

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