pages.json 34 KB

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