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

580 lines
14 KiB

8 months ago
6 months ago
8 months ago
8 months ago
8 months ago
7 months ago
8 months ago
8 months ago
6 months ago
8 months ago
6 months ago
8 months ago
6 months ago
6 months ago
6 months ago
8 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. "subPackages": [
  32. {
  33. "root": "pages/indexEntry",
  34. "pages": [
  35. {
  36. "path": "signIn/signIn",
  37. "style": {
  38. "navigationBarTitleText": "签到签退",
  39. "enablePullDownRefresh": false,
  40. "backgroundTextStyle": "dark"
  41. }
  42. },
  43. {
  44. "path": "signIn/signAndOut/signAndOut",
  45. "style": {
  46. "navigationBarTitleText": "签到/签退确认",
  47. "enablePullDownRefresh": false,
  48. "backgroundTextStyle": "dark"
  49. }
  50. },
  51. {
  52. "path": "parse/parse",
  53. "style": {
  54. "navigationBarTitleText": "学车流程",
  55. "enablePullDownRefresh": false,
  56. "backgroundTextStyle": "dark" ,
  57. "navigationBarBackgroundColor": "#FFFFFF"
  58. }
  59. },
  60. {
  61. "path": "webView/webView",
  62. "style": {
  63. "navigationBarTitleText": "",
  64. "enablePullDownRefresh": false,
  65. // "navigationStyle": "custom",
  66. // "navigationBarLoading": false,
  67. "backgroundTextStyle": "dark"
  68. }
  69. },
  70. {
  71. "path": "industryPolicy/industryPolicy",
  72. "style": {
  73. "navigationBarTitleText": "行业政策",
  74. "enablePullDownRefresh": true,
  75. "navigationStyle": "custom",
  76. "backgroundTextStyle": "dark" ,
  77. "navigationBarBackgroundColor": "#FFFFFF"
  78. }
  79. },
  80. {
  81. "path": "enroll/enroll",
  82. "style": {
  83. "navigationBarTitleText": "学车报名",
  84. "enablePullDownRefresh": false,
  85. "backgroundTextStyle": "dark"
  86. }
  87. },
  88. {
  89. "path": "enroll/realName/realName",
  90. "style": {
  91. "navigationBarTitleText": "实名认证realName",
  92. "navigationStyle": "custom",
  93. "enablePullDownRefresh": true,
  94. "backgroundTextStyle": "dark"
  95. }
  96. },
  97. {
  98. "path": "enroll/realName/webView",
  99. "style": {
  100. "navigationBarTitleText": "实名认证webView",
  101. "navigationStyle": "custom",
  102. "enablePullDownRefresh": false,
  103. "backgroundTextStyle": "dark"
  104. }
  105. },
  106. {
  107. "path": "enroll/uploadAvatar/uploadAvatar",
  108. "style": {
  109. "navigationBarTitleText": "上传头像",
  110. "navigationStyle": "custom",
  111. "enablePullDownRefresh": false,
  112. "backgroundTextStyle": "dark"
  113. }
  114. },
  115. {
  116. "path": "enroll/uploadAvatar/uAvatarCropper/uAvatarCropper",
  117. "style": {
  118. "navigationBarTitleText": "上传头像",
  119. "navigationStyle": "custom",
  120. "enablePullDownRefresh": false,
  121. "backgroundTextStyle": "dark"
  122. }
  123. },
  124. {
  125. "path": "enroll/registInfo/registInfo",
  126. "style": {
  127. "navigationBarTitleText": "报名学员信息",
  128. "enablePullDownRefresh": true,
  129. "backgroundTextStyle": "dark"
  130. }
  131. },
  132. {
  133. "path": "enroll/registInfo/chooseCoach/chooseCoach",
  134. "style": {
  135. "navigationBarTitleText": "选择教练",
  136. // "navigationStyle": "custom",
  137. "enablePullDownRefresh": false,
  138. "backgroundTextStyle": "dark"
  139. }
  140. },
  141. {
  142. "path": "enroll/payment/payment",
  143. "style": {
  144. "navigationBarTitleText": "支付订单",
  145. "enablePullDownRefresh": true,
  146. "backgroundTextStyle": "dark"
  147. }
  148. },
  149. {
  150. "path": "enroll/payment/payh5",
  151. "style": {
  152. "navigationBarTitleText": "支付",
  153. "backgroundTextStyle": "dark"
  154. }
  155. },
  156. {
  157. "path": "enroll/paymentSuccess/paymentSuccess",
  158. "style": {
  159. "navigationBarTitleText": "报名成功",
  160. "enablePullDownRefresh": false,
  161. "backgroundTextStyle": "dark"
  162. }
  163. },
  164. {
  165. "path": "enroll/signContract/signContract",
  166. "style": {
  167. "navigationBarTitleText": "e签宝",
  168. "enablePullDownRefresh": false,
  169. "bounce": "none",
  170. "navigationBarBackgroundColor": "#FFFFFF",
  171. "navigationBarTextStyle": "black" //
  172. }
  173. },
  174. {
  175. "path": "findShcool/findShcool",
  176. "style": {
  177. "navigationBarTitleText": "找驾校",
  178. "navigationStyle": "custom",
  179. "enablePullDownRefresh": true,
  180. "backgroundTextStyle": "dark"
  181. }
  182. },
  183. {
  184. "path": "findCoach/findCoach",
  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": "theory/theory",
  255. "style": {
  256. "navigationBarTitleText": "理论学习",
  257. "navigationStyle": "custom",
  258. "enablePullDownRefresh": false,
  259. "backgroundTextStyle": "dark"
  260. }
  261. },
  262. {
  263. "path": "theory/webView",
  264. "style": {
  265. "navigationBarTitleText": "理论学习webview",
  266. "navigationStyle": "custom",
  267. "enablePullDownRefresh": false,
  268. "backgroundTextStyle": "dark"
  269. }
  270. },
  271. {
  272. "path": "consult/consult",
  273. "style": {
  274. "navigationBarTitleText": "咨询投诉",
  275. "navigationStyle": "custom",
  276. "enablePullDownRefresh": true,
  277. "backgroundTextStyle": "dark"
  278. }
  279. },
  280. {
  281. "path": "consult/pubConsult/pubConsult",
  282. "style": {
  283. "navigationBarTitleText": "我要咨询",
  284. "navigationStyle": "custom",
  285. "enablePullDownRefresh": false,
  286. "backgroundTextStyle": "dark"
  287. }
  288. },
  289. {
  290. "path": "consult/pubComplaint/pubComplaint",
  291. "style": {
  292. "navigationBarTitleText": "我要咨询",
  293. "navigationStyle": "custom",
  294. "enablePullDownRefresh": false,
  295. "backgroundTextStyle": "dark"
  296. }
  297. },
  298. {
  299. "path": "consult/record/record",
  300. "style": {
  301. "navigationBarTitleText": "我要咨询",
  302. "navigationStyle": "custom",
  303. "enablePullDownRefresh": false,
  304. "backgroundTextStyle": "dark"
  305. }
  306. },
  307. {
  308. "path": "publicVideo/publicVideo",
  309. "style": {
  310. "navigationBarTitleText": "我要咨询",
  311. "navigationStyle": "custom",
  312. "enablePullDownRefresh": false,
  313. "backgroundTextStyle": "dark"
  314. }
  315. },
  316. {
  317. "path": "publicVideo/videoDetail/videoDetail",
  318. "style": {
  319. "navigationBarTitleText": "我要咨询",
  320. "navigationStyle": "custom",
  321. "enablePullDownRefresh": false,
  322. "backgroundTextStyle": "dark"
  323. }
  324. }
  325. ]
  326. },
  327. {
  328. "root": "pages/carEntry",
  329. "pages": [
  330. {
  331. "path": "operaAppointment/operaAppointment",
  332. "style": {
  333. "navigationBarTitleText": "实操训练预约",
  334. "navigationStyle": "custom",
  335. "enablePullDownRefresh": false,
  336. "backgroundTextStyle": "dark"
  337. }
  338. },
  339. {
  340. "path": "evaluate/evaluate",
  341. "style": {
  342. "navigationBarTitleText": "评价",
  343. "navigationStyle": "custom",
  344. "enablePullDownRefresh": false,
  345. "backgroundTextStyle": "dark"
  346. }
  347. },
  348. {
  349. "path": "signature/signature",
  350. "style": {
  351. "navigationBarTitleText": "签名",
  352. "enablePullDownRefresh": false,
  353. "backgroundTextStyle": "dark"
  354. }
  355. }
  356. ]
  357. },
  358. {
  359. "root": "pages/mineEntry",
  360. "pages": [
  361. {
  362. "path": "personaInfo/personaInfo",
  363. "style": {
  364. "navigationBarTitleText": "个人信息",
  365. "enablePullDownRefresh": false,
  366. "backgroundTextStyle": "dark"
  367. }
  368. },
  369. {
  370. "path": "aboutUs/aboutUs",
  371. "style": {
  372. "navigationBarTitleText": "关于我们",
  373. "enablePullDownRefresh": false,
  374. "backgroundTextStyle": "dark"
  375. }
  376. },
  377. {
  378. "path": "personaInfo/myInfo",
  379. "style": {
  380. "navigationBarTitleText": "个人信息",
  381. "navigationStyle": "custom",
  382. "enablePullDownRefresh": false,
  383. "backgroundTextStyle": "dark"
  384. }
  385. },
  386. {
  387. "path": "myForecastName/myForecastName",
  388. "style": {
  389. "navigationBarTitleText": "我的报名",
  390. "navigationStyle": "custom",
  391. "enablePullDownRefresh": true,
  392. "backgroundTextStyle": "dark"
  393. }
  394. },
  395. {
  396. "path": "myAppointment/myAppointment",
  397. "style": {
  398. "navigationBarTitleText": "我的预约",
  399. "enablePullDownRefresh": true,
  400. "backgroundTextStyle": "dark"
  401. }
  402. },
  403. {
  404. "path": "myAppointment/detail/detail",
  405. "style": {
  406. "navigationBarTitleText": "预约详情",
  407. "navigationStyle": "custom",
  408. "enablePullDownRefresh": false,
  409. "backgroundTextStyle": "dark"
  410. }
  411. },
  412. {
  413. "path": "myOrder/detail/detail",
  414. "style": {
  415. "navigationBarTitleText": "订单详情",
  416. "navigationStyle": "custom",
  417. "enablePullDownRefresh": true,
  418. "backgroundTextStyle": "dark"
  419. }
  420. },
  421. {
  422. "path": "myOrder/myOrder",
  423. "style": {
  424. "navigationBarTitleText": "我的订单",
  425. "navigationBarBackgroundColor": "#fff",
  426. "enablePullDownRefresh": true,
  427. "backgroundTextStyle": "dark"
  428. }
  429. },
  430. {
  431. "path": "myOrder/voucher/voucher",
  432. "style": {
  433. "navigationBarTitleText": "培训缴费电子凭证",
  434. // "navigationStyle": "custom",
  435. "enablePullDownRefresh": true,
  436. "backgroundTextStyle": "dark"
  437. }
  438. },
  439. {
  440. "path": "carLearProgress/carLearProgress",
  441. "style": {
  442. "navigationBarTitleText": "学车进度",
  443. "enablePullDownRefresh": true,
  444. "backgroundTextStyle": "dark"
  445. }
  446. },
  447. {
  448. "path": "carLearnHours/carLearnHours",
  449. "style": {
  450. "navigationBarTitleText": "我的学时",
  451. "enablePullDownRefresh": true,
  452. "backgroundTextStyle": "dark"
  453. }
  454. },
  455. {
  456. "path": "carData/carData",
  457. "style": {
  458. "navigationBarTitleText": "我的数据",
  459. "navigationStyle": "custom",
  460. "enablePullDownRefresh": false,
  461. "backgroundTextStyle": "dark"
  462. }
  463. },
  464. {
  465. "path": "myEvaluate/myEvaluate",
  466. "style": {
  467. "navigationBarTitleText": "我的评价",
  468. "enablePullDownRefresh": true,
  469. "backgroundTextStyle": "dark"
  470. }
  471. },
  472. {
  473. "path": "myContract/myContract",
  474. "style": {
  475. "navigationBarTitleText": "我的合同",
  476. "enablePullDownRefresh": false,
  477. "backgroundTextStyle": "dark"
  478. }
  479. },
  480. {
  481. "path": "schoolTransfer/schoolTransfer",
  482. "style": {
  483. "navigationBarTitleText": "同城转校",
  484. "enablePullDownRefresh": false,
  485. "backgroundTextStyle": "dark"
  486. }
  487. },
  488. {
  489. "path": "modelChange/modelChange",
  490. "style": {
  491. "navigationBarTitleText": "车型变更",
  492. "enablePullDownRefresh": false,
  493. "backgroundTextStyle": "dark"
  494. }
  495. },
  496. {
  497. "path": "refund/refund",
  498. "style": {
  499. "navigationBarTitleText": "申请退款",
  500. "enablePullDownRefresh": false,
  501. "backgroundTextStyle": "dark"
  502. }
  503. }
  504. ]
  505. },
  506. {
  507. "root": "pages/userCenter",
  508. "pages": [
  509. {
  510. "path": "login/login",
  511. "style": {
  512. "navigationBarTitleText": "登录",
  513. "navigationStyle": "custom",
  514. "enablePullDownRefresh": false,
  515. "backgroundTextStyle": "dark"
  516. }
  517. },
  518. {
  519. "path": "login/privacyAgreement/privacyAgreement",
  520. "style": {
  521. "navigationBarTitleText": "",
  522. // "navigationStyle": "custom",
  523. "navigationBarBackgroundColor": "#fff",
  524. "enablePullDownRefresh": false,
  525. "backgroundTextStyle": "dark"
  526. }
  527. }
  528. ]
  529. }
  530. ],
  531. "globalStyle": {
  532. "navigationBarTextStyle": "black",
  533. "navigationBarTitleText": "",
  534. "navigationBarBackgroundColor": "#F6F7FA",
  535. "backgroundColor": "#F6F7FA"
  536. },
  537. "uniIdRouter": {},
  538. "tabBar": {
  539. "color": "#999999",
  540. "selectedColor": "#218DFF",
  541. "backgroundColor": "#FFFFFF",
  542. "list": [{
  543. "pagePath": "pages/tabbar/index/index",
  544. "text": "首页",
  545. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  546. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  547. },
  548. {
  549. "pagePath": "pages/tabbar/learnCar/index",
  550. "text": "学车",
  551. "iconPath": "static/images/tabbar/btn_xueche_nor.png",
  552. "selectedIconPath": "static/images/tabbar/btn_xueche_cli.png"
  553. },
  554. {
  555. "pagePath": "pages/tabbar/mine/index",
  556. "text": "我的",
  557. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  558. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  559. }
  560. ]
  561. },
  562. "easycom": {
  563. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  564. "autoscan": true,
  565. "custom": {
  566. "qiun-data-charts": "@/uni_modules/charts/components/qiun-data-charts/qiun-data-charts.vue"
  567. }
  568. }
  569. }