洛阳学员端
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.

668 lines
16 KiB

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