pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  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/careGzh/index",
  18. "styles": {}
  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/user/collectionList",
  77. "style": {
  78. "navigationBarTitleText": "我的收藏"
  79. }
  80. },
  81. {
  82. "path": "pages/user/browserecord",
  83. "style": {
  84. "navigationBarTitleText": "浏览足迹"
  85. }
  86. },
  87. //pdf预览页面
  88. {
  89. "path": "pages/pdfPreview/index",
  90. "style": {
  91. "navigationBarTitleText": "",
  92. "enablePullDownRefresh": false
  93. }
  94. },
  95. //模拟考试的页面
  96. {
  97. "path": "pages/mockExam/begin",
  98. "style": {
  99. "navigationBarTitleText": "",
  100. "enablePullDownRefresh": false,
  101. "pageOrientation": "landscape",
  102. // #ifdef MP-WEIXIN
  103. "navigationStyle": "custom"
  104. // #endif
  105. // #ifdef MP-TOUTIAO
  106. "navigationStyle": "default"
  107. // #endif
  108. }
  109. },
  110. {
  111. "path": "pages/mockExam/test",
  112. "style": {
  113. "navigationBarTitleText": "",
  114. "enablePullDownRefresh": false,
  115. "pageOrientation": "landscape",
  116. // #ifdef MP-WEIXIN
  117. "navigationStyle": "custom"
  118. // #endif
  119. // #ifdef MP-TOUTIAO
  120. "navigationStyle": "default"
  121. // #endif
  122. }
  123. },
  124. {
  125. "path": "pages/user/order",
  126. "style": {
  127. "navigationBarTitleText": "我的订单",
  128. "enablePullDownRefresh": false
  129. }
  130. },
  131. {
  132. "path": "pages/fulu/index",
  133. "style": {
  134. "navigationBarTitleText": "",
  135. "enablePullDownRefresh": false
  136. }
  137. },
  138. {
  139. "path": "pages/fulu/placeorder",
  140. "style": {
  141. "navigationBarTitleText": "",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path": "pages/fulu/orderdes",
  147. "style": {
  148. "navigationBarTitleText": "",
  149. "enablePullDownRefresh": false
  150. }
  151. },
  152. // {
  153. // "path": "pages/phoneBill/index",
  154. // "style": {
  155. // "navigationBarTitleText": "",
  156. // "enablePullDownRefresh": false
  157. // }
  158. // },
  159. // {
  160. // "path": "pages/phoneBill/orderdes",
  161. // "style": {
  162. // "navigationBarTitleText": "",
  163. // "enablePullDownRefresh": false
  164. // }
  165. // },
  166. {
  167. "path": "pages/carVideo/play",
  168. "style": {
  169. "navigationBarTitleText": "",
  170. "enablePullDownRefresh": false
  171. }
  172. },
  173. {
  174. "path": "pages/carVideo/more",
  175. "style": {
  176. "navigationBarTitleText": ""
  177. }
  178. },
  179. {
  180. "path": "pages/user/index",
  181. "style": {
  182. "navigationBarTitleText": "用户信息"
  183. }
  184. },
  185. {
  186. "path": "pages/carVideo/shortVideoPaly",
  187. "style": {
  188. "disableScroll": true,
  189. // #ifdef MP-WEIXIN
  190. "navigationStyle": "custom"
  191. // #endif
  192. // #ifdef MP-TOUTIAO
  193. "navigationStyle": "default"
  194. // #endif
  195. }
  196. },
  197. {
  198. "path": "pages/carVideo/moreVideo",
  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. "subPackages": [
  211. {
  212. "root": "otherPages",
  213. "pages": [
  214. {
  215. "path": "marked/index",
  216. "styles": {}
  217. },
  218. {
  219. "path": "playVideo/index",
  220. "styles": {}
  221. },
  222. {
  223. "path": "examRoadVideo/index",
  224. "styles": {
  225. "navigationStyle": "custom"
  226. }
  227. },
  228. {
  229. "path": "threeExam/index",
  230. "style": {
  231. "navigationStyle": "custom"
  232. }
  233. },
  234. {
  235. "path": "courseCatalog/index",
  236. "styles": {
  237. "navigationStyle": "custom"
  238. }
  239. },
  240. {
  241. "path": "userInfoAuth/index",
  242. "style": {
  243. "navigationBarTitleText": "更新个人信息",
  244. "enablePullDownRefresh": false
  245. }
  246. },
  247. {
  248. "path": "exerciseSpecify/index",
  249. "style": {}
  250. },
  251. {
  252. "path": "exerciseMi/index",
  253. "style": {}
  254. },
  255. {
  256. "path": "exerciseFree/index",
  257. "style": {
  258. "navigationBarTitleText": "免费练习"
  259. }
  260. },
  261. {
  262. "path": "exerciseWrong/index",
  263. "style": {
  264. "navigationBarTitleText": "错题练习"
  265. }
  266. },
  267. {
  268. "path": "exerciseCollect/index",
  269. "style": {
  270. "navigationBarTitleText": "收藏题练习"
  271. }
  272. },
  273. {
  274. "path": "code/index",
  275. "styles": {}
  276. },
  277. {
  278. "path": "classifyOrder/index",
  279. "style": {
  280. "navigationBarTitleText": "顺序练习",
  281. "enablePullDownRefresh": false
  282. }
  283. },
  284. {
  285. "path": "classifyKind/index",
  286. "style": {
  287. "navigationBarTitleText": "分类练习",
  288. "enablePullDownRefresh": false
  289. }
  290. },
  291. {
  292. "path": "classifyArea/index",
  293. "style": {
  294. "navigationBarTitleText": "区域练习",
  295. "enablePullDownRefresh": false
  296. }
  297. },
  298. {
  299. "path": "classifyChoose/index",
  300. "style": {
  301. "navigationBarTitleText": "精选练习",
  302. "enablePullDownRefresh": false
  303. }
  304. },
  305. {
  306. "path": "testScores/index",
  307. "style": {
  308. "navigationBarTitleText": "模拟考试分数",
  309. "enablePullDownRefresh": false
  310. }
  311. },
  312. {
  313. "path": "beforeMockExam/index",
  314. "style": {
  315. "navigationBarTitleText": "模拟考试",
  316. "enablePullDownRefresh": false,
  317. "navigationStyle": "default"
  318. }
  319. },
  320. {
  321. "path": "collection/index",
  322. "style": {
  323. "navigationBarTitleText": "错题•收藏"
  324. }
  325. },
  326. {
  327. "path": "classifyFree/index",
  328. "style": {
  329. "navigationBarTitleText": "免费体验",
  330. "enablePullDownRefresh": false
  331. }
  332. },
  333. {
  334. "path": "buyVip/index",
  335. "style": {
  336. "navigationBarTitleText": "购买vip",
  337. "enablePullDownRefresh": false
  338. }
  339. },
  340. {
  341. "path": "mockExam/index",
  342. "style": {
  343. "navigationBarTitleText": "模拟考试",
  344. "enablePullDownRefresh": false
  345. }
  346. },
  347. {
  348. "path": "mockExamEnd/index",
  349. "style": {
  350. "navigationBarTitleText": "模拟考试结果",
  351. "enablePullDownRefresh": false
  352. }
  353. },
  354. {
  355. "path": "exercise/index",
  356. "style": {
  357. "navigationBarTitleText": "练习",
  358. "enablePullDownRefresh": false
  359. }
  360. },
  361. {
  362. "path": "download/index",
  363. "style": {
  364. "navigationBarTitleText": "下载",
  365. "enablePullDownRefresh": false
  366. }
  367. },
  368. {
  369. "path": "exerciseExam/index",
  370. "style": {
  371. "navigationBarTitleText": "单选测试",
  372. "enablePullDownRefresh": false
  373. }
  374. },
  375. {
  376. "path": "selectRulePaper/index",
  377. "style": {
  378. "navigationBarTitleText": "考前秘卷",
  379. "enablePullDownRefresh": false
  380. }
  381. },
  382. {
  383. "path": "pdfList/index",
  384. "style": {
  385. "navigationBarTitleText": "电子版答案",
  386. "enablePullDownRefresh": false
  387. }
  388. }
  389. ]
  390. }
  391. ],
  392. "tabBar": {
  393. "color": "#7A7E83",
  394. "selectedColor": "#498EF5",
  395. "borderStyle": "white",
  396. "backgroundColor": "#ffffff",
  397. "list": [
  398. // {
  399. // "pagePath": "pages/home/index",
  400. // "iconPath": "static/imgs/home.png",
  401. // "selectedIconPath": "static/imgs/home-avtive.png",
  402. // "text": "首页"
  403. // },
  404. {
  405. "pagePath": "pages/carVideo/index",
  406. "iconPath": "static/imgs/car.png",
  407. "selectedIconPath": "static/imgs/car-active.png",
  408. "text": "驾考"
  409. },
  410. {
  411. "pagePath": "pages/careGzh/index",
  412. "iconPath": "static/imgs/video.png",
  413. "selectedIconPath": "static/imgs/video-active.png",
  414. "text": "视频"
  415. },
  416. {
  417. "pagePath": "pages/user/index",
  418. "iconPath": "static/imgs/user.png",
  419. "selectedIconPath": "static/imgs/user-active.png",
  420. "text": "我的"
  421. }
  422. ]
  423. },
  424. // #ifdef MP-TOUTIAO
  425. "easycom": {
  426. "autoscan": true,
  427. "custom": {
  428. "van-(.*)": "vant-weapp-convert-uniapp/components/van-$1/van-$1.vue"
  429. }
  430. },
  431. // #endif
  432. "globalStyle": {
  433. "navigationBarTextStyle": "black",
  434. "navigationBarTitleText": "",
  435. "navigationBarBackgroundColor": "#F8F8F8",
  436. "backgroundColor": "#F8F8F8",
  437. "usingComponents": {
  438. "van-empty":"./wxcomponents/vant/empty/index",
  439. "van-overlay": "./wxcomponents/vant/overlay/index",
  440. "van-tabbar": "./wxcomponents/vant/tabbar/index",
  441. "van-tabbar-item": "./wxcomponents/vant/tabbar-item/index",
  442. "van-search": "./wxcomponents/vant/search/index",
  443. "van-icon": "./wxcomponents/vant/icon/index",
  444. "van-row": "./wxcomponents/vant/row/index",
  445. "van-col": "./wxcomponents/vant/col/index",
  446. "van-transition": "./wxcomponents/vant/transition/index",
  447. "van-image": "./wxcomponents/vant/image/index",
  448. "van-checkbox": "./wxcomponents/vant/checkbox/index",
  449. "van-checkbox-group": "./wxcomponents/vant/checkbox-group/index",
  450. "van-radio": "./wxcomponents/vant/radio/index",
  451. "van-radio-group": "./wxcomponents/vant/radio-group/index",
  452. "van-cell": "./wxcomponents/vant/cell/index",
  453. "van-cell-group": "./wxcomponents/vant/cell-group/index",
  454. "van-switch": "./wxcomponents/vant/switch/index",
  455. "van-popup": "./wxcomponents/vant/popup/index",
  456. "van-skeleton": "./wxcomponents/vant/skeleton/index",
  457. "van-field": "./wxcomponents/vant/field/index",
  458. "van-area": "./wxcomponents/vant/area/index",
  459. "van-button": "./wxcomponents/vant/button/index",
  460. "van-divider": "./wxcomponents/vant/divider/index",
  461. "van-count-down": "./wxcomponents/vant/count-down/index",
  462. "van-dialog": "./wxcomponents/vant/dialog/index",
  463. "van-tab": "./wxcomponents/vant/tab/index",
  464. "van-tabs": "./wxcomponents/vant/tabs/index",
  465. "van-picker": "./wxcomponents/vant/picker/index",
  466. "van-share-sheet": "./wxcomponents/vant/share-sheet/index",
  467. "van-index-bar": "./wxcomponents/vant/index-bar/index",
  468. "van-index-anchor": "./wxcomponents/vant/index-anchor/index",
  469. "van-stepper": "./wxcomponents/vant/stepper/index",
  470. "van-sidebar": "wxcomponents/vant/sidebar/index",
  471. "van-sidebar-item": "wxcomponents/vant/sidebar-item/index",
  472. "van-grid": "wxcomponents/vant/grid/index",
  473. "van-grid-item": "wxcomponents/vant/grid-item/index",
  474. "van-nav-bar": "wxcomponents/vant/nav-bar/index"
  475. }
  476. },
  477. "condition": {
  478. //模式配置,仅开发期间生效
  479. "current": 0, //当前激活的模式(list 的索引项)
  480. "list": [
  481. {
  482. "path": "otherPages/classifyChoose/index",
  483. "name": "分类练习",
  484. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=&gs=xc&cert=C1/C2/C3&vehicle=轿车&subject=1&title=精选考题&sort=3"
  485. },
  486. {
  487. "path": "otherPages/threeExam/index",
  488. "name": "三力测试"
  489. },
  490. {
  491. "path": "otherPages/examRoadVideo/index",
  492. "name": "道路视频"
  493. },
  494. {
  495. "path": "otherPages/userInfoAuth/index",
  496. "name": "用户信息授权填写"
  497. },
  498. {
  499. "path": "pages/user/index",
  500. "name": "用户"
  501. },
  502. {
  503. "path": "otherPages/mockExamEnd/index",
  504. "name": "考试结束",
  505. "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"
  506. },
  507. {
  508. "path": "otherPages/mockExam/index",
  509. "name": "模拟考试",
  510. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=&gs=xc&cert=C1/C2/C3&vehicle=轿车&subject=1&title=模拟考试&sort=3"
  511. },
  512. {
  513. "name": "模拟考试开始", //模式名称
  514. "path": "pages/mockExam/begin", //启动页面,必选
  515. "query": "username=张宇&subject=1&type=liceCar&headimg=https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTL42T648KSueEiaibrIt0jgEmgBUlRvbu1ES3VnKoBicK4GOnuYK8oeSLL0V0gmeGaWwONo78oPpvzUQ/132" //启动参数,在页面的onLoad函数里面得到
  516. },
  517. {
  518. "name": "模拟考试考试", //模式名称
  519. "path": "pages/mockExam/test", //启动页面,必选
  520. "query": "username=张宇&subject=1&type=liceCar&headimg=https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTL42T648KSueEiaibrIt0jgEmgBUlRvbu1ES3VnKoBicK4GOnuYK8oeSLL0V0gmeGaWwONo78oPpvzUQ/132" //启动参数,在页面的onLoad函数里面得到
  521. },
  522. {
  523. "name": "灯光模拟",
  524. "path": "pages/lightMock/index"
  525. },
  526. {
  527. "name": "获取code",
  528. "path": "otherPages/code/index"
  529. },
  530. {
  531. "name": "查看网页",
  532. "path": "pages/extraWeb/index",
  533. "query": "src=https://nbjk-h5.zzxcx.net"
  534. },
  535. {
  536. "name": "购买vip",
  537. "path": "otherPages/buyVip/index"
  538. },
  539. {
  540. "name": "模拟考试仿真题目",
  541. "path": "otherPages/mockExam/index",
  542. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=科目一&cert=C1/C2/C3&vehicle=轿车&subject=1&title=模拟考试&sort=3"
  543. },
  544. {
  545. "name": "模拟考试结果",
  546. "path": "otherPages/mockExamEnd/index",
  547. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=科目一&cert=C1/C2/C3&vehicle=轿车&subject=1&title=模拟考试&sort=3"
  548. },
  549. {
  550. "name": "查看成绩",
  551. "path": "otherPages/testScores/index",
  552. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=科目一&cert=C1/C2/C3&vehicle=轿车&subject=4&title=顺序练习&sort=3&excellIssueName=新增题库"
  553. },
  554. {
  555. "name": "练习",
  556. "path": "otherPages/exercise/index",
  557. "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=科目一&cert=C1/C2/C3&vehicle=轿车&subject=4&title=顺序练习&sort=3&excellIssueName=新增题库"
  558. },
  559. {
  560. "name": "指定的练习",
  561. "path": "otherPages/exerciseSpecify/index",
  562. "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"
  563. },
  564. {
  565. "name": "科一秘卷",
  566. "path": "otherPages/selectRulePaper/index",
  567. "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"
  568. },
  569. {
  570. "name": "公众号看视频",
  571. "path": "pages/carVideo/videoList",
  572. "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"
  573. },
  574. {
  575. "name": "查看更多视频",
  576. "path": "pages/carVideo/moreVideo",
  577. "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"
  578. },
  579. {
  580. "name": "pdf列表",
  581. "path": "otherPages/pdfList/index",
  582. "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"
  583. },
  584. {
  585. "name": "关注公众号",
  586. "path": "otherPages/careGzh/index",
  587. "query": ""
  588. }
  589. ]
  590. }
  591. }