pages.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/carVideo/index",
  5. "style": {
  6. "navigationBarTitleText": "学车",
  7. "enablePullDownRefresh": false,
  8. // #ifdef MP-WEIXIN
  9. "navigationStyle": "custom"
  10. // #endif
  11. // #ifdef MP-TOUTIAO
  12. "navigationStyle": "default"
  13. // #endif
  14. }
  15. },
  16. {
  17. "path": "pages/teacherVideo/index",
  18. "style": {}
  19. },
  20. {
  21. "path": "pages/carVideo/videoList",
  22. "style": {
  23. "navigationBarTitleText": "学车视频",
  24. "enablePullDownRefresh": false,
  25. // #ifdef MP-WEIXIN
  26. "navigationStyle": "custom"
  27. // #endif
  28. // #ifdef MP-TOUTIAO
  29. "navigationStyle": "default"
  30. // #endif
  31. }
  32. },
  33. {
  34. "path": "pages/extraWeb/index",
  35. "style": {}
  36. },
  37. {
  38. "path": "pages/extraHorWeb/index",
  39. "style": {
  40. "pageOrientation": "landscape"
  41. }
  42. },
  43. {
  44. "path": "pages/download/index",
  45. "style": {
  46. "navigationBarTitleText": "下载",
  47. "enablePullDownRefresh": false
  48. }
  49. },
  50. {
  51. "path": "pages/lightMock/index",
  52. "style": {
  53. "navigationBarTitleText": "灯光模拟",
  54. "enablePullDownRefresh": false
  55. }
  56. },
  57. {
  58. "path": "pages/index/index",
  59. "style": {
  60. "navigationBarTitleText": "极速生活圈",
  61. // #ifdef MP-WEIXIN
  62. "navigationStyle": "custom"
  63. // #endif
  64. // #ifdef MP-TOUTIAO
  65. "navigationStyle": "default"
  66. // #endif
  67. }
  68. },
  69. {
  70. "path": "pages/user/set",
  71. "style": {
  72. "navigationBarTitleText": "我的设置"
  73. }
  74. },
  75. {
  76. "path": "pages/fortune/index",
  77. "style": {
  78. "navigationBarTitleText": "运势测算"
  79. }
  80. },
  81. {
  82. "path": "pages/forecast/index",
  83. "style": {
  84. "navigationBarTitleText": "运势报告"
  85. }
  86. },
  87. {
  88. "path": "pages/user/collectionList",
  89. "style": {
  90. "navigationBarTitleText": "我的收藏"
  91. }
  92. },
  93. {
  94. "path": "pages/user/browserecord",
  95. "style": {
  96. "navigationBarTitleText": "浏览足迹"
  97. }
  98. },
  99. //pdf预览页面
  100. {
  101. "path": "pages/pdfPreview/index",
  102. "style": {
  103. "navigationBarTitleText": "",
  104. "enablePullDownRefresh": false
  105. }
  106. },
  107. //模拟考试的页面
  108. {
  109. "path": "pages/mockExam/begin",
  110. "style": {
  111. "navigationBarTitleText": "",
  112. "enablePullDownRefresh": false,
  113. "pageOrientation": "landscape",
  114. // #ifdef MP-WEIXIN
  115. "navigationStyle": "custom"
  116. // #endif
  117. // #ifdef MP-TOUTIAO
  118. "navigationStyle": "default"
  119. // #endif
  120. }
  121. },
  122. {
  123. "path": "pages/mockExam/test",
  124. "style": {
  125. "navigationBarTitleText": "",
  126. "enablePullDownRefresh": false,
  127. "pageOrientation": "landscape",
  128. // #ifdef MP-WEIXIN
  129. "navigationStyle": "custom"
  130. // #endif
  131. // #ifdef MP-TOUTIAO
  132. "navigationStyle": "default"
  133. // #endif
  134. }
  135. },
  136. {
  137. "path": "pages/user/order",
  138. "style": {
  139. "navigationBarTitleText": "我的订单",
  140. "enablePullDownRefresh": false
  141. }
  142. },
  143. {
  144. "path": "pages/fulu/index",
  145. "style": {
  146. "navigationBarTitleText": "",
  147. "enablePullDownRefresh": false
  148. }
  149. },
  150. {
  151. "path": "pages/fulu/placeorder",
  152. "style": {
  153. "navigationBarTitleText": "",
  154. "enablePullDownRefresh": false
  155. }
  156. },
  157. {
  158. "path": "pages/fulu/orderdes",
  159. "style": {
  160. "navigationBarTitleText": "",
  161. "enablePullDownRefresh": false
  162. }
  163. },
  164. // {
  165. // "path": "pages/phoneBill/index",
  166. // "style": {
  167. // "navigationBarTitleText": "",
  168. // "enablePullDownRefresh": false
  169. // }
  170. // },
  171. // {
  172. // "path": "pages/phoneBill/orderdes",
  173. // "style": {
  174. // "navigationBarTitleText": "",
  175. // "enablePullDownRefresh": false
  176. // }
  177. // },
  178. {
  179. "path": "pages/carVideo/play",
  180. "style": {
  181. "navigationBarTitleText": "",
  182. "enablePullDownRefresh": false
  183. }
  184. },
  185. {
  186. "path": "pages/carVideo/more",
  187. "style": {
  188. "navigationBarTitleText": ""
  189. }
  190. },
  191. {
  192. "path": "pages/user/index",
  193. "style": {
  194. "navigationBarTitleText": "用户信息"
  195. }
  196. },
  197. {
  198. "path": "pages/carVideo/shortVideoPaly",
  199. "style": {
  200. "disableScroll": true,
  201. // #ifdef MP-WEIXIN
  202. "navigationStyle": "custom"
  203. // #endif
  204. // #ifdef MP-TOUTIAO
  205. "navigationStyle": "default"
  206. // #endif
  207. }
  208. },
  209. {
  210. "path": "pages/carVideo/moreVideo",
  211. "style": {
  212. "disableScroll": true,
  213. // #ifdef MP-WEIXIN
  214. "navigationStyle": "custom"
  215. // #endif
  216. // #ifdef MP-TOUTIAO
  217. "navigationStyle": "default"
  218. // #endif
  219. }
  220. }
  221. ],
  222. "subPackages": [
  223. {
  224. "root": "otherPages",
  225. "pages": [
  226. {
  227. "path": "joinBusiness/index",
  228. "style": {}
  229. },
  230. {
  231. "path": "forecastHistory/index",
  232. "style": {
  233. "navigationBarTitleText": "历史列表"
  234. }
  235. },
  236. {
  237. "path": "careEveryDay/index",
  238. "style": {}
  239. },
  240. {
  241. "path": "videoSubjectList/index",
  242. "style": {}
  243. },
  244. {
  245. "path": "careGzh/index",
  246. "style": {
  247. "navigationBarTitleText": "关注公众号"
  248. }
  249. },
  250. {
  251. "path": "marked/index",
  252. "style": {}
  253. },
  254. {
  255. "path": "playStorageVideo/index",
  256. "style": {
  257. "navigationBarTitleText": "播放视频"
  258. }
  259. },
  260. {
  261. "path": "playStorageWebSrc/index",
  262. "style": {
  263. "navigationBarTitleText": ""
  264. }
  265. },
  266. {
  267. "path": "playUrlVideo/index",
  268. "style": {
  269. "navigationBarTitleText": "播放视频"
  270. }
  271. },
  272. {
  273. "path": "examRoadVideo/index",
  274. "style": {
  275. "navigationBarTitleText": "科目三真实考场"
  276. }
  277. },
  278. {
  279. "path": "myExamRoadVideo/index",
  280. "style": {
  281. "navigationBarTitleText": "我的考场",
  282. "navigationStyle": "custom"
  283. }
  284. },
  285. {
  286. "path": "beforeThreeExam/index",
  287. "style": {
  288. "navigationStyle": "custom"
  289. }
  290. },
  291. {
  292. "path": "threeExam/index",
  293. "style": {
  294. "navigationBarTitleText": "三力测试",
  295. "navigationStyle": "default"
  296. }
  297. },
  298. {
  299. "path": "threeExamScore/index",
  300. "style": {
  301. "navigationBarTitleText": "三力测试结果",
  302. "navigationStyle": "default",
  303. "usingComponents": {}
  304. }
  305. },
  306. {
  307. "path": "courseCatalog/index",
  308. "styles": {
  309. "navigationStyle": "custom"
  310. }
  311. },
  312. {
  313. "path": "userInfoAuth/index",
  314. "style": {
  315. "navigationBarTitleText": "更新个人信息",
  316. "enablePullDownRefresh": false
  317. }
  318. },
  319. {
  320. "path": "userAdvise/index",
  321. "style": {
  322. "navigationBarTitleText": "提交反馈",
  323. "enablePullDownRefresh": false
  324. }
  325. },
  326. {
  327. "path": "exerciseSpecify/index",
  328. "style": {}
  329. },
  330. {
  331. "path": "exerciseMi/index",
  332. "style": {}
  333. },
  334. {
  335. "path": "exerciseFree/index",
  336. "style": {
  337. "navigationBarTitleText": "免费练习"
  338. }
  339. },
  340. {
  341. "path": "exerciseWrong/index",
  342. "style": {
  343. "navigationBarTitleText": "错题练习"
  344. }
  345. },
  346. {
  347. "path": "exerciseCollect/index",
  348. "style": {
  349. "navigationBarTitleText": "收藏题练习"
  350. }
  351. },
  352. {
  353. "path": "code/index",
  354. "styles": {}
  355. },
  356. {
  357. "path": "classifyOrder/index",
  358. "style": {
  359. "navigationBarTitleText": "顺序练习",
  360. "enablePullDownRefresh": false
  361. }
  362. },
  363. {
  364. "path": "classifyKind/index",
  365. "style": {
  366. "navigationBarTitleText": "分类练习",
  367. "enablePullDownRefresh": false
  368. }
  369. },
  370. {
  371. "path": "classifyArea/index",
  372. "style": {
  373. "navigationBarTitleText": "区域练习",
  374. "enablePullDownRefresh": false
  375. }
  376. },
  377. {
  378. "path": "classifyChoose/index",
  379. "style": {
  380. "navigationBarTitleText": "精选考题",
  381. "enablePullDownRefresh": false
  382. }
  383. },
  384. {
  385. "path": "testScores/index",
  386. "style": {
  387. "navigationBarTitleText": "模拟考试分数",
  388. "enablePullDownRefresh": false
  389. }
  390. },
  391. {
  392. "path": "beforeMockExam/index",
  393. "style": {
  394. "navigationBarTitleText": "模拟考试",
  395. "enablePullDownRefresh": false,
  396. "navigationStyle": "default"
  397. }
  398. },
  399. {
  400. "path": "collection/index",
  401. "style": {
  402. "navigationBarTitleText": "错题•收藏"
  403. }
  404. },
  405. {
  406. "path": "classifyFree/index",
  407. "style": {
  408. "navigationBarTitleText": "免费体验",
  409. "enablePullDownRefresh": false
  410. }
  411. },
  412. {
  413. "path": "buyVip/index",
  414. "style": {
  415. "navigationBarTitleText": "购买vip",
  416. "enablePullDownRefresh": false
  417. }
  418. },
  419. {
  420. "path": "mockExam/index",
  421. "style": {
  422. "navigationBarTitleText": "模拟考试",
  423. "enablePullDownRefresh": false
  424. }
  425. },
  426. {
  427. "path": "mockExamEnd/index",
  428. "style": {
  429. "navigationBarTitleText": "模拟考试结果",
  430. "enablePullDownRefresh": false
  431. }
  432. },
  433. {
  434. "path": "exercise/index",
  435. "style": {
  436. "navigationBarTitleText": "练习",
  437. "enablePullDownRefresh": false
  438. }
  439. },
  440. {
  441. "path": "download/index",
  442. "style": {
  443. "navigationBarTitleText": "下载",
  444. "enablePullDownRefresh": false
  445. }
  446. },
  447. {
  448. "path": "exerciseExam/index",
  449. "style": {
  450. "navigationBarTitleText": "单选测试",
  451. "enablePullDownRefresh": false
  452. }
  453. },
  454. {
  455. "path": "selectRulePaper/index",
  456. "style": {
  457. "navigationBarTitleText": "考前秘卷",
  458. "enablePullDownRefresh": false
  459. }
  460. },
  461. {
  462. "path": "pdfList/index",
  463. "style": {
  464. "navigationBarTitleText": "电子版答案",
  465. "enablePullDownRefresh": false
  466. }
  467. },
  468. {
  469. "path": "createReferCode/index",
  470. "style": {
  471. "navigationBarTitleText": "生成推荐码",
  472. "enablePullDownRefresh": false
  473. }
  474. }
  475. ]
  476. }
  477. ],
  478. "tabBar": {
  479. "custom":true,
  480. "color": "#7A7E83",
  481. "selectedColor": "#498EF5",
  482. "borderStyle": "white",
  483. "backgroundColor": "#ffffff",
  484. "list": [
  485. {
  486. "pagePath": "pages/carVideo/index",
  487. "iconPath": "static/imgs/car.png",
  488. "selectedIconPath": "static/imgs/car-active.png",
  489. "text": "驾考"
  490. },
  491. {
  492. "pagePath": "pages/teacherVideo/index",
  493. "iconPath": "static/imgs/video.png",
  494. "selectedIconPath": "static/imgs/video-active.png",
  495. "text": "教学视频"
  496. },
  497. {
  498. "pagePath": "pages/fortune/index",
  499. "iconPath": "static/imgs/fortune.png",
  500. "selectedIconPath": "static/imgs/fortune-active.png",
  501. "text": "运势报告"
  502. },
  503. {
  504. "pagePath": "pages/user/index",
  505. "iconPath": "static/imgs/user.png",
  506. "selectedIconPath": "static/imgs/user-active.png",
  507. "text": "我的"
  508. }
  509. ]
  510. },
  511. // #ifdef MP-TOUTIAO
  512. "easycom": {
  513. "autoscan": true,
  514. "custom": {
  515. "van-(.*)": "vant-weapp-convert-uniapp/components/van-$1/van-$1.vue"
  516. }
  517. },
  518. // #endif
  519. "globalStyle": {
  520. "navigationBarTextStyle": "black",
  521. "navigationBarTitleText": "",
  522. "navigationBarBackgroundColor": "#F8F8F8",
  523. "backgroundColor": "#F8F8F8",
  524. "usingComponents": {
  525. "van-empty": "./wxcomponents/vant/empty/index",
  526. "van-overlay": "./wxcomponents/vant/overlay/index",
  527. "van-tabbar": "./wxcomponents/vant/tabbar/index",
  528. "van-tabbar-item": "./wxcomponents/vant/tabbar-item/index",
  529. "van-search": "./wxcomponents/vant/search/index",
  530. "van-icon": "./wxcomponents/vant/icon/index",
  531. "van-row": "./wxcomponents/vant/row/index",
  532. "van-col": "./wxcomponents/vant/col/index",
  533. "van-transition": "./wxcomponents/vant/transition/index",
  534. "van-image": "./wxcomponents/vant/image/index",
  535. "van-checkbox": "./wxcomponents/vant/checkbox/index",
  536. "van-checkbox-group": "./wxcomponents/vant/checkbox-group/index",
  537. "van-radio": "./wxcomponents/vant/radio/index",
  538. "van-radio-group": "./wxcomponents/vant/radio-group/index",
  539. "van-cell": "./wxcomponents/vant/cell/index",
  540. "van-cell-group": "./wxcomponents/vant/cell-group/index",
  541. "van-switch": "./wxcomponents/vant/switch/index",
  542. "van-popup": "./wxcomponents/vant/popup/index",
  543. "van-skeleton": "./wxcomponents/vant/skeleton/index",
  544. "van-field": "./wxcomponents/vant/field/index",
  545. "van-area": "./wxcomponents/vant/area/index",
  546. "van-button": "./wxcomponents/vant/button/index",
  547. "van-divider": "./wxcomponents/vant/divider/index",
  548. "van-count-down": "./wxcomponents/vant/count-down/index",
  549. "van-dialog": "./wxcomponents/vant/dialog/index",
  550. "van-tab": "./wxcomponents/vant/tab/index",
  551. "van-tabs": "./wxcomponents/vant/tabs/index",
  552. "van-picker": "./wxcomponents/vant/picker/index",
  553. "van-share-sheet": "./wxcomponents/vant/share-sheet/index",
  554. "van-index-bar": "./wxcomponents/vant/index-bar/index",
  555. "van-index-anchor": "./wxcomponents/vant/index-anchor/index",
  556. "van-stepper": "./wxcomponents/vant/stepper/index",
  557. "van-sidebar": "wxcomponents/vant/sidebar/index",
  558. "van-sidebar-item": "wxcomponents/vant/sidebar-item/index",
  559. "van-grid": "wxcomponents/vant/grid/index",
  560. "van-grid-item": "wxcomponents/vant/grid-item/index",
  561. "van-nav-bar": "wxcomponents/vant/nav-bar/index",
  562. "van-action-sheet": "wxcomponents/vant/action-sheet/index",
  563. "van-uploader": "wxcomponents/vant/uploader/index"
  564. }
  565. },
  566. "condition": {
  567. //模式配置,仅开发期间生效
  568. "current": 0, //当前激活的模式(list 的索引项)
  569. "list": [
  570. {
  571. "path": "otherPages/joinBusiness/index",
  572. "name": "招商加盟"
  573. },
  574. {
  575. "path": "otherPages/userAdvise/index",
  576. "name": "反馈建议"
  577. },
  578. {
  579. "path": "otherPages/myExamRoadVideo/index",
  580. "name": "我的考场"
  581. },
  582. {
  583. "path": "otherPages/videoSubjectList/index",
  584. "name": "视频列表",
  585. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=&gs=xc&cert=C1/C2/C3&vehicle=轿车&subject=1&title=精选考题&sort=3"
  586. },
  587. {
  588. "path": "pages/teacherVideo/index",
  589. "name": "教学视频",
  590. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=&gs=xc&cert=C1/C2/C3&vehicle=轿车&subject=1&title=精选考题&sort=3"
  591. },
  592. {
  593. "path": "otherPages/classifyChoose/index",
  594. "name": "分类练习",
  595. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=&gs=xc&cert=C1/C2/C3&vehicle=轿车&subject=1&title=精选考题&sort=3"
  596. },
  597. {
  598. "path": "otherPages/threeExamScore/index",
  599. "name": "三力测试结果页",
  600. "query": "score=90"
  601. },
  602. {
  603. "path": "otherPages/beforeThreeExam/index",
  604. "name": "三力测试引导页"
  605. },
  606. {
  607. "path": "otherPages/examRoadVideo/index",
  608. "name": "道路视频"
  609. },
  610. {
  611. "path": "otherPages/userInfoAuth/index",
  612. "name": "用户信息授权填写"
  613. },
  614. {
  615. "path": "pages/user/index",
  616. "name": "用户"
  617. },
  618. {
  619. "path": "otherPages/mockExamEnd/index",
  620. "name": "考试结束",
  621. "query": "score=0&useTime=0:1&questionIds=&type=exam&cert=C1/C2/C3&vehicle=轿车&subject=1&title=模拟考试&liceCar=1&liceTruck=&liceBus=&liceMoto=&name=科目一&gs=xc&sort=3"
  622. },
  623. {
  624. "path": "otherPages/mockExam/index",
  625. "name": "模拟考试",
  626. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=&gs=xc&cert=C1/C2/C3&vehicle=轿车&subject=1&title=模拟考试&sort=3"
  627. },
  628. {
  629. "name": "模拟考试开始", //模式名称
  630. "path": "pages/mockExam/begin", //启动页面,必选
  631. "query": "username=张宇&subject=1&type=liceCar&headimg=https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTL42T648KSueEiaibrIt0jgEmgBUlRvbu1ES3VnKoBicK4GOnuYK8oeSLL0V0gmeGaWwONo78oPpvzUQ/132" //启动参数,在页面的onLoad函数里面得到
  632. },
  633. {
  634. "name": "模拟考试考试", //模式名称
  635. "path": "pages/mockExam/test", //启动页面,必选
  636. "query": "username=张宇&subject=1&type=liceCar&headimg=https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTL42T648KSueEiaibrIt0jgEmgBUlRvbu1ES3VnKoBicK4GOnuYK8oeSLL0V0gmeGaWwONo78oPpvzUQ/132" //启动参数,在页面的onLoad函数里面得到
  637. },
  638. {
  639. "name": "灯光模拟",
  640. "path": "pages/lightMock/index"
  641. },
  642. {
  643. "name": "获取code",
  644. "path": "otherPages/code/index"
  645. },
  646. {
  647. "name": "查看网页",
  648. "path": "pages/extraWeb/index",
  649. "query": "src=https://nbjk-h5.zzxcx.net"
  650. },
  651. {
  652. "name": "购买vip",
  653. "path": "otherPages/buyVip/index"
  654. },
  655. {
  656. "name": "模拟考试仿真题目",
  657. "path": "otherPages/mockExam/index",
  658. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=科目一&cert=C1/C2/C3&vehicle=轿车&subject=1&title=模拟考试&sort=3"
  659. },
  660. {
  661. "name": "模拟考试结果",
  662. "path": "otherPages/mockExamEnd/index",
  663. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=科目一&cert=C1/C2/C3&vehicle=轿车&subject=1&title=模拟考试&sort=3"
  664. },
  665. {
  666. "name": "查看成绩",
  667. "path": "otherPages/testScores/index",
  668. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=科目一&cert=C1/C2/C3&vehicle=轿车&subject=4&title=顺序练习&sort=3&excellIssueName=新增题库"
  669. },
  670. {
  671. "name": "练习",
  672. "path": "otherPages/exercise/index",
  673. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=科目一&cert=C1/C2/C3&vehicle=轿车&subject=4&title=顺序练习&sort=3&excellIssueName=新增题库"
  674. },
  675. {
  676. "name": "指定的练习",
  677. "path": "otherPages/exerciseSpecify/index",
  678. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=%E7%A7%91%E7%9B%AE%E4%B8%80&gs=xc&cert=C1%2FC2%2FC3&vehicle=%E8%BD%BF%E8%BD%A6&subject=1&title=%E7%B2%BE%E9%80%89%E8%80%83%E9%A2%98&sort=3&__id__=1"
  679. },
  680. {
  681. "name": "科一秘卷",
  682. "path": "otherPages/selectRulePaper/index",
  683. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=%E7%A7%91%E7%9B%AE%E4%B8%80&gs=xc&cert=C1%2FC2%2FC3&vehicle=%E8%BD%BF%E8%BD%A6&subject=1&title=%E7%B2%BE%E9%80%89%E8%80%83%E9%A2%98&sort=3&__id__=1"
  684. },
  685. {
  686. "name": "公众号看视频",
  687. "path": "pages/carVideo/videoList",
  688. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=%E7%A7%91%E7%9B%AE%E4%B8%80&gs=xc&cert=C1%2FC2%2FC3&vehicle=%E8%BD%BF%E8%BD%A6&subject=1&title=%E7%B2%BE%E9%80%89%E8%80%83%E9%A2%98&sort=3&__id__=1"
  689. },
  690. {
  691. "name": "查看更多视频",
  692. "path": "pages/carVideo/moreVideo",
  693. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=%E7%A7%91%E7%9B%AE%E4%B8%80&gs=xc&cert=C1%2FC2%2FC3&vehicle=%E8%BD%BF%E8%BD%A6&subject=1&title=%E7%B2%BE%E9%80%89%E8%80%83%E9%A2%98&sort=3&__id__=1"
  694. },
  695. {
  696. "name": "pdf列表",
  697. "path": "otherPages/pdfList/index",
  698. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=%E7%A7%91%E7%9B%AE%E4%B8%80&gs=xc&cert=C1%2FC2%2FC3&vehicle=%E8%BD%BF%E8%BD%A6&subject=1&title=%E7%B2%BE%E9%80%89%E8%80%83%E9%A2%98&sort=3&__id__=1"
  699. },
  700. {
  701. "name": "关注公众号",
  702. "path": "otherPages/careGzh/index",
  703. "query": ""
  704. },
  705. {
  706. "name": "运势",
  707. "path": "pages/fortune/index",
  708. "query": ""
  709. },
  710. {
  711. "name": "运势报告",
  712. "path": "pages/forecast/index",
  713. "query": "birthday=2023-11-01+23:00:00&isSave=0&sex=2&username=%E7%9A%84"
  714. },
  715. {
  716. "name": "运势历史",
  717. "path": "otherPages/forecastHistory/index",
  718. "query": ""
  719. }
  720. ]
  721. }
  722. }