pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/login/login", //登录页
  8. "style": {
  9. "enablePullDownRefresh": false, //是否开启下拉刷新功能
  10. "app-plus": {
  11. "bounce": "none", //关闭反弹效果
  12. "scrollIndicator": "none", //隐藏滚动条
  13. "titleNView": false
  14. }
  15. }
  16. }, {
  17. "path": "pages/login/mimi", //隐私协议
  18. "style": {
  19. "navigationBarTitleText": "隐私协议",
  20. "app-plus": {
  21. "bounce": "none", //关闭反弹效果
  22. "scrollIndicator": "none" //隐藏滚动条
  23. }
  24. }
  25. },
  26. {
  27. "path": "pages/login/minis", //隐私协议
  28. "style": {
  29. "navigationBarTitleText": "隐私协议1",
  30. "app-plus": {
  31. "bounce": "none", //关闭反弹效果
  32. "scrollIndicator": "none" //隐藏滚动条
  33. }
  34. }
  35. }, {
  36. "path": "pages/login/xieyi", //平台协议
  37. "style": {
  38. "navigationBarTitleText": "平台协议",
  39. "app-plus": {
  40. "bounce": "none", //关闭反弹效果
  41. "scrollIndicator": "none" //隐藏滚动条
  42. }
  43. }
  44. }, {
  45. "path": "pages/register/register", //注册
  46. "style": {
  47. "navigationBarTitleText": "发送验证码",
  48. "app-plus": {
  49. "scrollIndicator": "none", //隐藏滚动条
  50. "bounce": "none" //关闭反弹效果
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/register/registerSuccess",
  56. "style": {
  57. "navigationBarTitleText": "注册成功",
  58. "app-plus": {
  59. "scrollIndicator": "none", //隐藏滚动条
  60. "bounce": "none", //关闭反弹效果
  61. "titleNView": false
  62. }
  63. }
  64. }, {
  65. "path": "pages/user/infoExamine", //认证审核
  66. "style": {
  67. "navigationBarTitleText": "认证审核",
  68. "app-plus": {
  69. "scrollIndicator": "none", //隐藏滚动条
  70. "bounce": "none" //关闭反弹效果
  71. }
  72. }
  73. },
  74. {
  75. "path": "pages/my/my",
  76. "style": {
  77. "navigationBarTitleText": "我的",
  78. "navigationBarTextStyle": "white",
  79. "backgroundColor": "#343740",
  80. "navigationBarBackgroundColor": "#343740",
  81. "app-plus": {
  82. "scrollIndicator": "none", //隐藏滚动条
  83. "bounce": "none", //关闭反弹效果
  84. "titleNView": {
  85. "buttons": [{
  86. "type": "menu"
  87. }]
  88. }
  89. }
  90. }
  91. }, {
  92. "path": "pages/user/userInfo",
  93. "style": {
  94. "navigationBarTitleText": "我的信息",
  95. "app-plus": {
  96. "scrollIndicator": "none", //隐藏滚动条
  97. "bounce": "none" //关闭反弹效果
  98. }
  99. }
  100. }, {
  101. "path": "pages/index/index",
  102. "style": {
  103. "enablePullDownRefresh": true, //是否开启下拉刷新功能
  104. "navigationBarTitleText": "首页",
  105. "app-plus": {
  106. "scrollIndicator": "none", //隐藏滚动条
  107. "bounce": "none", //关闭反弹效果
  108. "titleNView": false
  109. }
  110. }
  111. }, {
  112. "path": "pages/user/infoInput",
  113. "style": {
  114. "navigationBarTitleText": "信息录入",
  115. "app-plus": {
  116. "scrollIndicator": "none", //隐藏滚动条
  117. "bounce": "none" //关闭反弹效果
  118. }
  119. }
  120. }, {
  121. "path": "pages/user/certification",
  122. "style": {
  123. "navigationBarTitleText": "实名认证",
  124. "app-plus": {
  125. "scrollIndicator": "none", //隐藏滚动条
  126. "bounce": "none" //关闭反弹效果
  127. }
  128. }
  129. }, {
  130. "path": "pages/set/set",
  131. "style": {
  132. "navigationBarTitleText": "设置",
  133. "app-plus": {
  134. "scrollIndicator": "none", //隐藏滚动条
  135. "bounce": "none" //关闭反弹效果
  136. }
  137. }
  138. }, {
  139. "path": "pages/set/safe",
  140. "style": {
  141. "navigationBarTitleText": "账号与安全",
  142. "app-plus": {
  143. "scrollIndicator": "none", //隐藏滚动条
  144. "bounce": "none" //关闭反弹效果
  145. }
  146. }
  147. }, {
  148. "path": "pages/set/password",
  149. "style": {
  150. "navigationBarTitleText": "设置密码",
  151. "app-plus": {
  152. "scrollIndicator": "none", //隐藏滚动条
  153. "bounce": "none" //关闭反弹效果
  154. }
  155. }
  156. }, {
  157. "path": "pages/set/mobile",
  158. "style": {
  159. "navigationBarTitleText": "修改手机号",
  160. "app-plus": {
  161. "scrollIndicator": "none", //隐藏滚动条
  162. "bounce": "none" //关闭反弹效果
  163. }
  164. }
  165. },
  166. {
  167. "path": "pages/carInsure1/yonganCode",
  168. "style": {
  169. "app-plus": {
  170. "scrollIndicator": "none", //隐藏滚动条
  171. "bounce": "none", //关闭反弹效果
  172. "titleNView": false
  173. }
  174. }
  175. }, {
  176. "path": "pages/set/question",
  177. "style": {
  178. "navigationBarTitleText": "常见问题",
  179. "app-plus": {
  180. "scrollIndicator": "none", //隐藏滚动条
  181. "bounce": "none" //关闭反弹效果
  182. }
  183. }
  184. }, {
  185. "path": "pages/set/suggest",
  186. "style": {
  187. "navigationBarTitleText": "意见反馈",
  188. "app-plus": {
  189. "scrollIndicator": "none", //隐藏滚动条
  190. "bounce": "none" //关闭反弹效果
  191. }
  192. }
  193. }, {
  194. "path": "pages/set/about",
  195. "style": {
  196. "navigationBarTitleText": "关于掌柜",
  197. "app-plus": {
  198. "scrollIndicator": "none", //隐藏滚动条
  199. "bounce": "none" //关闭反弹效果
  200. }
  201. }
  202. }, {
  203. "path": "pages/tools/poster/poster",
  204. "style": {
  205. "navigationBarTitleText": "海报管理",
  206. "app-plus": {
  207. "scrollIndicator": "none", //隐藏滚动条
  208. "bounce": "none", //关闭反弹效果
  209. "titleNView": {
  210. "buttons": [{
  211. "type": "home"
  212. }]
  213. }
  214. }
  215. }
  216. }, {
  217. "path": "pages/tools/poster/poster-detail",
  218. "style": {
  219. "navigationBarTitleText": "海报查看",
  220. "app-plus": {
  221. "scrollIndicator": "none", //隐藏滚动条
  222. "bounce": "none" //关闭反弹效果
  223. }
  224. }
  225. }, {
  226. "path": "pages/tools/messageReminder/messageReminder",
  227. "style": {
  228. "navigationBarTitleText": "掌柜秘书",
  229. "app-plus": {
  230. "scrollIndicator": "none", //隐藏滚动条
  231. "bounce": "none" //关闭反弹效果
  232. }
  233. }
  234. }, {
  235. "path": "pages/tools/calculator/calculator",
  236. "style": {
  237. "navigationBarTitleText": "计算器",
  238. "app-plus": {
  239. "scrollIndicator": "none", //隐藏滚动条
  240. "bounce": "none" //关闭反弹效果
  241. }
  242. }
  243. }, {
  244. "path": "pages/tools/insuranceClaims/insuranceClaims",
  245. "style": {
  246. "navigationBarTitleText": "理赔小贴士",
  247. "app-plus": {
  248. "scrollIndicator": "none", //隐藏滚动条
  249. // #ifdef APP-PLUS
  250. "titleNView": {
  251. "buttons": [{
  252. "type": "share"
  253. }]
  254. },
  255. // #endif
  256. "bounce": "none" //关闭反弹效果
  257. }
  258. }
  259. }, {
  260. "path": "pages/tools/addStaff/addStaff",
  261. "style": {
  262. "navigationBarTitleText": "闪电增员",
  263. "app-plus": {
  264. "scrollIndicator": "none", //隐藏滚动条
  265. "bounce": "none" //关闭反弹效果
  266. }
  267. }
  268. }, {
  269. "path": "pages/tools/customer/customer",
  270. "style": {
  271. "navigationBarTitleText": "客户管理",
  272. "app-plus": {
  273. "scrollIndicator": "none",
  274. "bounce": "none"
  275. }
  276. }
  277. }, {
  278. "path": "pages/tools/customer/custormerDetail",
  279. "style": {
  280. "navigationBarTitleText": "客户订单详情",
  281. "app-plus": {
  282. "scrollIndicator": "none",
  283. "bounce": "none"
  284. }
  285. }
  286. }, {
  287. "path": "pages/tools/team/team",
  288. "style": {
  289. "navigationBarTitleText": "团队管理",
  290. "app-plus": {
  291. "scrollIndicator": "none",
  292. "bounce": "none"
  293. }
  294. }
  295. }, {
  296. "path": "pages/tools/team/teamMember",
  297. "style": {
  298. "navigationBarTitleText": "成员信息",
  299. "app-plus": {
  300. "scrollIndicator": "none", //隐藏滚动条
  301. "bounce": "none" //关闭反弹效果
  302. }
  303. }
  304. }, {
  305. "path": "pages/tools/addStaff/recommendCode",
  306. "style": {
  307. "navigationBarTitleText": "面对面推荐",
  308. "app-plus": {
  309. "scrollIndicator": "none", //隐藏滚动条
  310. "bounce": "none" //关闭反弹效果
  311. }
  312. }
  313. }, {
  314. "path": "pages/tools/policy",
  315. "style": {
  316. "navigationBarTitleText": "我的保单",
  317. "enablePullDownRefresh": false,
  318. "app-plus": {
  319. "scrollIndicator": "none",
  320. "bounce": "none"
  321. }
  322. }
  323. }, {
  324. "path": "pages/tools/coupon/coupon",
  325. "style": {
  326. "navigationBarTitleText": "优惠劵",
  327. "app-plus": {
  328. "scrollIndicator": "none", //隐藏滚动条
  329. "bounce": "none" //关闭反弹效果
  330. }
  331. }
  332. }, {
  333. "path": "pages/tools/achievement/achievement",
  334. "style": {
  335. "navigationBarTitleText": "我的业绩",
  336. "app-plus": {
  337. "scrollIndicator": "none",
  338. "bounce": "none"
  339. }
  340. }
  341. }, {
  342. "path": "pages/carInsure/entry",
  343. "style": {
  344. "navigationBarTitleText": "车辆投保",
  345. "app-plus": {
  346. "scrollIndicator": "none", //隐藏滚动条
  347. "bounce": "none", //关闭反弹效果
  348. "titleNView": {
  349. "buttons": [{
  350. "type": "home"
  351. }]
  352. }
  353. }
  354. }
  355. }, {
  356. "path": "pages/carInsure1/carType1",
  357. "style": {
  358. "navigationBarTitleText": "请选择车型",
  359. "app-plus": {
  360. "scrollIndicator": "none", //隐藏滚动条
  361. "bounce": "none" //关闭反弹效果
  362. }
  363. }
  364. }, {
  365. "path": "pages/carInsure1/carInfo1",
  366. "style": {
  367. "navigationBarTitleText": "信息录入",
  368. "app-plus": {
  369. "scrollIndicator": "none",
  370. "bounce": "none",
  371. "titleNView": {
  372. "buttons": [{
  373. "type": "home"
  374. }]
  375. }
  376. }
  377. }
  378. }, {
  379. "path": "pages/carInsure1/insureItems1",
  380. "style": {
  381. "navigationBarTitleText": "保险配置",
  382. "app-plus": {
  383. "scrollIndicator": "none",
  384. "bounce": "none",
  385. "titleNView": {
  386. "buttons": [{
  387. "type": "home"
  388. }]
  389. }
  390. }
  391. }
  392. }, {
  393. "path": "pages/carInsure1/quote1",
  394. "style": {
  395. "navigationBarTitleText": "保险配置",
  396. "app-plus": {
  397. "scrollIndicator": "none", //隐藏滚动条
  398. "bounce": "none", //关闭反弹效果
  399. "titleNView": {
  400. "buttons": [{
  401. "type": "home"
  402. }]
  403. }
  404. }
  405. }
  406. }, {
  407. "path": "pages/carInsure1/quoteDetail1",
  408. "style": {
  409. "navigationBarTitleText": "订单详情",
  410. "app-plus": {
  411. "scrollIndicator": "none",
  412. "bounce": "none",
  413. "titleNView": {
  414. "buttons": [{
  415. "type": "share"
  416. }]
  417. }
  418. }
  419. }
  420. },{
  421. "path": "pages/carInsure1/underwriting1",
  422. "style": {
  423. "navigationBarTitleText": "确认投保信息",
  424. "app-plus": {
  425. "scrollIndicator": "none",
  426. "bounce": "none"
  427. }
  428. }
  429. }, {
  430. "path": "pages/orders/orders",
  431. "style": {
  432. "navigationBarTitleText": "订单",
  433. "enablePullDownRefresh": true,
  434. "app-plus": {
  435. "scrollIndicator": "none", //隐藏滚动条
  436. "bounce": "none" //关闭反弹效果
  437. }
  438. }
  439. }, {
  440. "path": "pages/carInsure1/quoteOffer1",
  441. "style": {
  442. "navigationBarTitleText": "掌柜报价单",
  443. "app-plus": {
  444. "scrollIndicator": "none",
  445. "bounce": "none"
  446. }
  447. }
  448. }, {
  449. "path": "pages/carInsure1/payWay1",
  450. "style": {
  451. "navigationBarTitleText": "请选择支付方式",
  452. "app-plus": {
  453. "bounce": "none", //关闭反弹效果
  454. "scrollIndicator": "none" //隐藏滚动条
  455. }
  456. }
  457. },
  458. {
  459. "path": "pages/carInsure1/payCode1",
  460. "style": {
  461. "navigationBarTitleText": "支付码",
  462. "app-plus": {
  463. "scrollIndicator": "none",
  464. "bounce": "none"
  465. }
  466. }
  467. }, {
  468. "path": "pages/carInsure1/zhifu1",
  469. "style": {
  470. "navigationBarTitleText": "支付",
  471. "app-plus": {
  472. "scrollIndicator": "none",
  473. "bounce": "none"
  474. }
  475. }
  476. }, {
  477. "path": "pages/carInsure1/payVerify1",
  478. "style": {
  479. "navigationBarTitleText": "支付验证",
  480. "app-plus": {
  481. "titleNView": false,
  482. "scrollIndicator": "none",
  483. "bounce": "none"
  484. }
  485. }
  486. }, {
  487. "path": "pages/user/userInfoImage",
  488. "style": {
  489. "navigationBarTitleText": "证件影像",
  490. "app-plus": {
  491. "scrollIndicator": "none",
  492. "bounce": "none"
  493. }
  494. }
  495. }, {
  496. "path": "pages/wallet/wallet",
  497. "style": {
  498. "navigationBarTitleText": "我的钱包",
  499. "navigationBarTextStyle": "white",
  500. "backgroundColor": "#343740",
  501. "navigationBarBackgroundColor": "#343740",
  502. "app-plus": {
  503. "scrollIndicator": "none",
  504. "bounce": "none",
  505. "titleNView": {
  506. "buttons": [{
  507. "type": "menu"
  508. }]
  509. }
  510. }
  511. }
  512. }, {
  513. "path": "pages/wallet/bindBank",
  514. "style": {
  515. "navigationBarTitleText": "绑定银行卡",
  516. "app-plus": {
  517. "scrollIndicator": "none",
  518. "bounce": "none"
  519. }
  520. }
  521. }, {
  522. "path": "pages/wallet/withdraw",
  523. "style": {
  524. "navigationBarTitleText": "余额提现",
  525. "enablePullDownRefresh": true,
  526. "app-plus": {
  527. "scrollIndicator": "none",
  528. "bounce": "none"
  529. }
  530. }
  531. }, {
  532. "path": "pages/wallet/withdraw1",
  533. "style": {
  534. "navigationBarTitleText": "推广提现",
  535. "enablePullDownRefresh": true,
  536. "app-plus": {
  537. "scrollIndicator": "none", //隐藏滚动条
  538. "bounce": "none" //关闭反弹效果
  539. }
  540. }
  541. }, {
  542. "path": "pages/wallet/billDetails1",
  543. "style": {
  544. "navigationBarTitleText": "预收账户明细",
  545. "app-plus": {
  546. "scrollIndicator": "none",
  547. "bounce": "none"
  548. }
  549. }
  550. }, {
  551. "path": "pages/wallet/billDetails2",
  552. "style": {
  553. "navigationBarTitleText": "余额明细",
  554. "app-plus": {
  555. "scrollIndicator": "none",
  556. "bounce": "none"
  557. }
  558. }
  559. }, {
  560. "path": "pages/wallet/billDetails3",
  561. "style": {
  562. "navigationBarTitleText": "推广佣金明细",
  563. "app-plus": {
  564. "scrollIndicator": "none",
  565. "bounce": "none"
  566. }
  567. }
  568. }, {
  569. "path": "pages/wallet/billInfo",
  570. "style": {
  571. "navigationBarTitleText": "账单详情",
  572. "app-plus": {
  573. "scrollIndicator": "none",
  574. "bounce": "none"
  575. }
  576. }
  577. },
  578. {
  579. "path": "pages/user/protocol",
  580. "style": {
  581. // "navigationBarTitleText": "协议"
  582. "navigationBarTitleText": ""
  583. }
  584. },
  585. {
  586. "path": "pages/home/webView",
  587. "style": {
  588. "navigationBarTitleText": ""
  589. }
  590. }, {
  591. "path": "pages/home/home",
  592. "style": {
  593. "enablePullDownRefresh": true,
  594. "navigationBarTitleText": "我的",
  595. "app-plus": {
  596. "scrollIndicator": "none", //隐藏滚动条
  597. "bounce": "none" //关闭反弹效果
  598. }
  599. }
  600. },
  601. {
  602. "path": "pages/ticket/ticket",
  603. "style": {
  604. "navigationBarTitleText": "罚单缴费办理",
  605. "app-plus": {
  606. "scrollIndicator": "none", //隐藏滚动条
  607. "bounce": "none" //关闭反弹效果
  608. }
  609. }
  610. },
  611. {
  612. "path": "pages/ticket/issue",
  613. "style": {
  614. "navigationBarTitleText": "常见问题",
  615. "app-plus": {
  616. "scrollIndicator": "none", //隐藏滚动条
  617. "bounce": "none" //关闭反弹效果
  618. }
  619. }
  620. },
  621. {
  622. "path": "pages/ticket/order",
  623. "style": {
  624. "navigationBarTitleText": "我的订单",
  625. "app-plus": {
  626. "scrollIndicator": "none", //隐藏滚动条
  627. "bounce": "none" //关闭反弹效果
  628. }
  629. }
  630. },
  631. {
  632. "path": "pages/ticket/confirmorder",
  633. "style": {
  634. "navigationBarTitleText": "确认订单",
  635. "app-plus": {
  636. "scrollIndicator": "none", //隐藏滚动条
  637. "bounce": "none" //关闭反弹效果
  638. }
  639. }
  640. },
  641. {
  642. "path": "pages/carInsure1/zhifu1"
  643. },{
  644. "path": "pages/caragent/confirmorder",
  645. "style": {
  646. "navigationBarTitleText": "订单确认",
  647. "app-plus": {
  648. "scrollIndicator": "none", //隐藏滚动条
  649. "bounce": "none" //关闭反弹效果
  650. }
  651. }
  652. },
  653. {
  654. "path": "pages/caragent/index",
  655. "style": {
  656. "navigationBarTitleText": "办理年检",
  657. "app-plus": {
  658. "scrollIndicator": "none", //隐藏滚动条
  659. "bounce": "none" //关闭反弹效果
  660. }
  661. }
  662. },
  663. {
  664. "path": "pages/caragent/addcar",
  665. "style": {
  666. "navigationBarTitleText": "新增年检车辆",
  667. "app-plus": {
  668. "scrollIndicator": "none", //隐藏滚动条
  669. "bounce": "none" //关闭反弹效果
  670. }
  671. }
  672. },
  673. {
  674. "path": "pages/caragent/editcar",
  675. "style": {
  676. "navigationBarTitleText": "编辑年检信息",
  677. "app-plus": {
  678. "scrollIndicator": "none", //隐藏滚动条
  679. "bounce": "none" //关闭反弹效果
  680. }
  681. }
  682. },
  683. {
  684. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", //app更新
  685. "style": {
  686. "disableScroll": true,
  687. "app-plus": {
  688. "backgroundColorTop": "transparent",
  689. "background": "transparent",
  690. "titleNView": false,
  691. "scrollIndicator": false,
  692. "popGesture": "none",
  693. "animationType": "fade-in",
  694. "animationDuration": 200
  695. }
  696. }
  697. }, {
  698. "path": "pages/user/certify",
  699. "style": {
  700. "navigationBarTitleText": "绑定手机号",
  701. "enablePullDownRefresh": false
  702. }
  703. }
  704. ],
  705. "globalStyle": {
  706. "navigationBarTextStyle": "black",
  707. "navigationBarTitleText": "晋掌柜",
  708. "navigationBarBackgroundColor": "#FFFFFF",
  709. // "navigationStyle": "custom",
  710. "backgroundColor": "#FFFFFF"
  711. },
  712. "tabBar": {
  713. "color": "#444444",
  714. "selectedColor": "#FF80AB",
  715. "borderStyle": "black",
  716. "backgroundColor": "#ffffff",
  717. "list": [{
  718. "pagePath": "pages/index/index",
  719. "iconPath": "static/icon/tab/icon_home.png",
  720. "selectedIconPath": "static/icon/tab/icon_home_c.png",
  721. "text": "首页"
  722. },
  723. {
  724. "pagePath": "pages/orders/orders",
  725. "iconPath": "static/icon/tab/icon_xiaoxi.png",
  726. "selectedIconPath": "static/icon/tab/icon_xiaoxi_c.png",
  727. "text": "订单"
  728. },
  729. {
  730. "pagePath": "pages/my/my",
  731. "iconPath": "static/icon/tab/icon_wode.png",
  732. "selectedIconPath": "static/icon/tab/icon_wode_c.png",
  733. "text": "我的"
  734. }
  735. ]
  736. },
  737. "condition": { //模式配置,仅开发期间生效
  738. "current": 0, //当前激活的模式(list 的索引项)
  739. "list": [{
  740. "name": "", //模式名称
  741. "path": "", //启动页面,必选
  742. "query": "" //启动参数,在页面的onLoad函数里面得到
  743. }]
  744. }
  745. }