pages.json 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628
  1. {
  2. "lazyCodeLoading": "requiredComponents",
  3. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/guide/index",
  6. "style": {
  7. "app-plus": {
  8. "titleNView": false //禁用原生导航栏
  9. },
  10. "navigationStyle": "custom",
  11. "disableScroll": true
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationBarTitleText": "首页",
  18. "navigationStyle": "custom",
  19. "navigationBarTextStyle": "black"
  20. // #ifdef APP-PLUS
  21. ,
  22. "enablePullDownRefresh": true
  23. // #endif
  24. }
  25. },
  26. {
  27. "path": "pages/new_pages/index/index",
  28. "style": {
  29. "navigationBarTitleText": "首页",
  30. "navigationStyle": "custom",
  31. "navigationBarTextStyle": "black"
  32. // #ifdef APP-PLUS
  33. ,
  34. "enablePullDownRefresh": true
  35. // #endif
  36. }
  37. },
  38. {
  39. "path": "pages/goods_cate/index",
  40. "style": {
  41. "navigationBarTitleText": "商品分类",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/discover_index/index",
  47. "style": {
  48. "navigationBarTitleText": "逛逛",
  49. "navigationStyle": "custom",
  50. "navigationBarTextStyle": "black"
  51. }
  52. },
  53. {
  54. "path": "pages/order_addcart/order_addcart",
  55. "style": {
  56. "navigationStyle": "custom",
  57. "navigationBarTitleText": "购物车"
  58. // "app-plus": {
  59. // // #ifdef APP-PLUS
  60. // "titleNView": {
  61. // "type": "default"
  62. // }
  63. // // #endif
  64. // }
  65. }
  66. },
  67. {
  68. "path": "pages/order/index",
  69. "style": {
  70. "navigationStyle": "custom",
  71. "navigationBarTitleText": "订单"
  72. }
  73. },
  74. {
  75. "path": "pages/user/index",
  76. "style": {
  77. "navigationBarTitleText": "个人中心",
  78. "navigationStyle": "custom",
  79. // #ifdef MP || APP-PLUS
  80. "navigationBarTextStyle": "black",
  81. "navigationBarBackgroundColor": "#fff",
  82. // #endif
  83. "app-plus": {
  84. // #ifdef APP-PLUS
  85. "titleNView": {
  86. "type": "default"
  87. }
  88. // #endif
  89. }
  90. }
  91. },
  92. {
  93. "path": "pages/rider_index/index",
  94. "style": {
  95. "navigationStyle": "custom",
  96. "navigationBarTitleText": "骑手"
  97. }
  98. },
  99. {
  100. "path": "pages/takeout/index",
  101. "style": {
  102. "navigationStyle": "custom",
  103. "navigationBarTitleText": "美食"
  104. }
  105. },
  106. {
  107. "path": "pages/merchant_search/index",
  108. "style": {
  109. "navigationStyle": "custom",
  110. "navigationBarTitleText": "搜索外卖商家"
  111. }
  112. }
  113. ],
  114. "subPackages": [{
  115. "root": "pages/users",
  116. "name": "users",
  117. "pages": [{
  118. "path": "web_page/index",
  119. "style": {
  120. //"navigationBarTitleText": "客服",
  121. "app-plus": {
  122. // #ifdef APP-PLUS
  123. "titleNView": {
  124. "type": "default"
  125. }
  126. // #endif
  127. }
  128. }
  129. },
  130. {
  131. "path": "user_info/index",
  132. "style": {
  133. "navigationBarTitleText": "个人资料",
  134. "app-plus": {
  135. // #ifdef APP-PLUS
  136. "titleNView": {
  137. "type": "default"
  138. }
  139. // #endif
  140. }
  141. }
  142. },
  143. {
  144. "path": "user_setting/index",
  145. "style": {
  146. "navigationBarTitleText": "个人信息",
  147. "app-plus": {
  148. // #ifdef APP-PLUS
  149. "titleNView": {
  150. "type": "default"
  151. }
  152. // #endif
  153. }
  154. }
  155. },
  156. {
  157. "path": "user_money/index",
  158. "style": {
  159. "navigationBarTitleText": "我的账户",
  160. "app-plus": {
  161. // #ifdef APP-PLUS
  162. "titleNView": {
  163. "type": "default"
  164. }
  165. // #endif
  166. }
  167. }
  168. },
  169. {
  170. "path": "user_bill/index",
  171. "style": {
  172. "navigationBarTitleText": "账单明细",
  173. "app-plus": {
  174. // #ifdef APP-PLUS
  175. "titleNView": {
  176. "type": "default"
  177. }
  178. // #endif
  179. }
  180. }
  181. },
  182. {
  183. "path": "user_spread_user/index",
  184. "style": {
  185. "navigationBarTitleText": "我的推广",
  186. // #ifdef MP || APP-PLUS
  187. "navigationBarTextStyle": "black",
  188. "navigationBarBackgroundColor": "#fff",
  189. // #endif
  190. "app-plus": {
  191. // #ifdef APP-PLUS
  192. "titleNView": {
  193. "type": "default"
  194. }
  195. // #endif
  196. }
  197. }
  198. },
  199. {
  200. "path": "user_spread_code/index",
  201. "style": {
  202. "navigationBarTitleText": "分销海报",
  203. "app-plus": {
  204. // #ifdef APP-PLUS
  205. "titleNView": {
  206. "type": "default"
  207. }
  208. // #endif
  209. }
  210. }
  211. },
  212. {
  213. "path": "user_spread_money/index",
  214. "style": {
  215. "navigationBarTitleText": "佣金记录",
  216. "app-plus": {
  217. // #ifdef APP-PLUS
  218. "titleNView": {
  219. "type": "default"
  220. }
  221. // #endif
  222. }
  223. }
  224. },
  225. {
  226. "path": "user_transferOut/index",
  227. "style": {
  228. "navigationBarTitleText": "transferOut",
  229. "app-plus": {
  230. // #ifdef APP-PLUS
  231. "titleNView": {
  232. "type": "default"
  233. }
  234. // #endif
  235. }
  236. }
  237. },
  238. {
  239. "path": "user_phone/index",
  240. "style": {
  241. "navigationBarTitleText": "修改手机号",
  242. "navigationBarBackgroundColor": "#e93323"
  243. // #ifdef MP || APP-PLUS
  244. ,
  245. "navigationBarTextStyle": "black"
  246. // #endif
  247. ,
  248. "app-plus": {
  249. // #ifdef APP-PLUS
  250. "titleNView": {
  251. "type": "default"
  252. }
  253. // #endif
  254. }
  255. }
  256. },
  257. {
  258. "path": "user_payment/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": "user_spread_brokerage_out/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": "user_pwd_edit/index",
  285. "style": {
  286. "navigationBarTitleText": "修改密码"
  287. // #ifdef MP || APP-PLUS
  288. ,
  289. "navigationBarTextStyle": "black"
  290. // #endif
  291. ,
  292. "app-plus": {
  293. // #ifdef APP-PLUS
  294. "titleNView": {
  295. "type": "default"
  296. }
  297. // #endif
  298. }
  299. }
  300. },
  301. {
  302. "path": "promoter-list/index",
  303. "style": {
  304. "navigationBarTitleText": "推广人列表",
  305. "app-plus": {
  306. // #ifdef APP-PLUS
  307. "titleNView": {
  308. "type": "default"
  309. }
  310. // #endif
  311. }
  312. }
  313. },
  314. {
  315. "path": "promoter-order/index",
  316. "style": {
  317. "navigationBarTitleText": "推广人订单",
  318. "app-plus": {
  319. // #ifdef APP-PLUS
  320. "titleNView": {
  321. "type": "default"
  322. }
  323. // #endif
  324. }
  325. }
  326. },
  327. {
  328. "path": "promoter_rank/index",
  329. "style": {
  330. "navigationBarTitleText": "推广人排行",
  331. "app-plus": {
  332. // #ifdef APP-PLUS
  333. "titleNView": {
  334. "type": "default"
  335. }
  336. // #endif
  337. }
  338. }
  339. },
  340. {
  341. "path": "commission_rank/index",
  342. "style": {
  343. "navigationBarTitleText": "佣金排行",
  344. "app-plus": {
  345. // #ifdef APP-PLUS
  346. "titleNView": {
  347. "type": "default"
  348. }
  349. // #endif
  350. }
  351. }
  352. },
  353. {
  354. "path": "login/index",
  355. "style": {
  356. "navigationBarTitleText": "登录",
  357. "app-plus": {
  358. // #ifdef APP-PLUS
  359. "titleNView": {
  360. "type": "default"
  361. }
  362. // #endif
  363. }
  364. }
  365. },
  366. {
  367. "path": "wechat_login/index",
  368. "style": {
  369. "navigationBarTitleText": "账户登录",
  370. "navigationStyle": "custom",
  371. "app-plus": {
  372. // #ifdef APP-PLUS
  373. "titleNView": {
  374. "type": "default"
  375. }
  376. // #endif
  377. }
  378. }
  379. },
  380. {
  381. "path": "app_login/index",
  382. "style": {
  383. "navigationBarTitleText": "绑定手机号",
  384. "navigationStyle": "custom",
  385. "app-plus": {
  386. // #ifdef APP-PLUS
  387. "titleNView": {
  388. "type": "default"
  389. }
  390. // #endif
  391. }
  392. }
  393. },
  394. {
  395. "path": "app_update/app_update",
  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": "settled/index",
  409. "style": {
  410. "navigationBarTitleText": "商户入驻",
  411. "enablePullDownRefresh": false,
  412. "app-plus": {
  413. // #ifdef APP-PLUS
  414. "titleNView": {
  415. "type": "default"
  416. }
  417. // #endif
  418. }
  419. }
  420. },
  421. {
  422. "path": "user_sgin_info/index",
  423. "style": {
  424. "navigationBarTitleText": "签到说明",
  425. "app-plus": {
  426. // #ifdef APP-PLUS
  427. "titleNView": {
  428. "type": "default"
  429. }
  430. // #endif
  431. }
  432. }
  433. },
  434. {
  435. "path": "user_coupon/index",
  436. "style": {
  437. "navigationBarTitleText": "我的优惠券",
  438. "app-plus": {
  439. // #ifdef APP-PLUS
  440. "titleNView": {
  441. "type": "default"
  442. }
  443. // #endif
  444. }
  445. }
  446. },
  447. {
  448. "path": "user_rider/index",
  449. "style": {
  450. "navigationBarTitleText": "成为骑手",
  451. "navigationStyle": "custom",
  452. "enablePullDownRefresh": false
  453. }
  454. }
  455. ]
  456. },
  457. {
  458. "root": "pages/merchant",
  459. "name": "merchant",
  460. "pages": [{
  461. "path": "home/index",
  462. "style": {
  463. "navigationBarTitleText": "商户首页",
  464. "navigationStyle": "custom",
  465. "enablePullDownRefresh": false
  466. }
  467. },
  468. {
  469. "path": "classify_coupon/index",
  470. "style": {
  471. "navigationBarTitleText": "商品分类",
  472. "navigationStyle": "custom",
  473. "enablePullDownRefresh": false,
  474. "app-plus": {
  475. // #ifdef APP-PLUS
  476. "titleNView": {
  477. "type": "default"
  478. }
  479. // #endif
  480. }
  481. }
  482. },
  483. {
  484. "path": "application_record/index",
  485. "style": {
  486. "navigationBarTitleText": "申请记录",
  487. "enablePullDownRefresh": false,
  488. "app-plus": {
  489. // #ifdef APP-PLUS
  490. "titleNView": {
  491. "type": "default"
  492. }
  493. // #endif
  494. }
  495. }
  496. },
  497. {
  498. "path": "detail/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": "user_integral/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": "user_sgin/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": "user_sgin_list/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. "path": "merchant_street/index",
  551. "style": {
  552. "navigationBarTitleText": "店铺街",
  553. //"enablePullDownRefresh": false,
  554. "app-plus": {
  555. // #ifdef APP-PLUS
  556. "titleNView": {
  557. "type": "default"
  558. }
  559. // #endif
  560. }
  561. }
  562. }
  563. ]
  564. },
  565. {
  566. "root": "pages/substitute_fast_mail",
  567. "name": "substitute_fast_mail",
  568. "pages": [{
  569. "path": "home/index",
  570. "style": {
  571. "navigationBarTitleText": "代取快递",
  572. "navigationStyle": "custom",
  573. "enablePullDownRefresh": false
  574. }
  575. },{
  576. "path": "components/take_fast_mail/index",
  577. "style": {
  578. "navigationBarTitleText": "添加快递",
  579. "navigationStyle": "custom",
  580. "enablePullDownRefresh": false
  581. }
  582. }]
  583. },
  584. {
  585. "root": "pages/game_dazi",
  586. "name": "game_dazi",
  587. "pages": [{
  588. "path": "index",
  589. "style": {
  590. "navigationBarTitleText": "游戏搭子",
  591. "navigationStyle": "custom",
  592. "enablePullDownRefresh": false
  593. }
  594. }]
  595. },
  596. {
  597. "root": "pages/goods",
  598. "path": "goods",
  599. "pages": [{
  600. "path": "goods_details/index",
  601. "style": {
  602. "navigationBarTitleText": "商品详情",
  603. "navigationStyle": "custom"
  604. }
  605. },
  606. {
  607. "path": "goods_list/index",
  608. "style": {
  609. "navigationBarTitleText": "商品列表",
  610. //"navigationStyle": "custom",
  611. "app-plus": {
  612. // #ifdef APP-PLUS
  613. "titleNView": {
  614. "type": "default"
  615. }
  616. // #endif
  617. }
  618. }
  619. },
  620. {
  621. "path": "coupon_goods_list/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": "systemIframe/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": "goods_search/index",
  648. "style": {
  649. "navigationBarTitleText": "搜索商品",
  650. "navigationStyle": "custom",
  651. "app-plus": {
  652. // #ifdef APP-PLUS
  653. "titleNView": {
  654. "type": "default"
  655. }
  656. // #endif
  657. }
  658. }
  659. },
  660. {
  661. "path": "news_list/index",
  662. "style": {
  663. "navigationBarTitleText": "资讯",
  664. "app-plus": {
  665. // #ifdef APP-PLUS
  666. "titleNView": {
  667. "type": "default"
  668. }
  669. // #endif
  670. }
  671. }
  672. },
  673. {
  674. "path": "news_details/index",
  675. "style": {
  676. "navigationBarTitleText": "资讯详情",
  677. "app-plus": {
  678. // #ifdef APP-PLUS
  679. "titleNView": {
  680. "type": "default"
  681. }
  682. // #endif
  683. }
  684. }
  685. },
  686. {
  687. "path": "browsing_history/index",
  688. "style": {
  689. "navigationBarTitleText": "浏览记录",
  690. "backgroundColor": "#FFFFFF",
  691. "app-plus": {
  692. // #ifdef APP-PLUS
  693. "titleNView": {
  694. "type": "default"
  695. }
  696. // #endif
  697. }
  698. }
  699. },
  700. {
  701. "path": "order_list/index",
  702. "style": {
  703. "navigationBarTitleText": "我的订单",
  704. "app-plus": {
  705. // #ifdef APP-PLUS
  706. "titleNView": {
  707. "type": "default"
  708. }
  709. // #endif
  710. }
  711. }
  712. },
  713. {
  714. "path": "order_logistics/index",
  715. "style": {
  716. "navigationBarTitleText": "发货记录",
  717. "app-plus": {
  718. // #ifdef APP-PLUS
  719. "titleNView": {
  720. "type": "default"
  721. }
  722. // #endif
  723. }
  724. }
  725. },
  726. {
  727. "path": "order_confirm/index",
  728. "style": {
  729. "navigationBarTitleText": "提交订单",
  730. "navigationStyle": "custom",
  731. "app-plus": {
  732. // #ifdef APP-PLUS
  733. "titleNView": {
  734. "type": "default"
  735. }
  736. // #endif
  737. }
  738. }
  739. },
  740. {
  741. "path": "order_payment/index",
  742. "style": {
  743. "navigationBarTitleText": "支付订单",
  744. // #ifdef MP || APP-PLUS
  745. "navigationBarTextStyle": "black",
  746. "navigationBarBackgroundColor": "#fff",
  747. // #endif
  748. "app-plus": {
  749. // #ifdef APP-PLUS
  750. "titleNView": {
  751. "type": "default"
  752. }
  753. // #endif
  754. }
  755. }
  756. },
  757. {
  758. "path": "refund_details/index",
  759. "style": {
  760. "navigationBarTitleText": "售后详情",
  761. "navigationBarBackgroundColor": "#fff",
  762. "app-plus": {
  763. // #ifdef APP-PLUS
  764. "titleNView": {
  765. "type": "default"
  766. }
  767. // #endif
  768. }
  769. }
  770. },
  771. {
  772. "path": "order_pay_status/index",
  773. "style": {
  774. "navigationBarTitleText": "支付结果",
  775. "app-plus": {
  776. // #ifdef APP-PLUS
  777. "titleNView": {
  778. "type": "default"
  779. }
  780. // #endif
  781. }
  782. }
  783. },
  784. {
  785. "path": "order_details/index",
  786. "style": {
  787. "navigationBarTitleText": "订单详情",
  788. "app-plus": {
  789. // #ifdef APP-PLUS
  790. "titleNView": {
  791. "type": "default"
  792. }
  793. // #endif
  794. }
  795. }
  796. },
  797. {
  798. "path": "virtual_order_details/index",
  799. "style": {
  800. "navigationBarTitleText": "订单详情",
  801. "app-plus": {
  802. // #ifdef APP-PLUS
  803. "titleNView": {
  804. "type": "default"
  805. }
  806. // #endif
  807. }
  808. }
  809. },
  810. {
  811. "path": "user_return_list/index",
  812. "style": {
  813. "navigationBarTitleText": "售后列表",
  814. "app-plus": {
  815. // #ifdef APP-PLUS
  816. "titleNView": {
  817. "type": "default"
  818. }
  819. // #endif
  820. }
  821. }
  822. },
  823. {
  824. "path": "goods_return/index",
  825. "style": {
  826. "navigationBarTitleText": "售后退款",
  827. "app-plus": {
  828. // #ifdef APP-PLUS
  829. "titleNView": {
  830. "type": "default"
  831. }
  832. // #endif
  833. }
  834. }
  835. },
  836. {
  837. "path": "after_sales_type/index",
  838. "style": {
  839. "navigationBarTitleText": "售后类型",
  840. "app-plus": {
  841. // #ifdef APP-PLUS
  842. "titleNView": {
  843. "type": "default"
  844. }
  845. // #endif
  846. }
  847. }
  848. },
  849. {
  850. "path": "returns_and_refunds/index",
  851. "style": {
  852. "navigationBarTitleText": "退货退款",
  853. "app-plus": {
  854. // #ifdef APP-PLUS
  855. "titleNView": {
  856. "type": "default"
  857. }
  858. // #endif
  859. }
  860. }
  861. },
  862. {
  863. "path": "goods_comment_con/index",
  864. "style": {
  865. "navigationBarTitleText": "商品评价",
  866. "app-plus": {
  867. // #ifdef APP-PLUS
  868. "titleNView": {
  869. "type": "default"
  870. }
  871. // #endif
  872. }
  873. }
  874. },
  875. {
  876. "path": "evaluation_list/index",
  877. "style": {
  878. "navigationBarTitleText": "评价列表",
  879. "app-plus": {
  880. // #ifdef APP-PLUS
  881. "titleNView": {
  882. "type": "default"
  883. }
  884. // #endif
  885. }
  886. }
  887. },
  888. {
  889. "path": "goods_comment_list/index",
  890. "style": {
  891. "navigationBarTitleText": "商品评分",
  892. "app-plus": {
  893. // #ifdef APP-PLUS
  894. "titleNView": {
  895. "type": "default"
  896. }
  897. // #endif
  898. }
  899. }
  900. },
  901. {
  902. "path": "goods_logistics/index",
  903. "style": {
  904. "navigationBarTitleText": "物流信息",
  905. "app-plus": {
  906. // #ifdef APP-PLUS
  907. "titleNView": {
  908. "type": "default"
  909. }
  910. // #endif
  911. }
  912. }
  913. },
  914. {
  915. "path": "send_record/index",
  916. "style": {
  917. "navigationBarTitleText": "发货记录",
  918. "app-plus": {
  919. // #ifdef APP-PLUS
  920. "titleNView": {
  921. "type": "default"
  922. }
  923. // #endif
  924. }
  925. }
  926. },
  927. {
  928. "path": "agreement_rules/index",
  929. "style": {
  930. "navigationBarTitleText": "隐私协议",
  931. "app-plus": {
  932. // #ifdef APP-PLUS
  933. "titleNView": {
  934. "type": "default"
  935. }
  936. // #endif
  937. }
  938. }
  939. },
  940. {
  941. "path": "user_goods_collection/index",
  942. "style": {
  943. "navigationBarTitleText": "收藏商品",
  944. "app-plus": {
  945. // #ifdef APP-PLUS
  946. "titleNView": {
  947. "type": "default"
  948. }
  949. // #endif
  950. }
  951. }
  952. },
  953. {
  954. "path": "user_merchant_collection/index",
  955. "style": {
  956. "navigationBarTitleText": "收藏店铺",
  957. "app-plus": {
  958. // #ifdef APP-PLUS
  959. "titleNView": {
  960. "type": "default"
  961. }
  962. // #endif
  963. }
  964. }
  965. },
  966. {
  967. "path": "alipay_return/alipay_return",
  968. "style": {
  969. "navigationBarTitleText": "",
  970. "enablePullDownRefresh": false
  971. }
  972. },
  973. {
  974. "path": "alipay_invoke/index",
  975. "style": {
  976. "navigationBarTitleText": "",
  977. "enablePullDownRefresh": false
  978. }
  979. },
  980. {
  981. "path": "agreement_info/index",
  982. "style": {
  983. "navigationBarTitleText": "",
  984. "app-plus": {
  985. // #ifdef APP-PLUS
  986. "titleNView": {
  987. "type": "default"
  988. }
  989. // #endif
  990. }
  991. }
  992. },
  993. {
  994. "path": "user_grade/index",
  995. "style": {
  996. "navigationBarTitleText": "我的等级",
  997. "navigationBarBackgroundColor": "#181818",
  998. "app-plus": {
  999. // #ifdef APP-PLUS
  1000. "titleNView": {
  1001. "type": "default"
  1002. }
  1003. // #endif
  1004. }
  1005. // #ifdef MP || APP-PLUS
  1006. ,
  1007. "navigationBarTextStyle": "black"
  1008. // #endif
  1009. }
  1010. },
  1011. {
  1012. "path": "exp_record/index",
  1013. "style": {
  1014. "navigationBarTitleText": "经验值明细",
  1015. "app-plus": {
  1016. // #ifdef APP-PLUS
  1017. "titleNView": {
  1018. "type": "default"
  1019. }
  1020. // #endif
  1021. }
  1022. }
  1023. },
  1024. {
  1025. "path": "level_rule/index",
  1026. "style": {
  1027. "navigationBarTitleText": "等级规则说明",
  1028. "navigationBarBackgroundColor": "#282828",
  1029. "app-plus": {
  1030. // #ifdef APP-PLUS
  1031. "titleNView": {
  1032. "type": "default"
  1033. }
  1034. // #endif
  1035. }
  1036. // #ifdef MP || APP-PLUS
  1037. ,
  1038. "navigationBarTextStyle": "black"
  1039. // #endif
  1040. }
  1041. }
  1042. ]
  1043. },
  1044. {
  1045. "root": "pages/address",
  1046. "name": "address",
  1047. "pages": [{
  1048. "path": "user_address_list/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_address/index",
  1062. "style": {
  1063. "navigationBarTitleText": "添加地址",
  1064. "app-plus": {
  1065. // #ifdef APP-PLUS
  1066. "titleNView": {
  1067. "type": "default"
  1068. }
  1069. // #endif
  1070. }
  1071. }
  1072. },
  1073. {
  1074. "path": "stage_address/index",
  1075. "style": {
  1076. "navigationBarTitleText": "驿站地址",
  1077. "app-plus": {
  1078. // #ifdef APP-PLUS
  1079. "titleNView": {
  1080. "type": "default"
  1081. }
  1082. // #endif
  1083. }
  1084. }
  1085. }
  1086. ]
  1087. // "plugins": {
  1088. // "live-player-plugin": {
  1089. // "version": "1.3.2",
  1090. // "provider": "wx2b03c6e691cd7370"
  1091. // }
  1092. // }
  1093. },
  1094. {
  1095. "root": "pages/activity",
  1096. "name": "activity",
  1097. "pages": [{
  1098. "path": "goods_seckill/index",
  1099. "style": {
  1100. "navigationBarTitleText": "秒杀列表",
  1101. "navigationStyle": "custom"
  1102. // #ifdef MP || APP-PLUS
  1103. ,
  1104. "navigationBarTextStyle": "black"
  1105. // #endif
  1106. }
  1107. },
  1108. {
  1109. "path": "mer-good-seckill/index",
  1110. "style": {
  1111. "navigationBarTitleText": "秒杀列表",
  1112. "navigationStyle": "custom"
  1113. // #ifdef MP || APP-PLUS
  1114. ,
  1115. "navigationBarTextStyle": "black"
  1116. // #endif
  1117. }
  1118. },
  1119. {
  1120. "path": "goods_group/index",
  1121. "style": {
  1122. "navigationBarTitleText": "拼团活动",
  1123. "navigationStyle": "custom"
  1124. // #ifdef MP || APP-PLUS
  1125. ,
  1126. "navigationBarTextStyle": "black"
  1127. // #endif
  1128. }
  1129. },
  1130. {
  1131. "path": "liveBroadcast/index",
  1132. "style": {
  1133. "navigationBarTitleText": "列表",
  1134. "navigationBarBackgroundColor": "#F2F2F2"
  1135. }
  1136. },
  1137. {
  1138. "path": "status/index",
  1139. "style": {
  1140. "navigationBarTitleText": "拼团活动",
  1141. "app-plus": {
  1142. // #ifdef APP-PLUS
  1143. "titleNView": {
  1144. "type": "default"
  1145. }
  1146. // #endif
  1147. }
  1148. }
  1149. },
  1150. {
  1151. "path": "couponList/index",
  1152. "style": {
  1153. "navigationBarTitleText": "领券中心",
  1154. // #ifdef MP || APP-PLUS
  1155. "navigationBarTextStyle": "black",
  1156. "navigationBarBackgroundColor": "#F2F2F2",
  1157. // #endif
  1158. "app-plus": {
  1159. // #ifdef APP-PLUS
  1160. "titleNView": {
  1161. "type": "default"
  1162. }
  1163. // #endif
  1164. }
  1165. }
  1166. },
  1167. {
  1168. "path": "small_page/index",
  1169. "style": {
  1170. "navigationBarTitleText": "",
  1171. "enablePullDownRefresh": false,
  1172. "app-plus": {
  1173. // #ifdef APP-PLUS
  1174. "titleNView": {
  1175. "type": "default"
  1176. }
  1177. // #endif
  1178. }
  1179. }
  1180. },
  1181. {
  1182. "path": "vip_paid/index",
  1183. "style": {
  1184. "navigationBarTitleText": "SVIP会员",
  1185. "navigationStyle": "custom",
  1186. "app-plus": {
  1187. // #ifdef APP-PLUS
  1188. "titleNView": {
  1189. "type": "default"
  1190. }
  1191. // #endif
  1192. }
  1193. }
  1194. },
  1195. {
  1196. "path": "vip_paid_benefits/index",
  1197. "style": {
  1198. "navigationBarTitleText": "会员权益",
  1199. "navigationStyle": "custom",
  1200. "app-plus": {
  1201. // #ifdef APP-PLUS
  1202. "titleNView": {
  1203. "type": "default"
  1204. }
  1205. // #endif
  1206. }
  1207. }
  1208. },
  1209. {
  1210. "path": "vip_order_record/index",
  1211. "style": {
  1212. "navigationBarTitleText": "会员购买记录",
  1213. "app-plus": {
  1214. // #ifdef APP-PLUS
  1215. "titleNView": {
  1216. "type": "default"
  1217. }
  1218. // #endif
  1219. }
  1220. }
  1221. },
  1222. {
  1223. "path": "points_mall/index",
  1224. "style": {
  1225. "navigationBarTitleText": "积分商城",
  1226. "navigationStyle": "custom"
  1227. }
  1228. },
  1229. {
  1230. "path": "goods_points/index",
  1231. "style": {
  1232. "navigationBarTitleText": "热门推荐",
  1233. "navigationStyle": "custom"
  1234. // #ifdef MP || APP-PLUS
  1235. ,
  1236. "navigationBarTextStyle": "black"
  1237. // #endif
  1238. }
  1239. }
  1240. ]
  1241. },
  1242. {
  1243. "root": "pages/discover",
  1244. "name": "discover",
  1245. "pages": [{
  1246. "path": "discover_search_list/index",
  1247. "style": {
  1248. "navigationBarTitleText": "搜索页面",
  1249. "app-plus": {
  1250. // #ifdef APP-PLUS
  1251. "titleNView": {
  1252. "type": "default"
  1253. }
  1254. // #endif
  1255. }
  1256. }
  1257. },
  1258. {
  1259. "path": "discover_recommend/index",
  1260. "style": {
  1261. "navigationBarTitleText": "为你推荐",
  1262. // "navigationStyle": "custom",
  1263. "app-plus": {
  1264. // #ifdef APP-PLUS
  1265. "titleNView": {
  1266. "type": "default"
  1267. }
  1268. // #endif
  1269. }
  1270. }
  1271. },
  1272. {
  1273. "path": "discover_release/index",
  1274. "style": {
  1275. "navigationBarTitleText": "内容发布",
  1276. "app-plus": {
  1277. // #ifdef APP-PLUS
  1278. "titleNView": {
  1279. "type": "default"
  1280. }
  1281. // #endif
  1282. }
  1283. }
  1284. },
  1285. // #ifndef APP-PLUS
  1286. {
  1287. "path": "discover_video/routineVideo/index",
  1288. "style": {
  1289. "navigationBarTitleText": "逛逛短视频",
  1290. "navigationStyle": "custom",
  1291. "app-plus": {
  1292. "titleNView": false,
  1293. "bounce": "none"
  1294. }
  1295. }
  1296. },
  1297. // #endif
  1298. // #ifdef APP-PLUS
  1299. {
  1300. "path": "discover_video/appVideo/index",
  1301. "style": {
  1302. "navigationBarTitleText": "逛逛短视频",
  1303. "navigationStyle": "custom",
  1304. "navigationBarTextStyle": "black",
  1305. "app-plus": {
  1306. "titleNView": false,
  1307. "bounce": "none"
  1308. }
  1309. }
  1310. },
  1311. // #endif
  1312. {
  1313. "path": "discover_user/index",
  1314. "style": {
  1315. "navigationBarTitleText": "个人主页",
  1316. "navigationStyle": "custom"
  1317. }
  1318. },
  1319. {
  1320. "path": "discover_follow/index",
  1321. "style": {
  1322. "navigationBarTitleText": "我的关注",
  1323. "app-plus": {
  1324. // #ifdef APP-PLUS
  1325. "titleNView": {
  1326. "type": "default"
  1327. }
  1328. // #endif
  1329. }
  1330. }
  1331. },
  1332. {
  1333. "path": "discover_note_topic/index",
  1334. "style": {
  1335. "navigationBarTitleText": "话题",
  1336. "app-plus": {
  1337. // #ifdef APP-PLUS
  1338. "titleNView": {
  1339. "type": "default"
  1340. }
  1341. // #endif
  1342. }
  1343. }
  1344. },
  1345. {
  1346. "path": "discover_details/index",
  1347. "style": {
  1348. "navigationBarTitleText": "内容详情",
  1349. "app-plus": {
  1350. // #ifdef APP-PLUS
  1351. "titleNView": {
  1352. "type": "default"
  1353. }
  1354. // #endif
  1355. }
  1356. }
  1357. }
  1358. ]
  1359. },
  1360. {
  1361. "root": "pages/admin/",
  1362. "name": "admin",
  1363. "pages": [{
  1364. "path": "work/index",
  1365. "style": {
  1366. "navigationBarTitleText": "工作台",
  1367. "navigationStyle": "custom"
  1368. }
  1369. },
  1370. {
  1371. "path": "skipRefund/index",
  1372. "style": {
  1373. "navigationBarTitleText": "售后订单",
  1374. "navigationStyle": "custom"
  1375. }
  1376. },
  1377. {
  1378. "path": "order/index",
  1379. "style": {
  1380. "navigationBarTitleText": "订单管理",
  1381. "navigationStyle": "custom"
  1382. }
  1383. },
  1384. {
  1385. "path": "logistics/index",
  1386. "style": {
  1387. "navigationBarTitleText": "物流信息",
  1388. "app-plus": {
  1389. // #ifdef APP-PLUS
  1390. "titleNView": {
  1391. "type": "default"
  1392. }
  1393. // #endif
  1394. }
  1395. }
  1396. },
  1397. {
  1398. "path": "logistics/detail",
  1399. "style": {
  1400. "navigationBarTitleText": "发货记录",
  1401. "navigationStyle": "custom",
  1402. "app-plus": {
  1403. // #ifdef APP-PLUS
  1404. "titleNView": {
  1405. "type": "default"
  1406. }
  1407. // #endif
  1408. }
  1409. }
  1410. },
  1411. {
  1412. "path": "logistics/record",
  1413. "style": {
  1414. "navigationBarTitleText": "发货记录",
  1415. "navigationStyle": "custom",
  1416. "app-plus": {
  1417. // #ifdef APP-PLUS
  1418. "titleNView": {
  1419. "type": "default"
  1420. }
  1421. // #endif
  1422. }
  1423. }
  1424. },
  1425. {
  1426. "path": "refund/index",
  1427. "style": {
  1428. "navigationBarTitleText": "立即退款",
  1429. "app-plus": {
  1430. // #ifdef APP-PLUS
  1431. "titleNView": {
  1432. "type": "default"
  1433. }
  1434. // #endif
  1435. }
  1436. }
  1437. },
  1438. {
  1439. "path": "order/send",
  1440. "style": {
  1441. "navigationBarTitleText": "发货",
  1442. "app-plus": {
  1443. // #ifdef APP-PLUS
  1444. "titleNView": {
  1445. "type": "default"
  1446. }
  1447. // #endif
  1448. }
  1449. }
  1450. },
  1451. {
  1452. "path": "order/detail",
  1453. "style": {
  1454. "navigationStyle": "custom"
  1455. }
  1456. },
  1457. {
  1458. "path": "after_sale/index",
  1459. "style": {
  1460. "navigationBarTitleText": "售后订单",
  1461. "navigationStyle": "custom"
  1462. }
  1463. },
  1464. {
  1465. "path": "statistics/index",
  1466. "style": {
  1467. "navigationStyle": "custom",
  1468. "navigationBarTitleText": "销售额统计",
  1469. "app-plus": {
  1470. // #ifdef APP-PLUS
  1471. "titleNView": {
  1472. "type": "default"
  1473. }
  1474. // #endif
  1475. }
  1476. }
  1477. },
  1478. {
  1479. "path": "cancel/index",
  1480. "style": {
  1481. "navigationBarTitleText": "订单核销",
  1482. "app-plus": {
  1483. // #ifdef APP-PLUS
  1484. "titleNView": {
  1485. "type": "default"
  1486. }
  1487. // #endif
  1488. }
  1489. }
  1490. },
  1491. {
  1492. "path": "cancel/list",
  1493. "style": {
  1494. "navigationBarTitleText": "核销订单",
  1495. "app-plus": {
  1496. // #ifdef APP-PLUS
  1497. "titleNView": {
  1498. "type": "default"
  1499. }
  1500. // #endif
  1501. }
  1502. }
  1503. },
  1504. {
  1505. "path": "cancel/result",
  1506. "style": {
  1507. "navigationBarTitleText": "核销结果",
  1508. "app-plus": {
  1509. // #ifdef APP-PLUS
  1510. "titleNView": {
  1511. "type": "default"
  1512. }
  1513. // #endif
  1514. }
  1515. }
  1516. },
  1517. {
  1518. "path": "refundOrderDetail/index",
  1519. "style": {
  1520. "navigationStyle": "custom"
  1521. }
  1522. },
  1523. {
  1524. "path": "goods/index",
  1525. "style": {
  1526. "navigationStyle": "custom",
  1527. "navigationBarTitleText": "商品管理"
  1528. }
  1529. },
  1530. {
  1531. "path": "goods/specs",
  1532. "style": {
  1533. "navigationBarTitleText": "修改价格/库存",
  1534. "navigationBarBackgroundColor": "#F5F5F5",
  1535. "app-plus": {
  1536. // #ifdef APP-PLUS
  1537. "titleNView": {
  1538. "type": "default"
  1539. }
  1540. // #endif
  1541. }
  1542. }
  1543. },
  1544. {
  1545. "path": "goods/inventory",
  1546. "style": {
  1547. "navigationBarTitleText": "增加库存",
  1548. "navigationBarBackgroundColor": "#F5F5F5",
  1549. "app-plus": {
  1550. // #ifdef APP-PLUS
  1551. "titleNView": {
  1552. "type": "default"
  1553. }
  1554. // #endif
  1555. }
  1556. }
  1557. }
  1558. ]
  1559. }
  1560. //#ifdef H5
  1561. ,
  1562. {
  1563. "root": "pages/auth",
  1564. "name": "pages/auth/index",
  1565. "pages": [{
  1566. "path": "index",
  1567. "style": {
  1568. "navigationBarTitleText": "CRMEB"
  1569. }
  1570. }]
  1571. }
  1572. //#endif
  1573. ],
  1574. "globalStyle": {
  1575. "navigationBarTextStyle": "black",
  1576. "navigationBarTitleText": "crmeb",
  1577. "navigationBarBackgroundColor": "#fff",
  1578. "backgroundColor": "#F8F8F8",
  1579. "titleNView": false,
  1580. "rpxCalcMaxDeviceWidth": 960,
  1581. "rpxCalcBaseDeviceWidth": 375,
  1582. "rpxCalcIncludeWidth": 750,
  1583. "app-plus": {
  1584. "scrollIndicator": "none" //隐藏所有页面滚动条
  1585. }
  1586. },
  1587. "tabBar": {
  1588. "custom": false,
  1589. "color": "#8E8E8E",
  1590. "selectedColor": "#FF6702",
  1591. "borderStyle": "white",
  1592. "backgroundColor": "#ffffff",
  1593. "list": [{
  1594. "pagePath": "pages/index/index",
  1595. "iconPath": "/static/tabBar/home-false.png",
  1596. "selectedIconPath": "/static/tabBar/home-true.png",
  1597. "text": "首页"
  1598. },
  1599. {
  1600. "pagePath": "pages/order/index",
  1601. "iconPath": "/static/tabBar/order-false.png",
  1602. "selectedIconPath": "static/tabBar/order-true.png",
  1603. "text": "订单"
  1604. },
  1605. {
  1606. "pagePath": "pages/user/index",
  1607. "iconPath": "static/tabBar/my-false.png",
  1608. "selectedIconPath": "static/tabBar/my-true.png",
  1609. "text": "我的"
  1610. }
  1611. ]
  1612. },
  1613. "condition": { //模式配置,仅开发期间生效
  1614. "current": 0, //当前激活的模式(list 的索引项)
  1615. "list": [{
  1616. "name": "", //模式名称
  1617. "path": "", //启动页面,必选
  1618. "query": "" //启动参数,在页面的onLoad函数里面得到
  1619. }]
  1620. }
  1621. }