pages.json 34 KB

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