学员端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

619 lines
15 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
11 months ago
1 year ago
11 months ago
11 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
11 months ago
1 year ago
11 months ago
1 year ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/tabbar/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true,
  9. "backgroundTextStyle": "dark"
  10. }
  11. },
  12. {
  13. "path": "pages/tabbar/mine/index",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "navigationStyle": "custom",
  17. "enablePullDownRefresh": true,
  18. "backgroundTextStyle": "dark"
  19. }
  20. },
  21. {
  22. "path": "pages/tabbar/learnCar/index",
  23. "style": {
  24. "navigationBarTitleText": "",
  25. "navigationStyle": "custom",
  26. "enablePullDownRefresh": true,
  27. "backgroundTextStyle": "dark"
  28. }
  29. }
  30. ],
  31. "subPackages": [
  32. {
  33. "root": "pages/indexEntry",
  34. "pages": [
  35. {
  36. "path": "NonPlatformStudentInfo/NonPlatformStudentInfo",
  37. "style": {
  38. "navigationBarTitleText": "非平台学员",
  39. "enablePullDownRefresh": false,
  40. "navigationStyle": "custom",
  41. "backgroundTextStyle": "dark" ,
  42. "navigationBarBackgroundColor": "#FFFFFF"
  43. }
  44. },
  45. {
  46. "path": "credit/credit",
  47. "style": {
  48. "navigationBarTitleText": "质量信誉排行",
  49. "enablePullDownRefresh": false,
  50. "backgroundTextStyle": "dark" ,
  51. "navigationBarBackgroundColor": "#FFFFFF"
  52. }
  53. },
  54. {
  55. "path": "webView/webView",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "enablePullDownRefresh": false,
  59. "navigationStyle": "custom",
  60. // "navigationBarLoading": false,
  61. "backgroundTextStyle": "dark"
  62. }
  63. },
  64. {
  65. "path": "industryPolicy/industryPolicy",
  66. "style": {
  67. "navigationBarTitleText": "行业政策",
  68. "enablePullDownRefresh": true,
  69. "navigationStyle": "custom",
  70. "backgroundTextStyle": "dark" ,
  71. "navigationBarBackgroundColor": "#FFFFFF"
  72. }
  73. },
  74. {
  75. "path": "enroll/enroll",
  76. "style": {
  77. "navigationBarTitleText": "学员报名",
  78. "navigationStyle": "custom",
  79. "enablePullDownRefresh": false,
  80. "backgroundTextStyle": "dark"
  81. }
  82. },
  83. {
  84. "path": "enroll/realName/realName",
  85. "style": {
  86. "navigationBarTitleText": "实名认证realName",
  87. "navigationStyle": "custom",
  88. "enablePullDownRefresh": true,
  89. "backgroundTextStyle": "dark"
  90. }
  91. },
  92. {
  93. "path": "enroll/realName/webView",
  94. "style": {
  95. "navigationBarTitleText": "实名认证webView",
  96. "navigationStyle": "custom",
  97. "enablePullDownRefresh": false,
  98. "backgroundTextStyle": "dark"
  99. }
  100. },
  101. {
  102. "path": "enroll/uploadAvatar/uploadAvatar",
  103. "style": {
  104. "navigationBarTitleText": "上传头像",
  105. "navigationStyle": "custom",
  106. "enablePullDownRefresh": false,
  107. "backgroundTextStyle": "dark"
  108. }
  109. },
  110. {
  111. "path": "enroll/uploadAvatar/uAvatarCropper/uAvatarCropper",
  112. "style": {
  113. "navigationBarTitleText": "上传头像",
  114. "navigationStyle": "custom",
  115. "enablePullDownRefresh": false,
  116. "backgroundTextStyle": "dark"
  117. }
  118. },
  119. {
  120. "path": "enroll/registInfo/registInfo",
  121. "style": {
  122. "navigationBarTitleText": "报名信息确认",
  123. "navigationStyle": "custom",
  124. "enablePullDownRefresh": false,
  125. "backgroundTextStyle": "dark"
  126. }
  127. },
  128. {
  129. "path": "enroll/registInfo/chooseCoach/chooseCoach",
  130. "style": {
  131. "navigationBarTitleText": "选择教练",
  132. // "navigationStyle": "custom",
  133. "enablePullDownRefresh": false,
  134. "backgroundTextStyle": "dark"
  135. }
  136. },
  137. {
  138. "path": "enroll/payment/payment",
  139. "style": {
  140. "navigationBarTitleText": "报名缴费",
  141. "navigationStyle": "custom",
  142. "enablePullDownRefresh": false,
  143. "backgroundTextStyle": "dark"
  144. }
  145. },
  146. {
  147. "path": "enroll/paymentSuccess/paymentSuccess",
  148. "style": {
  149. "navigationBarTitleText": "报名成功",
  150. "navigationStyle": "custom",
  151. "enablePullDownRefresh": false,
  152. "backgroundTextStyle": "dark"
  153. }
  154. },
  155. {
  156. "path": "enroll/signContract/signContract",
  157. "style": {
  158. "navigationBarTitleText": "e签宝",
  159. "navigationStyle": "custom",
  160. "enablePullDownRefresh": false,
  161. "backgroundTextStyle": "dark"
  162. }
  163. },
  164. {
  165. "path": "findShcool/findShcool",
  166. "style": {
  167. "navigationBarTitleText": "找驾校",
  168. "navigationStyle": "custom",
  169. "enablePullDownRefresh": true,
  170. "backgroundTextStyle": "dark"
  171. }
  172. },
  173. {
  174. "path": "findShcool/shcoolDetail/shcoolDetail",
  175. "style": {
  176. "navigationBarTitleText": "找驾校",
  177. "navigationStyle": "custom",
  178. "enablePullDownRefresh": false,
  179. "backgroundTextStyle": "dark"
  180. }
  181. },
  182. {
  183. "path": "findShcool/shcoolComment/shcoolComment",
  184. "style": {
  185. "navigationBarTitleText": "驾校评价",
  186. "enablePullDownRefresh": true,
  187. "backgroundTextStyle": "dark"
  188. }
  189. },
  190. {
  191. "path": "findShcool/coachComment/coachComment",
  192. "style": {
  193. "navigationBarTitleText": "教练详情",
  194. "enablePullDownRefresh": true,
  195. "backgroundTextStyle": "dark"
  196. }
  197. },
  198. {
  199. "path": "findShcool/screen/screen",
  200. "style": {
  201. "navigationBarTitleText": "筛选",
  202. "enablePullDownRefresh": true,
  203. "backgroundTextStyle": "dark"
  204. }
  205. },
  206. {
  207. "path": "findShcool/searchShcool/searchShcool",
  208. "style": {
  209. "navigationBarTitleText": "",
  210. "enablePullDownRefresh": true,
  211. "backgroundTextStyle": "dark" ,
  212. "navigationBarBackgroundColor": "#FFFFFF"
  213. }
  214. },
  215. {
  216. "path": "iIndustryInfo/iIndustryInfo",
  217. "style": {
  218. "navigationBarTitleText": "行业资讯",
  219. "navigationStyle": "custom",
  220. "enablePullDownRefresh": true,
  221. "backgroundTextStyle": "dark"
  222. }
  223. },
  224. {
  225. "path": "iIndustryInfo/detail/detail",
  226. "style": {
  227. "navigationBarTitleText": "行业资讯详情",
  228. "navigationStyle": "custom",
  229. "enablePullDownRefresh": true,
  230. "backgroundTextStyle": "dark"
  231. }
  232. },
  233. {
  234. "path": "examines/examines",
  235. "style": {
  236. "navigationBarTitleText": "找考场",
  237. "navigationStyle": "custom",
  238. "enablePullDownRefresh": false,
  239. "backgroundTextStyle": "dark"
  240. }
  241. },
  242. {
  243. "path": "examines/warningEducation/warningEducation",
  244. "style": {
  245. "navigationBarTitleText": "安全警示教育在线视频学习",
  246. "navigationStyle": "custom",
  247. "enablePullDownRefresh": false,
  248. "backgroundTextStyle": "dark"
  249. }
  250. },
  251. {
  252. "path": "examines/allExamines/allExamines",
  253. "style": {
  254. "navigationBarTitleText": "找考场",
  255. "navigationStyle": "custom",
  256. "enablePullDownRefresh": false,
  257. "backgroundTextStyle": "dark"
  258. }
  259. },
  260. {
  261. "path": "examines/detail/detail",
  262. "style": {
  263. "navigationBarTitleText": "考场详情",
  264. "navigationStyle": "custom",
  265. "enablePullDownRefresh": false,
  266. "backgroundTextStyle": "dark"
  267. }
  268. },
  269. {
  270. "path": "examines/allNews/allNews",
  271. "style": {
  272. "navigationBarTitleText": "考场信息资讯",
  273. "navigationStyle": "custom",
  274. "enablePullDownRefresh": true,
  275. "backgroundTextStyle": "dark"
  276. }
  277. },
  278. {
  279. "path": "examines/newsDetail/newsDetail",
  280. "style": {
  281. "navigationBarTitleText": "资讯详情",
  282. "navigationStyle": "custom",
  283. "enablePullDownRefresh": false,
  284. "backgroundTextStyle": "dark"
  285. }
  286. },
  287. {
  288. "path": "theory/theory",
  289. "style": {
  290. "navigationBarTitleText": "理论学习",
  291. "navigationStyle": "custom",
  292. "enablePullDownRefresh": false,
  293. "backgroundTextStyle": "dark"
  294. }
  295. },
  296. {
  297. "path": "consult/consult",
  298. "style": {
  299. "navigationBarTitleText": "咨询投诉",
  300. "navigationStyle": "custom",
  301. "enablePullDownRefresh": true,
  302. "backgroundTextStyle": "dark"
  303. }
  304. },
  305. {
  306. "path": "consult/pubConsult/pubConsult",
  307. "style": {
  308. "navigationBarTitleText": "我要咨询",
  309. "navigationStyle": "custom",
  310. "enablePullDownRefresh": false,
  311. "backgroundTextStyle": "dark"
  312. }
  313. },
  314. {
  315. "path": "consult/pubComplaint/pubComplaint",
  316. "style": {
  317. "navigationBarTitleText": "我要咨询",
  318. "navigationStyle": "custom",
  319. "enablePullDownRefresh": false,
  320. "backgroundTextStyle": "dark"
  321. }
  322. },
  323. {
  324. "path": "consult/record/record",
  325. "style": {
  326. "navigationBarTitleText": "我要咨询",
  327. "navigationStyle": "custom",
  328. "enablePullDownRefresh": false,
  329. "backgroundTextStyle": "dark"
  330. }
  331. },
  332. {
  333. "path": "publicVideo/publicVideo",
  334. "style": {
  335. "navigationBarTitleText": "我要咨询",
  336. "navigationStyle": "custom",
  337. "enablePullDownRefresh": false,
  338. "backgroundTextStyle": "dark"
  339. }
  340. },
  341. {
  342. "path": "publicVideo/videoDetail/videoDetail",
  343. "style": {
  344. "navigationBarTitleText": "我要咨询",
  345. "navigationStyle": "custom",
  346. "enablePullDownRefresh": false,
  347. "backgroundTextStyle": "dark"
  348. }
  349. }
  350. ]
  351. },
  352. {
  353. "root": "pages/carEntry",
  354. "pages": [
  355. {
  356. "path": "simulateAppointment/simulateAppointment",
  357. "style": {
  358. "navigationBarTitleText": "模拟器训练预约",
  359. "navigationStyle": "custom",
  360. "enablePullDownRefresh": false,
  361. "backgroundTextStyle": "dark"
  362. }
  363. },
  364. {
  365. "path": "operaAppointment/operaAppointment",
  366. "style": {
  367. "navigationBarTitleText": "实操训练预约",
  368. "navigationStyle": "custom",
  369. "enablePullDownRefresh": false,
  370. "backgroundTextStyle": "dark"
  371. }
  372. },
  373. {
  374. "path": "examineAppointment/examineAppointment",
  375. "style": {
  376. "navigationBarTitleText": "考场训练预约",
  377. "navigationStyle": "custom",
  378. "enablePullDownRefresh": false,
  379. "backgroundTextStyle": "dark"
  380. }
  381. },
  382. {
  383. "path": "evaluate/evaluate",
  384. "style": {
  385. "navigationBarTitleText": "评价",
  386. "navigationStyle": "custom",
  387. "enablePullDownRefresh": false,
  388. "backgroundTextStyle": "dark"
  389. }
  390. }
  391. ]
  392. },
  393. {
  394. "root": "pages/mineEntry",
  395. "pages": [
  396. {
  397. "path": "personaInfo/personaInfo",
  398. "style": {
  399. "navigationBarTitleText": "个人信息",
  400. "navigationStyle": "custom",
  401. "enablePullDownRefresh": false,
  402. "backgroundTextStyle": "dark"
  403. }
  404. },
  405. {
  406. "path": "myAppointment/myAppointment",
  407. "style": {
  408. "navigationBarTitleText": "我的预约",
  409. "navigationStyle": "custom",
  410. "enablePullDownRefresh": true,
  411. "backgroundTextStyle": "dark"
  412. }
  413. },
  414. {
  415. "path": "myAppointment/detail/detail",
  416. "style": {
  417. "navigationBarTitleText": "预约详情",
  418. "navigationStyle": "custom",
  419. "enablePullDownRefresh": false,
  420. "backgroundTextStyle": "dark"
  421. }
  422. },
  423. {
  424. "path": "myOrder/detail/detail",
  425. "style": {
  426. "navigationBarTitleText": "订单详情",
  427. "navigationStyle": "custom",
  428. "enablePullDownRefresh": true,
  429. "backgroundTextStyle": "dark"
  430. }
  431. },
  432. {
  433. "path": "myOrder/myOrder",
  434. "style": {
  435. "navigationBarTitleText": "我的订单",
  436. "navigationStyle": "custom",
  437. "enablePullDownRefresh": true,
  438. "backgroundTextStyle": "dark"
  439. }
  440. },
  441. {
  442. "path": "myOrder/voucher/voucher",
  443. "style": {
  444. "navigationBarTitleText": "我的订单",
  445. "navigationStyle": "custom",
  446. "enablePullDownRefresh": true,
  447. "backgroundTextStyle": "dark"
  448. }
  449. },
  450. {
  451. "path": "carLearProgress/carLearProgress",
  452. "style": {
  453. "navigationBarTitleText": "学车进度",
  454. "navigationStyle": "custom",
  455. "enablePullDownRefresh": true,
  456. "backgroundTextStyle": "dark"
  457. }
  458. },
  459. {
  460. "path": "carLearnHours/carLearnHours",
  461. "style": {
  462. "navigationBarTitleText": "学车进度",
  463. "navigationStyle": "custom",
  464. "enablePullDownRefresh": true,
  465. "backgroundTextStyle": "dark"
  466. }
  467. },
  468. {
  469. "path": "carData/carData",
  470. "style": {
  471. "navigationBarTitleText": "我的数据",
  472. "navigationStyle": "custom",
  473. "enablePullDownRefresh": false,
  474. "backgroundTextStyle": "dark"
  475. }
  476. },
  477. {
  478. "path": "myCollect/myCollect",
  479. "style": {
  480. "navigationBarTitleText": "我的收藏",
  481. "navigationStyle": "custom",
  482. "enablePullDownRefresh": true,
  483. "backgroundTextStyle": "dark"
  484. }
  485. },
  486. {
  487. "path": "myEvaluate/myEvaluate",
  488. "style": {
  489. "navigationBarTitleText": "我的评价",
  490. "navigationStyle": "custom",
  491. "enablePullDownRefresh": true,
  492. "backgroundTextStyle": "dark"
  493. }
  494. },
  495. {
  496. "path": "myContract/myContract",
  497. "style": {
  498. "navigationBarTitleText": "我的合同",
  499. "navigationStyle": "custom",
  500. "enablePullDownRefresh": false,
  501. "backgroundTextStyle": "dark"
  502. }
  503. },
  504. {
  505. "path": "schoolTransfer/schoolTransfer",
  506. "style": {
  507. "navigationBarTitleText": "同城转校",
  508. "navigationStyle": "custom",
  509. "enablePullDownRefresh": false,
  510. "backgroundTextStyle": "dark"
  511. }
  512. },
  513. {
  514. "path": "modelChange/modelChange",
  515. "style": {
  516. "navigationBarTitleText": "车型变更",
  517. "navigationStyle": "custom",
  518. "enablePullDownRefresh": false,
  519. "backgroundTextStyle": "dark"
  520. }
  521. },
  522. {
  523. "path": "refund/refund",
  524. "style": {
  525. "navigationBarTitleText": "申请退款",
  526. "navigationStyle": "custom",
  527. "enablePullDownRefresh": false,
  528. "backgroundTextStyle": "dark"
  529. }
  530. }
  531. ]
  532. },
  533. {
  534. "root": "pages/userCenter",
  535. "pages": [
  536. {
  537. "path": "login/login",
  538. "style": {
  539. "navigationBarTitleText": "登录",
  540. "navigationStyle": "custom",
  541. "enablePullDownRefresh": false,
  542. "backgroundTextStyle": "dark"
  543. }
  544. },
  545. {
  546. "path": "login/loginByPhone",
  547. "style": {
  548. "navigationBarTitleText": "手机号登录",
  549. "navigationStyle": "custom",
  550. "enablePullDownRefresh": false,
  551. "backgroundTextStyle": "dark"
  552. }
  553. }
  554. ]
  555. },
  556. {
  557. "root": "pages/other",
  558. "pages": [
  559. {
  560. "path": "webView/webView",
  561. "style": {
  562. "navigationBarTitleText": "",
  563. "navigationStyle": "custom",
  564. "enablePullDownRefresh": false,
  565. "backgroundTextStyle": "dark"
  566. }
  567. }
  568. ]
  569. }
  570. ],
  571. "globalStyle": {
  572. "navigationBarTextStyle": "black",
  573. "navigationBarTitleText": "",
  574. "navigationBarBackgroundColor": "#F8F8F8",
  575. "backgroundColor": "#F8F8F8"
  576. },
  577. "uniIdRouter": {},
  578. "tabBar": {
  579. "color": "#999999",
  580. "selectedColor": "#218DFF",
  581. "backgroundColor": "#FFFFFF",
  582. "list": [{
  583. "pagePath": "pages/tabbar/index/index",
  584. "text": "首页",
  585. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  586. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  587. },
  588. {
  589. "pagePath": "pages/tabbar/learnCar/index",
  590. "text": "学车",
  591. "iconPath": "static/images/tabbar/btn_xueche_nor.png",
  592. "selectedIconPath": "static/images/tabbar/btn_xueche_cli.png"
  593. },
  594. {
  595. "pagePath": "pages/tabbar/mine/index",
  596. "text": "我的",
  597. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  598. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  599. }
  600. ]
  601. },
  602. "easycom": {
  603. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  604. "autoscan": true,
  605. "custom": {
  606. "qiun-data-charts": "@/uni_modules/charts/components/qiun-data-charts/qiun-data-charts.vue"
  607. }
  608. }
  609. }