pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/index",
  5. "style": {
  6. "navigationBarTitleText": "采美采购商城",
  7. "enablePullDownRefresh":true,
  8. "navigationStyle":"custom"
  9. }
  10. },{
  11. "path": "pages/authorization/authorization",
  12. "style": {
  13. "navigationBarTitleText": "微信授权",
  14. "navigationStyle":"custom"
  15. }
  16. },{
  17. "path" : "pages/tabBar/category/index",
  18. "style" : {
  19. "navigationBarTitleText": "分类",
  20. "navigationStyle":"custom"
  21. }
  22. },{
  23. "path": "pages/tabBar/cart/cart",
  24. "style": {
  25. "navigationBarTitleText": "购物车",
  26. "enablePullDownRefresh":true
  27. }
  28. },{
  29. "path": "pages/tabBar/user/user",
  30. "style": {
  31. "navigationBarTitleText": "我的",
  32. "enablePullDownRefresh" : true,
  33. "navigationStyle":"custom"
  34. }
  35. }
  36. ],
  37. "subPackages": [
  38. {
  39. "root": "pages/service/",//信息服务模块
  40. "pages": [
  41. {
  42. "path": "aftersale",
  43. "style": {
  44. "navigationBarTitleText": "售后无忧"
  45. }
  46. },
  47. {
  48. "path": "shoppingnotice",
  49. "style": {
  50. "navigationBarTitleText": "购物须知"
  51. }
  52. },
  53. {
  54. "path": "organagree",
  55. "style": {
  56. "navigationBarTitleText": "机构协议"
  57. }
  58. },
  59. {
  60. "path": "useragree",
  61. "style": {
  62. "navigationBarTitleText": "用户协议"
  63. }
  64. },
  65. {
  66. "path": "supplieragree",
  67. "style": {
  68. "navigationBarTitleText": "供应商协议"
  69. }
  70. },
  71. {
  72. "path": "privacyagree",
  73. "style": {
  74. "navigationBarTitleText": "隐私权政策"
  75. }
  76. },
  77. {
  78. "path": "sellconten",
  79. "style": {
  80. "navigationBarTitleText": "条款内容"
  81. }
  82. }
  83. ]
  84. },
  85. {
  86. "root": "pages/goods/",//商品模块
  87. "pages": [
  88. /*美体节临时页面*/
  89. {
  90. "path": "good-floor-temp",
  91. "style": {
  92. "navigationBarTitleText": "美体节",
  93. "enablePullDownRefresh":true,
  94. "navigationStyle":"custom"
  95. }
  96. },
  97. {
  98. "path": "goods",
  99. "style": {
  100. "navigationBarTitleText": "商品列表",
  101. "enablePullDownRefresh":true
  102. }
  103. },
  104. {
  105. "path": "goods-instrument",
  106. "style": {
  107. "navigationBarTitleText": "项目仪器",
  108. "enablePullDownRefresh":true
  109. }
  110. },
  111. {
  112. "path": "goods-classify",
  113. "style": {
  114. "navigationBarTitleText": "商品列表",
  115. "enablePullDownRefresh":true,
  116. "navigationStyle":"custom"
  117. }
  118. },
  119. {
  120. "path": "good-floorMore",
  121. "style": {
  122. "navigationBarTitleText": "更多楼层",
  123. "enablePullDownRefresh":true
  124. }
  125. },
  126. {
  127. "path": "good-floor",
  128. "style": {
  129. "navigationBarTitleText": "",
  130. "enablePullDownRefresh":true,
  131. "navigationStyle":"custom"
  132. }
  133. },
  134. {
  135. "path": "goods-active",
  136. "style": {
  137. "navigationBarTitleText": "凑单商品",
  138. "enablePullDownRefresh":true
  139. }
  140. },
  141. {
  142. "path": "product",
  143. "style": {
  144. "navigationBarTitleText": "商品详情",
  145. "navigationStyle":"custom"
  146. }
  147. },
  148. {
  149. "path": "instrument-details",
  150. "style": {
  151. "navigationBarTitleText": "项目仪器详情",
  152. "navigationStyle":"custom"
  153. }
  154. },
  155. {
  156. "path": "cart",
  157. "style": {
  158. "navigationBarTitleText": "购物车",
  159. "enablePullDownRefresh":true,
  160. "navigationStyle":"custom"
  161. }
  162. }
  163. ]
  164. },
  165. {
  166. "root": "pages/login/",//注册登录模块
  167. "pages": [
  168. {
  169. "path": "register",
  170. "style": {
  171. "navigationBarTitleText": "机构注册",
  172. "navigationStyle":"custom"
  173. }
  174. },
  175. {
  176. "path": "register-supplier",
  177. "style": {
  178. "navigationBarTitleText": "供应商注册",
  179. "navigationStyle":"custom"
  180. }
  181. },
  182. {
  183. "path": "register-select",
  184. "style": {
  185. "navigationBarTitleText": "选择身份"
  186. }
  187. },
  188. {
  189. "path": "apply",
  190. "style": {
  191. "navigationBarTitleText": "升级会员机构",
  192. "navigationStyle":"custom"
  193. }
  194. },
  195. {
  196. "path": "apply-supplier",
  197. "style": {
  198. "navigationBarTitleText": "修改申请资料",
  199. "navigationStyle":"custom"
  200. }
  201. },
  202. {
  203. "path": "logincode",
  204. "style": {
  205. "navigationBarTitleText": "邀请码登录"
  206. }
  207. },
  208. {
  209. "path": "login",
  210. "style": {
  211. "navigationBarTitleText": "登录"
  212. }
  213. },
  214. {
  215. "path": "bindemail",
  216. "style": {
  217. "navigationBarTitleText": "绑定邮箱"
  218. }
  219. },
  220. {
  221. "path": "binding",
  222. "style": {
  223. "navigationBarTitleText": "注册信息"
  224. }
  225. },
  226. {
  227. "path": "bindwechat",
  228. "style": {
  229. "navigationBarTitleText": "绑定微信"
  230. }
  231. },
  232. {
  233. "path": "bindOperator",
  234. "style": {
  235. "navigationBarTitleText": "绑定运营人员"
  236. }
  237. },
  238. {
  239. "path": "information",
  240. "style": {
  241. "navigationBarTitleText": "修改资料",
  242. "navigationStyle":"custom"
  243. }
  244. },
  245. {
  246. "path": "password",
  247. "style": {
  248. "navigationBarTitleText": "修改密码"
  249. }
  250. }
  251. ]
  252. },
  253. {
  254. "root": "pages/user/",//机构个人中心模块
  255. "pages": [
  256. {
  257. "path": "account/account",
  258. "style": {
  259. "navigationBarTitleText": "账户余额明细",
  260. "enablePullDownRefresh" : true,
  261. "navigationStyle":"custom"
  262. }
  263. },
  264. {
  265. "path": "address/addressManage",
  266. "style": {
  267. "navigationBarTitleText": "添加新地址"
  268. }
  269. },
  270. {
  271. "path": "address/address",
  272. "style": {
  273. "navigationBarTitleText": "地址列表"
  274. }
  275. },
  276. {
  277. "path": "about/about",
  278. "style": {
  279. "navigationBarTitleText": "关于我们"
  280. }
  281. },
  282. {
  283. "path" : "regularPurchase/regularPurchase",
  284. "style" : {
  285. "navigationBarTitleText": "再次购买"
  286. }
  287. },
  288. {
  289. "path": "order/create-order",
  290. "style": {
  291. "navigationBarTitleText": "确认订单"
  292. }
  293. },
  294. {
  295. "path": "order/success",
  296. "style": {
  297. "navigationBarTitleText": "支付结果",
  298. "navigationStyle":"custom"
  299. }
  300. },
  301. {
  302. "path": "order/order-payment",
  303. "style": {
  304. "navigationBarTitleText": "选择支付方式",
  305. "navigationStyle":"custom"
  306. }
  307. },
  308. {
  309. "path": "order/order-pay",
  310. "style": {
  311. "navigationBarTitleText": "收银台",
  312. "navigationStyle":"custom"
  313. }
  314. },
  315. {
  316. "path": "order/orderShareLogin",
  317. "style": {
  318. "navigationBarTitleText": "输入分享码"
  319. }
  320. },
  321. {
  322. "path": "order/order-sharelogin",
  323. "style": {
  324. "navigationBarTitleText": "查看订单"
  325. }
  326. },
  327. {
  328. "path": "order/order-list",
  329. "style": {
  330. "navigationBarTitleText": "我的订单",
  331. "navigationStyle":"custom"
  332. }
  333. },
  334. {
  335. "path": "order/order-details",
  336. "style": {
  337. "navigationBarTitleText": "订单详情",
  338. "navigationStyle":"custom"
  339. }
  340. },
  341. {
  342. "path": "order/order-sharedetails",
  343. "style": {
  344. "navigationBarTitleText": "订单详情"
  345. }
  346. },
  347. {
  348. "path": "order/order-logistics",
  349. "style": {
  350. "navigationBarTitleText": "物流信息"
  351. }
  352. },
  353. {
  354. "path": "operator/list",
  355. "style": {
  356. "navigationBarTitleText": "运营人员管理"
  357. }
  358. },
  359. {
  360. "path": "operator/addoperator",
  361. "style": {
  362. "navigationBarTitleText": "添加运营人员"
  363. }
  364. },
  365. {
  366. "path": "setting/setting",
  367. "style": {
  368. "navigationBarTitleText": "账户设置"
  369. }
  370. },
  371. {
  372. "path": "setting/phone",
  373. "style": {
  374. "navigationBarTitleText": "更换手机号"
  375. }
  376. },
  377. {
  378. "path": "coupon/coupon",
  379. "style": {
  380. "navigationBarTitleText": "优惠券"
  381. }
  382. }
  383. ]
  384. },
  385. {
  386. "root": "seller",
  387. "pages": [
  388. {
  389. "path": "pages/index/index",
  390. "style": {
  391. "navigationBarTitleText": "采美采购商城",
  392. "enablePullDownRefresh":true,
  393. "navigationStyle":"custom"
  394. }
  395. },
  396. {
  397. "path": "pages/login/login",
  398. "style": {
  399. "navigationBarTitleText": "登录",
  400. "navigationStyle":"custom"
  401. }
  402. },
  403. {
  404. "path": "pages/cart/cart",
  405. "style": {
  406. "navigationBarTitleText": "购物车"
  407. }
  408. },
  409. {
  410. "path": "pages/cart/buyagain",
  411. "style": {
  412. "navigationBarTitleText": "再次购买"
  413. }
  414. },
  415. {
  416. "path": "pages/cart/immediately",
  417. "style": {
  418. "navigationBarTitleText": "立即下单"
  419. }
  420. },{
  421. "path": "pages/cart/second",
  422. "style": {
  423. "navigationBarTitleText": "二手下单"
  424. }
  425. },
  426. {
  427. "path": "pages/order/create-order",
  428. "style": {
  429. "navigationBarTitleText": "确认订单"
  430. }
  431. },
  432. {
  433. "path": "pages/order/order-details",
  434. "style": {
  435. "navigationBarTitleText": "订单详情",
  436. "navigationStyle":"custom"
  437. }
  438. },
  439. {
  440. "path": "pages/order/order-list",
  441. "style": {
  442. "navigationBarTitleText": "订单列表",
  443. "navigationStyle":"custom"
  444. }
  445. },
  446. {
  447. "path": "pages/order/order-sharedetails",
  448. "style": {
  449. "navigationBarTitleText": "订单详情",
  450. "navigationStyle":"custom"
  451. }
  452. },
  453. {
  454. "path": "pages/club/list",
  455. "style": {
  456. "navigationBarTitleText": "机构列表"
  457. }
  458. },
  459. {
  460. "path": "pages/club/club-list",
  461. "style": {
  462. "navigationBarTitleText": "我的机构"
  463. }
  464. },
  465. {
  466. "path": "pages/club/allClub-list",
  467. "style": {
  468. "navigationBarTitleText": "所有机构"
  469. }
  470. },
  471. {
  472. "path": "pages/club/addoperator",
  473. "style": {
  474. "navigationBarTitleText": "邀请运营人员"
  475. }
  476. },
  477. {
  478. "path": "pages/login/register",
  479. "style": {
  480. "navigationBarTitleText": "拉机构上线",
  481. "navigationStyle":"custom"
  482. }
  483. },
  484. {
  485. "path": "pages/login/register-select",
  486. "style": {
  487. "navigationBarTitleText": "拉机构上线"
  488. }
  489. },
  490. {
  491. "path": "pages/login/register-general",
  492. "style": {
  493. "navigationBarTitleText": "普通机构"
  494. }
  495. },
  496. {
  497. "path": "pages/login/register-member",
  498. "style": {
  499. "navigationBarTitleText": "会员机构"
  500. }
  501. },
  502. {
  503. "path": "pages/login/information",
  504. "style": {
  505. "navigationBarTitleText": "修改资料",
  506. "navigationStyle":"custom"
  507. }
  508. },
  509. {
  510. "path": "pages/login/apply",
  511. "style": {
  512. "navigationBarTitleText": "修改申请信息",
  513. "navigationStyle":"custom"
  514. }
  515. },
  516. {
  517. "path": "pages/order/order-historylist",
  518. "style": {
  519. "navigationBarTitleText": "订单列表"
  520. }
  521. },{
  522. "path": "pages/search/search-order",
  523. "style": {
  524. "navigationBarTitleText": "订单搜索"
  525. }
  526. },
  527. {
  528. "path": "pages/address/address",
  529. "style": {
  530. "navigationBarTitleText": "选择地址"
  531. }
  532. },
  533. {
  534. "path": "pages/address/addressManage",
  535. "style": {
  536. "navigationBarTitleText": "添加地址"
  537. }
  538. }
  539. ]
  540. },
  541. {
  542. "root": "h5",
  543. "pages": [
  544. {
  545. "path": "pages/activity/activity",
  546. "style": {
  547. "navigationBarTitleText": ""
  548. }
  549. },
  550. {
  551. "path": "pages/activity/activity_mid",
  552. "style": {
  553. "navigationBarTitleText": "年中大促",
  554. "enablePullDownRefresh":true
  555. }
  556. },
  557. {
  558. "path": "pages/activity/meobohui",
  559. "style": {
  560. "navigationBarTitleText": "美博会",
  561. "enablePullDownRefresh":true
  562. }
  563. },
  564. {
  565. "path": "pages/activity/meobohui-booth",
  566. "style": {
  567. "navigationBarTitleText": "展位图",
  568. "enablePullDownRefresh":true
  569. }
  570. },
  571. {
  572. "path": "pages/activity/meobohui-supplier",
  573. "style": {
  574. "navigationBarTitleText": "参展商",
  575. "enablePullDownRefresh":true
  576. }
  577. },
  578. {
  579. "path": "pages/article/page",
  580. "style": {
  581. "navigationBarTitleText": "采美采购平台",
  582. "enablePullDownRefresh":true
  583. }
  584. },
  585. {
  586. "path": "pages/article/path",
  587. "style": {
  588. "navigationBarTitleText": "采美采购平台",
  589. "enablePullDownRefresh":true
  590. }
  591. },
  592. {
  593. "path": "pages/article/page-image",
  594. "style": {
  595. "navigationBarTitleText": "采美采购平台"
  596. }
  597. },
  598. {
  599. "path": "pages/article/path-live",
  600. "style": {
  601. "navigationBarTitleText": "采美采购平台",
  602. "enablePullDownRefresh":true
  603. }
  604. },
  605. {
  606. "path": "pages/activity/activity-list",
  607. "style": {
  608. "navigationBarTitleText": "商品专题",
  609. "enablePullDownRefresh":true
  610. }
  611. },
  612. {
  613. "path": "pages/other/repair",
  614. "style": {
  615. "navigationBarTitleText": "维修"
  616. }
  617. },
  618. {
  619. "path": "pages/other/brand",
  620. "style": {
  621. "navigationBarTitleText": "品牌招商"
  622. }
  623. }
  624. ]
  625. },{
  626. "root": "search",
  627. "pages": [
  628. {
  629. "path": "pages/search/search",
  630. "style": {
  631. "navigationBarTitleText": "搜索"
  632. }
  633. },{
  634. "path": "pages/search/search-supplier",
  635. "style": {
  636. "navigationBarTitleText": "搜索供应商"
  637. }
  638. },{
  639. "path": "pages/search/search-instrument",
  640. "style": {
  641. "navigationBarTitleText": "搜索仪器"
  642. }
  643. },{
  644. "path": "pages/search/search-order",
  645. "style": {
  646. "navigationBarTitleText": "订单搜索"
  647. }
  648. },{
  649. "path": "pages/search/search-second",
  650. "style": {
  651. "navigationBarTitleText": "二手搜索"
  652. }
  653. }
  654. ]
  655. },{
  656. "root": "second",
  657. "pages": [
  658. {
  659. "path": "pages/form/introduce",
  660. "style": {
  661. "navigationBarTitleText": "二手市场介绍",
  662. "enablePullDownRefresh":true
  663. }
  664. },{
  665. "path": "pages/form/form",
  666. "style": {
  667. "navigationBarTitleText": "发布二手"
  668. }
  669. },
  670. {
  671. "path": "pages/product/product-list",
  672. "style": {
  673. "navigationBarTitleText": "二手商品",
  674. "enablePullDownRefresh":true
  675. }
  676. },
  677. {
  678. "path": "pages/product/product-details",
  679. "style": {
  680. "navigationBarTitleText": "商品详情",
  681. "enablePullDownRefresh":true,
  682. "navigationStyle":"custom"
  683. }
  684. }
  685. ]
  686. },
  687. {
  688. "root": "supplier",
  689. "pages": [
  690. {
  691. "path": "pages/index/index",
  692. "style": {
  693. "navigationBarTitleText": "采美采购商城",
  694. "enablePullDownRefresh":true,
  695. "navigationStyle":"custom"
  696. }
  697. },{
  698. "path": "pages/login/bind-operator",
  699. "style": {
  700. "navigationBarTitleText": "绑定微信"
  701. }
  702. },{
  703. "path": "pages/user/my-product",
  704. "style": {
  705. "navigationBarTitleText": "我的商品",
  706. "enablePullDownRefresh":true
  707. }
  708. },{
  709. "path": "pages/user/my-shop",
  710. "style": {
  711. "navigationBarTitleText": "店铺主页",
  712. "enablePullDownRefresh":true
  713. }
  714. },{
  715. "path": "pages/login/share-login",
  716. "style": {
  717. "navigationBarTitleText": "查看订单"
  718. }
  719. },{
  720. "path": "pages/login/share-info",
  721. "style": {
  722. "navigationBarTitleText": "订单详情",
  723. "navigationStyle":"custom"
  724. }
  725. },{
  726. "path": "pages/order/order-details",
  727. "style": {
  728. "navigationBarTitleText": "订单详情",
  729. "enablePullDownRefresh":true
  730. }
  731. },{
  732. "path": "pages/user/supplier",
  733. "style": {
  734. "navigationBarTitleText": "供应商信息"
  735. }
  736. },{
  737. "path": "pages/order/order-list",
  738. "style": {
  739. "navigationBarTitleText": "我的订单",
  740. "enablePullDownRefresh":true
  741. }
  742. },{
  743. "path": "pages/order/order-service-details",
  744. "style": {
  745. "navigationBarTitleText": "订单详情",
  746. "navigationStyle":"custom",
  747. "enablePullDownRefresh":true
  748. }
  749. },{
  750. "path": "pages/deliver/add-logistics",
  751. "style": {
  752. "navigationBarTitleText": "录入物流信息"
  753. }
  754. },{
  755. "path": "pages/deliver/deliver-goods",
  756. "style": {
  757. "navigationBarTitleText": "发货",
  758. "enablePullDownRefresh":true
  759. }
  760. },{
  761. "path": "pages/deliver/deliver-record",
  762. "style": {
  763. "navigationBarTitleText": "发货记录",
  764. "enablePullDownRefresh":true,
  765. "navigationStyle":"custom"
  766. }
  767. },{
  768. "path": "pages/deliver/logistics-list",
  769. "style": {
  770. "navigationBarTitleText": "物流公司"
  771. }
  772. },{
  773. "path": "pages/user/setting/password",
  774. "style": {
  775. "navigationBarTitleText": "修改密码"
  776. }
  777. },{
  778. "path": "pages/user/setting/phone",
  779. "style": {
  780. "navigationBarTitleText": "更换手机号"
  781. }
  782. },{
  783. "path": "pages/user/setting/setting",
  784. "style": {
  785. "navigationBarTitleText": "账户设置"
  786. }
  787. },{
  788. "path": "pages/user/operator/list",
  789. "style": {
  790. "navigationBarTitleText": "运营人员管理"
  791. }
  792. },{
  793. "path": "pages/user/operator/addoperator",
  794. "style": {
  795. "navigationBarTitleText": "添加运营人员"
  796. }
  797. },{
  798. "path": "pages/user/information",
  799. "style": {
  800. "navigationBarTitleText": "资料信息"
  801. }
  802. }
  803. ]
  804. }
  805. ],
  806. "tabBar": {
  807. "height":"80",
  808. "color": "#999999",
  809. "selectedColor": "#E15616",
  810. "borderStyle": "black",
  811. "backgroundColor": "#ffffff",
  812. "list": [{
  813. "pagePath": "pages/tabBar/home/index",
  814. "iconPath": "static/icon-home@3x.png",
  815. "selectedIconPath": "static/icon-home-active@3x.png",
  816. "text": "商城"
  817. },{
  818. "pagePath": "pages/tabBar/category/index",
  819. "iconPath": "static/icon-sort@3x.png",
  820. "selectedIconPath": "static/icon-sort-active@3x.png",
  821. "text": "分类"
  822. },
  823. {
  824. "pagePath": "pages/tabBar/cart/cart",
  825. "iconPath": "static/icon-cart@3x.png",
  826. "selectedIconPath": "static/icon-cart-active@3x.png",
  827. "text": "购物车"
  828. },
  829. {
  830. "pagePath": "pages/tabBar/user/user",
  831. "iconPath": "static/icon-user@3x.png",
  832. "selectedIconPath": "static/icon-user-active@3x.png",
  833. "text": "我的"
  834. }
  835. ]
  836. },
  837. "easycom": {
  838. "autoscan": true,
  839. "custom": {
  840. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  841. }
  842. },
  843. "globalStyle": {
  844. "navigationBarTextStyle": "black",
  845. "navigationBarTitleText": "采美采购商城",
  846. "navigationBarBackgroundColor": "#FFFFFF",
  847. "backgroundColor": "#FFFFFF"
  848. },
  849. "condition" : { //模式配置,仅开发期间生效
  850. "current": 0, //当前激活的模式(list 的索引项)
  851. "list": [
  852. {
  853. "name": "", //模式名称
  854. "path": "", //启动页面,必选
  855. "query": "" //启动参数,在页面的onLoad函数里面得到
  856. }
  857. ]
  858. }
  859. }