pages.json 15 KB

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