pages.json 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655
  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": "take_fast_mail/index",
  577. "style": {
  578. "navigationBarTitleText": "添加快递",
  579. "navigationStyle": "custom",
  580. "enablePullDownRefresh": false
  581. }
  582. },{
  583. "path": "my_fast_mail/index",
  584. "style": {
  585. "navigationBarTitleText": "我的快递",
  586. "navigationStyle": "custom",
  587. "enablePullDownRefresh": false
  588. }
  589. }]
  590. },
  591. {
  592. "root": "pages/confession_wall",
  593. "name": "confession_wall",
  594. "pages": [{
  595. "path": "home/index",
  596. "style": {
  597. "navigationBarTitleText": "表白墙",
  598. "navigationStyle": "custom",
  599. "enablePullDownRefresh": false
  600. }
  601. },{
  602. "path": "wall_details_info/index",
  603. "style": {
  604. "navigationBarTitleText": "详情信息",
  605. "navigationStyle": "custom",
  606. "enablePullDownRefresh": false
  607. }
  608. }]
  609. },
  610. {
  611. "root": "pages/game_dazi",
  612. "name": "game_dazi",
  613. "pages": [{
  614. "path": "index",
  615. "style": {
  616. "navigationBarTitleText": "游戏搭子",
  617. "navigationStyle": "custom",
  618. "enablePullDownRefresh": false
  619. }
  620. }]
  621. },
  622. {
  623. "root": "pages/goods",
  624. "path": "goods",
  625. "pages": [{
  626. "path": "goods_details/index",
  627. "style": {
  628. "navigationBarTitleText": "商品详情",
  629. "navigationStyle": "custom"
  630. }
  631. },
  632. {
  633. "path": "goods_list/index",
  634. "style": {
  635. "navigationBarTitleText": "商品列表",
  636. //"navigationStyle": "custom",
  637. "app-plus": {
  638. // #ifdef APP-PLUS
  639. "titleNView": {
  640. "type": "default"
  641. }
  642. // #endif
  643. }
  644. }
  645. },
  646. {
  647. "path": "coupon_goods_list/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": "systemIframe/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": "goods_search/index",
  674. "style": {
  675. "navigationBarTitleText": "搜索商品",
  676. "navigationStyle": "custom",
  677. "app-plus": {
  678. // #ifdef APP-PLUS
  679. "titleNView": {
  680. "type": "default"
  681. }
  682. // #endif
  683. }
  684. }
  685. },
  686. {
  687. "path": "news_list/index",
  688. "style": {
  689. "navigationBarTitleText": "资讯",
  690. "app-plus": {
  691. // #ifdef APP-PLUS
  692. "titleNView": {
  693. "type": "default"
  694. }
  695. // #endif
  696. }
  697. }
  698. },
  699. {
  700. "path": "news_details/index",
  701. "style": {
  702. "navigationBarTitleText": "资讯详情",
  703. "app-plus": {
  704. // #ifdef APP-PLUS
  705. "titleNView": {
  706. "type": "default"
  707. }
  708. // #endif
  709. }
  710. }
  711. },
  712. {
  713. "path": "browsing_history/index",
  714. "style": {
  715. "navigationBarTitleText": "浏览记录",
  716. "backgroundColor": "#FFFFFF",
  717. "app-plus": {
  718. // #ifdef APP-PLUS
  719. "titleNView": {
  720. "type": "default"
  721. }
  722. // #endif
  723. }
  724. }
  725. },
  726. {
  727. "path": "order_list/index",
  728. "style": {
  729. "navigationBarTitleText": "我的订单",
  730. "app-plus": {
  731. // #ifdef APP-PLUS
  732. "titleNView": {
  733. "type": "default"
  734. }
  735. // #endif
  736. }
  737. }
  738. },
  739. {
  740. "path": "order_logistics/index",
  741. "style": {
  742. "navigationBarTitleText": "发货记录",
  743. "app-plus": {
  744. // #ifdef APP-PLUS
  745. "titleNView": {
  746. "type": "default"
  747. }
  748. // #endif
  749. }
  750. }
  751. },
  752. {
  753. "path": "order_confirm/index",
  754. "style": {
  755. "navigationBarTitleText": "提交订单",
  756. "navigationStyle": "custom",
  757. "app-plus": {
  758. // #ifdef APP-PLUS
  759. "titleNView": {
  760. "type": "default"
  761. }
  762. // #endif
  763. }
  764. }
  765. },
  766. {
  767. "path": "order_payment/index",
  768. "style": {
  769. "navigationBarTitleText": "支付订单",
  770. // #ifdef MP || APP-PLUS
  771. "navigationBarTextStyle": "black",
  772. "navigationBarBackgroundColor": "#fff",
  773. // #endif
  774. "app-plus": {
  775. // #ifdef APP-PLUS
  776. "titleNView": {
  777. "type": "default"
  778. }
  779. // #endif
  780. }
  781. }
  782. },
  783. {
  784. "path": "refund_details/index",
  785. "style": {
  786. "navigationBarTitleText": "售后详情",
  787. "navigationBarBackgroundColor": "#fff",
  788. "app-plus": {
  789. // #ifdef APP-PLUS
  790. "titleNView": {
  791. "type": "default"
  792. }
  793. // #endif
  794. }
  795. }
  796. },
  797. {
  798. "path": "order_pay_status/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": "order_details/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": "virtual_order_details/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": "user_return_list/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": "goods_return/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": "after_sales_type/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": "returns_and_refunds/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_con/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": "evaluation_list/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": "goods_comment_list/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": "goods_logistics/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": "send_record/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": "agreement_rules/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": "user_goods_collection/index",
  968. "style": {
  969. "navigationBarTitleText": "收藏商品",
  970. "app-plus": {
  971. // #ifdef APP-PLUS
  972. "titleNView": {
  973. "type": "default"
  974. }
  975. // #endif
  976. }
  977. }
  978. },
  979. {
  980. "path": "user_merchant_collection/index",
  981. "style": {
  982. "navigationBarTitleText": "收藏店铺",
  983. "app-plus": {
  984. // #ifdef APP-PLUS
  985. "titleNView": {
  986. "type": "default"
  987. }
  988. // #endif
  989. }
  990. }
  991. },
  992. {
  993. "path": "alipay_return/alipay_return",
  994. "style": {
  995. "navigationBarTitleText": "",
  996. "enablePullDownRefresh": false
  997. }
  998. },
  999. {
  1000. "path": "alipay_invoke/index",
  1001. "style": {
  1002. "navigationBarTitleText": "",
  1003. "enablePullDownRefresh": false
  1004. }
  1005. },
  1006. {
  1007. "path": "agreement_info/index",
  1008. "style": {
  1009. "navigationBarTitleText": "",
  1010. "app-plus": {
  1011. // #ifdef APP-PLUS
  1012. "titleNView": {
  1013. "type": "default"
  1014. }
  1015. // #endif
  1016. }
  1017. }
  1018. },
  1019. {
  1020. "path": "user_grade/index",
  1021. "style": {
  1022. "navigationBarTitleText": "我的等级",
  1023. "navigationBarBackgroundColor": "#181818",
  1024. "app-plus": {
  1025. // #ifdef APP-PLUS
  1026. "titleNView": {
  1027. "type": "default"
  1028. }
  1029. // #endif
  1030. }
  1031. // #ifdef MP || APP-PLUS
  1032. ,
  1033. "navigationBarTextStyle": "black"
  1034. // #endif
  1035. }
  1036. },
  1037. {
  1038. "path": "exp_record/index",
  1039. "style": {
  1040. "navigationBarTitleText": "经验值明细",
  1041. "app-plus": {
  1042. // #ifdef APP-PLUS
  1043. "titleNView": {
  1044. "type": "default"
  1045. }
  1046. // #endif
  1047. }
  1048. }
  1049. },
  1050. {
  1051. "path": "level_rule/index",
  1052. "style": {
  1053. "navigationBarTitleText": "等级规则说明",
  1054. "navigationBarBackgroundColor": "#282828",
  1055. "app-plus": {
  1056. // #ifdef APP-PLUS
  1057. "titleNView": {
  1058. "type": "default"
  1059. }
  1060. // #endif
  1061. }
  1062. // #ifdef MP || APP-PLUS
  1063. ,
  1064. "navigationBarTextStyle": "black"
  1065. // #endif
  1066. }
  1067. }
  1068. ]
  1069. },
  1070. {
  1071. "root": "pages/address",
  1072. "name": "address",
  1073. "pages": [{
  1074. "path": "user_address_list/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. "path": "user_address/index",
  1088. "style": {
  1089. "navigationBarTitleText": "添加地址",
  1090. "app-plus": {
  1091. // #ifdef APP-PLUS
  1092. "titleNView": {
  1093. "type": "default"
  1094. }
  1095. // #endif
  1096. }
  1097. }
  1098. },
  1099. {
  1100. "path": "stage_address/index",
  1101. "style": {
  1102. "navigationBarTitleText": "驿站地址",
  1103. "app-plus": {
  1104. // #ifdef APP-PLUS
  1105. "titleNView": {
  1106. "type": "default"
  1107. }
  1108. // #endif
  1109. }
  1110. }
  1111. }
  1112. ]
  1113. // "plugins": {
  1114. // "live-player-plugin": {
  1115. // "version": "1.3.2",
  1116. // "provider": "wx2b03c6e691cd7370"
  1117. // }
  1118. // }
  1119. },
  1120. {
  1121. "root": "pages/activity",
  1122. "name": "activity",
  1123. "pages": [{
  1124. "path": "goods_seckill/index",
  1125. "style": {
  1126. "navigationBarTitleText": "秒杀列表",
  1127. "navigationStyle": "custom"
  1128. // #ifdef MP || APP-PLUS
  1129. ,
  1130. "navigationBarTextStyle": "black"
  1131. // #endif
  1132. }
  1133. },
  1134. {
  1135. "path": "mer-good-seckill/index",
  1136. "style": {
  1137. "navigationBarTitleText": "秒杀列表",
  1138. "navigationStyle": "custom"
  1139. // #ifdef MP || APP-PLUS
  1140. ,
  1141. "navigationBarTextStyle": "black"
  1142. // #endif
  1143. }
  1144. },
  1145. {
  1146. "path": "goods_group/index",
  1147. "style": {
  1148. "navigationBarTitleText": "拼团活动",
  1149. "navigationStyle": "custom"
  1150. // #ifdef MP || APP-PLUS
  1151. ,
  1152. "navigationBarTextStyle": "black"
  1153. // #endif
  1154. }
  1155. },
  1156. {
  1157. "path": "liveBroadcast/index",
  1158. "style": {
  1159. "navigationBarTitleText": "列表",
  1160. "navigationBarBackgroundColor": "#F2F2F2"
  1161. }
  1162. },
  1163. {
  1164. "path": "status/index",
  1165. "style": {
  1166. "navigationBarTitleText": "拼团活动",
  1167. "app-plus": {
  1168. // #ifdef APP-PLUS
  1169. "titleNView": {
  1170. "type": "default"
  1171. }
  1172. // #endif
  1173. }
  1174. }
  1175. },
  1176. {
  1177. "path": "couponList/index",
  1178. "style": {
  1179. "navigationBarTitleText": "领券中心",
  1180. // #ifdef MP || APP-PLUS
  1181. "navigationBarTextStyle": "black",
  1182. "navigationBarBackgroundColor": "#F2F2F2",
  1183. // #endif
  1184. "app-plus": {
  1185. // #ifdef APP-PLUS
  1186. "titleNView": {
  1187. "type": "default"
  1188. }
  1189. // #endif
  1190. }
  1191. }
  1192. },
  1193. {
  1194. "path": "small_page/index",
  1195. "style": {
  1196. "navigationBarTitleText": "",
  1197. "enablePullDownRefresh": false,
  1198. "app-plus": {
  1199. // #ifdef APP-PLUS
  1200. "titleNView": {
  1201. "type": "default"
  1202. }
  1203. // #endif
  1204. }
  1205. }
  1206. },
  1207. {
  1208. "path": "vip_paid/index",
  1209. "style": {
  1210. "navigationBarTitleText": "SVIP会员",
  1211. "navigationStyle": "custom",
  1212. "app-plus": {
  1213. // #ifdef APP-PLUS
  1214. "titleNView": {
  1215. "type": "default"
  1216. }
  1217. // #endif
  1218. }
  1219. }
  1220. },
  1221. {
  1222. "path": "vip_paid_benefits/index",
  1223. "style": {
  1224. "navigationBarTitleText": "会员权益",
  1225. "navigationStyle": "custom",
  1226. "app-plus": {
  1227. // #ifdef APP-PLUS
  1228. "titleNView": {
  1229. "type": "default"
  1230. }
  1231. // #endif
  1232. }
  1233. }
  1234. },
  1235. {
  1236. "path": "vip_order_record/index",
  1237. "style": {
  1238. "navigationBarTitleText": "会员购买记录",
  1239. "app-plus": {
  1240. // #ifdef APP-PLUS
  1241. "titleNView": {
  1242. "type": "default"
  1243. }
  1244. // #endif
  1245. }
  1246. }
  1247. },
  1248. {
  1249. "path": "points_mall/index",
  1250. "style": {
  1251. "navigationBarTitleText": "积分商城",
  1252. "navigationStyle": "custom"
  1253. }
  1254. },
  1255. {
  1256. "path": "goods_points/index",
  1257. "style": {
  1258. "navigationBarTitleText": "热门推荐",
  1259. "navigationStyle": "custom"
  1260. // #ifdef MP || APP-PLUS
  1261. ,
  1262. "navigationBarTextStyle": "black"
  1263. // #endif
  1264. }
  1265. }
  1266. ]
  1267. },
  1268. {
  1269. "root": "pages/discover",
  1270. "name": "discover",
  1271. "pages": [{
  1272. "path": "discover_search_list/index",
  1273. "style": {
  1274. "navigationBarTitleText": "搜索页面",
  1275. "app-plus": {
  1276. // #ifdef APP-PLUS
  1277. "titleNView": {
  1278. "type": "default"
  1279. }
  1280. // #endif
  1281. }
  1282. }
  1283. },
  1284. {
  1285. "path": "discover_recommend/index",
  1286. "style": {
  1287. "navigationBarTitleText": "为你推荐",
  1288. // "navigationStyle": "custom",
  1289. "app-plus": {
  1290. // #ifdef APP-PLUS
  1291. "titleNView": {
  1292. "type": "default"
  1293. }
  1294. // #endif
  1295. }
  1296. }
  1297. },
  1298. {
  1299. "path": "discover_release/index",
  1300. "style": {
  1301. "navigationBarTitleText": "内容发布",
  1302. "app-plus": {
  1303. // #ifdef APP-PLUS
  1304. "titleNView": {
  1305. "type": "default",
  1306. "backgroundColor": "#fff"
  1307. }
  1308. // #endif
  1309. }
  1310. }
  1311. },
  1312. // #ifndef APP-PLUS
  1313. {
  1314. "path": "discover_video/routineVideo/index",
  1315. "style": {
  1316. "navigationBarTitleText": "逛逛短视频",
  1317. "navigationStyle": "custom",
  1318. "app-plus": {
  1319. "titleNView": false,
  1320. "bounce": "none"
  1321. }
  1322. }
  1323. },
  1324. // #endif
  1325. // #ifdef APP-PLUS
  1326. {
  1327. "path": "discover_video/appVideo/index",
  1328. "style": {
  1329. "navigationBarTitleText": "逛逛短视频",
  1330. "navigationStyle": "custom",
  1331. "navigationBarTextStyle": "black",
  1332. "app-plus": {
  1333. "titleNView": false,
  1334. "bounce": "none"
  1335. }
  1336. }
  1337. },
  1338. // #endif
  1339. {
  1340. "path": "discover_user/index",
  1341. "style": {
  1342. "navigationBarTitleText": "个人主页",
  1343. "navigationStyle": "custom"
  1344. }
  1345. },
  1346. {
  1347. "path": "discover_follow/index",
  1348. "style": {
  1349. "navigationBarTitleText": "我的关注",
  1350. "app-plus": {
  1351. // #ifdef APP-PLUS
  1352. "titleNView": {
  1353. "type": "default"
  1354. }
  1355. // #endif
  1356. }
  1357. }
  1358. },
  1359. {
  1360. "path": "discover_note_topic/index",
  1361. "style": {
  1362. "navigationBarTitleText": "话题",
  1363. "app-plus": {
  1364. // #ifdef APP-PLUS
  1365. "titleNView": {
  1366. "type": "default"
  1367. }
  1368. // #endif
  1369. }
  1370. }
  1371. },
  1372. {
  1373. "path": "discover_details/index",
  1374. "style": {
  1375. "navigationBarTitleText": "内容详情",
  1376. "app-plus": {
  1377. // #ifdef APP-PLUS
  1378. "titleNView": {
  1379. "type": "default"
  1380. }
  1381. // #endif
  1382. }
  1383. }
  1384. }
  1385. ]
  1386. },
  1387. {
  1388. "root": "pages/admin/",
  1389. "name": "admin",
  1390. "pages": [{
  1391. "path": "work/index",
  1392. "style": {
  1393. "navigationBarTitleText": "工作台",
  1394. "navigationStyle": "custom"
  1395. }
  1396. },
  1397. {
  1398. "path": "skipRefund/index",
  1399. "style": {
  1400. "navigationBarTitleText": "售后订单",
  1401. "navigationStyle": "custom"
  1402. }
  1403. },
  1404. {
  1405. "path": "order/index",
  1406. "style": {
  1407. "navigationBarTitleText": "订单管理",
  1408. "navigationStyle": "custom"
  1409. }
  1410. },
  1411. {
  1412. "path": "logistics/index",
  1413. "style": {
  1414. "navigationBarTitleText": "物流信息",
  1415. "app-plus": {
  1416. // #ifdef APP-PLUS
  1417. "titleNView": {
  1418. "type": "default"
  1419. }
  1420. // #endif
  1421. }
  1422. }
  1423. },
  1424. {
  1425. "path": "logistics/detail",
  1426. "style": {
  1427. "navigationBarTitleText": "发货记录",
  1428. "navigationStyle": "custom",
  1429. "app-plus": {
  1430. // #ifdef APP-PLUS
  1431. "titleNView": {
  1432. "type": "default"
  1433. }
  1434. // #endif
  1435. }
  1436. }
  1437. },
  1438. {
  1439. "path": "logistics/record",
  1440. "style": {
  1441. "navigationBarTitleText": "发货记录",
  1442. "navigationStyle": "custom",
  1443. "app-plus": {
  1444. // #ifdef APP-PLUS
  1445. "titleNView": {
  1446. "type": "default"
  1447. }
  1448. // #endif
  1449. }
  1450. }
  1451. },
  1452. {
  1453. "path": "refund/index",
  1454. "style": {
  1455. "navigationBarTitleText": "立即退款",
  1456. "app-plus": {
  1457. // #ifdef APP-PLUS
  1458. "titleNView": {
  1459. "type": "default"
  1460. }
  1461. // #endif
  1462. }
  1463. }
  1464. },
  1465. {
  1466. "path": "order/send",
  1467. "style": {
  1468. "navigationBarTitleText": "发货",
  1469. "app-plus": {
  1470. // #ifdef APP-PLUS
  1471. "titleNView": {
  1472. "type": "default"
  1473. }
  1474. // #endif
  1475. }
  1476. }
  1477. },
  1478. {
  1479. "path": "order/detail",
  1480. "style": {
  1481. "navigationStyle": "custom"
  1482. }
  1483. },
  1484. {
  1485. "path": "after_sale/index",
  1486. "style": {
  1487. "navigationBarTitleText": "售后订单",
  1488. "navigationStyle": "custom"
  1489. }
  1490. },
  1491. {
  1492. "path": "statistics/index",
  1493. "style": {
  1494. "navigationStyle": "custom",
  1495. "navigationBarTitleText": "销售额统计",
  1496. "app-plus": {
  1497. // #ifdef APP-PLUS
  1498. "titleNView": {
  1499. "type": "default"
  1500. }
  1501. // #endif
  1502. }
  1503. }
  1504. },
  1505. {
  1506. "path": "cancel/index",
  1507. "style": {
  1508. "navigationBarTitleText": "订单核销",
  1509. "app-plus": {
  1510. // #ifdef APP-PLUS
  1511. "titleNView": {
  1512. "type": "default"
  1513. }
  1514. // #endif
  1515. }
  1516. }
  1517. },
  1518. {
  1519. "path": "cancel/list",
  1520. "style": {
  1521. "navigationBarTitleText": "核销订单",
  1522. "app-plus": {
  1523. // #ifdef APP-PLUS
  1524. "titleNView": {
  1525. "type": "default"
  1526. }
  1527. // #endif
  1528. }
  1529. }
  1530. },
  1531. {
  1532. "path": "cancel/result",
  1533. "style": {
  1534. "navigationBarTitleText": "核销结果",
  1535. "app-plus": {
  1536. // #ifdef APP-PLUS
  1537. "titleNView": {
  1538. "type": "default"
  1539. }
  1540. // #endif
  1541. }
  1542. }
  1543. },
  1544. {
  1545. "path": "refundOrderDetail/index",
  1546. "style": {
  1547. "navigationStyle": "custom"
  1548. }
  1549. },
  1550. {
  1551. "path": "goods/index",
  1552. "style": {
  1553. "navigationStyle": "custom",
  1554. "navigationBarTitleText": "商品管理"
  1555. }
  1556. },
  1557. {
  1558. "path": "goods/specs",
  1559. "style": {
  1560. "navigationBarTitleText": "修改价格/库存",
  1561. "navigationBarBackgroundColor": "#F5F5F5",
  1562. "app-plus": {
  1563. // #ifdef APP-PLUS
  1564. "titleNView": {
  1565. "type": "default"
  1566. }
  1567. // #endif
  1568. }
  1569. }
  1570. },
  1571. {
  1572. "path": "goods/inventory",
  1573. "style": {
  1574. "navigationBarTitleText": "增加库存",
  1575. "navigationBarBackgroundColor": "#F5F5F5",
  1576. "app-plus": {
  1577. // #ifdef APP-PLUS
  1578. "titleNView": {
  1579. "type": "default"
  1580. }
  1581. // #endif
  1582. }
  1583. }
  1584. }
  1585. ]
  1586. }
  1587. //#ifdef H5
  1588. ,
  1589. {
  1590. "root": "pages/auth",
  1591. "name": "pages/auth/index",
  1592. "pages": [{
  1593. "path": "index",
  1594. "style": {
  1595. "navigationBarTitleText": "CRMEB"
  1596. }
  1597. }]
  1598. }
  1599. //#endif
  1600. ],
  1601. "globalStyle": {
  1602. "navigationBarTextStyle": "black",
  1603. "navigationBarTitleText": "crmeb",
  1604. "navigationBarBackgroundColor": "#fff",
  1605. "backgroundColor": "#F8F8F8",
  1606. "titleNView": false,
  1607. "rpxCalcMaxDeviceWidth": 960,
  1608. "rpxCalcBaseDeviceWidth": 375,
  1609. "rpxCalcIncludeWidth": 750,
  1610. "app-plus": {
  1611. "scrollIndicator": "none" //隐藏所有页面滚动条
  1612. }
  1613. },
  1614. "tabBar": {
  1615. "custom": false,
  1616. "color": "#8E8E8E",
  1617. "selectedColor": "#FF6702",
  1618. "borderStyle": "white",
  1619. "backgroundColor": "#ffffff",
  1620. "list": [{
  1621. "pagePath": "pages/index/index",
  1622. "iconPath": "/static/tabBar/home-false.png",
  1623. "selectedIconPath": "/static/tabBar/home-true.png",
  1624. "text": "首页"
  1625. },
  1626. {
  1627. "pagePath": "pages/order/index",
  1628. "iconPath": "/static/tabBar/order-false.png",
  1629. "selectedIconPath": "static/tabBar/order-true.png",
  1630. "text": "订单"
  1631. },
  1632. {
  1633. "pagePath": "pages/user/index",
  1634. "iconPath": "static/tabBar/my-false.png",
  1635. "selectedIconPath": "static/tabBar/my-true.png",
  1636. "text": "我的"
  1637. }
  1638. ]
  1639. },
  1640. "condition": { //模式配置,仅开发期间生效
  1641. "current": 0, //当前激活的模式(list 的索引项)
  1642. "list": [{
  1643. "name": "", //模式名称
  1644. "path": "", //启动页面,必选
  1645. "query": "" //启动参数,在页面的onLoad函数里面得到
  1646. }]
  1647. }
  1648. }