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

571 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": "consult/consult",
  264. "style": {
  265. "navigationBarTitleText": "咨询投诉",
  266. "navigationStyle": "custom",
  267. "enablePullDownRefresh": true,
  268. "backgroundTextStyle": "dark"
  269. }
  270. },
  271. {
  272. "path": "consult/pubConsult/pubConsult",
  273. "style": {
  274. "navigationBarTitleText": "我要咨询",
  275. "navigationStyle": "custom",
  276. "enablePullDownRefresh": false,
  277. "backgroundTextStyle": "dark"
  278. }
  279. },
  280. {
  281. "path": "consult/pubComplaint/pubComplaint",
  282. "style": {
  283. "navigationBarTitleText": "我要咨询",
  284. "navigationStyle": "custom",
  285. "enablePullDownRefresh": false,
  286. "backgroundTextStyle": "dark"
  287. }
  288. },
  289. {
  290. "path": "consult/record/record",
  291. "style": {
  292. "navigationBarTitleText": "我要咨询",
  293. "navigationStyle": "custom",
  294. "enablePullDownRefresh": false,
  295. "backgroundTextStyle": "dark"
  296. }
  297. },
  298. {
  299. "path": "publicVideo/publicVideo",
  300. "style": {
  301. "navigationBarTitleText": "我要咨询",
  302. "navigationStyle": "custom",
  303. "enablePullDownRefresh": false,
  304. "backgroundTextStyle": "dark"
  305. }
  306. },
  307. {
  308. "path": "publicVideo/videoDetail/videoDetail",
  309. "style": {
  310. "navigationBarTitleText": "我要咨询",
  311. "navigationStyle": "custom",
  312. "enablePullDownRefresh": false,
  313. "backgroundTextStyle": "dark"
  314. }
  315. }
  316. ]
  317. },
  318. {
  319. "root": "pages/carEntry",
  320. "pages": [
  321. {
  322. "path": "operaAppointment/operaAppointment",
  323. "style": {
  324. "navigationBarTitleText": "实操训练预约",
  325. "navigationStyle": "custom",
  326. "enablePullDownRefresh": false,
  327. "backgroundTextStyle": "dark"
  328. }
  329. },
  330. {
  331. "path": "evaluate/evaluate",
  332. "style": {
  333. "navigationBarTitleText": "评价",
  334. "navigationStyle": "custom",
  335. "enablePullDownRefresh": false,
  336. "backgroundTextStyle": "dark"
  337. }
  338. },
  339. {
  340. "path": "signature/signature",
  341. "style": {
  342. "navigationBarTitleText": "签名",
  343. "enablePullDownRefresh": false,
  344. "backgroundTextStyle": "dark"
  345. }
  346. }
  347. ]
  348. },
  349. {
  350. "root": "pages/mineEntry",
  351. "pages": [
  352. {
  353. "path": "personaInfo/personaInfo",
  354. "style": {
  355. "navigationBarTitleText": "个人信息",
  356. "enablePullDownRefresh": false,
  357. "backgroundTextStyle": "dark"
  358. }
  359. },
  360. {
  361. "path": "aboutUs/aboutUs",
  362. "style": {
  363. "navigationBarTitleText": "关于我们",
  364. "enablePullDownRefresh": false,
  365. "backgroundTextStyle": "dark"
  366. }
  367. },
  368. {
  369. "path": "personaInfo/myInfo",
  370. "style": {
  371. "navigationBarTitleText": "个人信息",
  372. "navigationStyle": "custom",
  373. "enablePullDownRefresh": false,
  374. "backgroundTextStyle": "dark"
  375. }
  376. },
  377. {
  378. "path": "myForecastName/myForecastName",
  379. "style": {
  380. "navigationBarTitleText": "我的报名",
  381. "navigationStyle": "custom",
  382. "enablePullDownRefresh": true,
  383. "backgroundTextStyle": "dark"
  384. }
  385. },
  386. {
  387. "path": "myAppointment/myAppointment",
  388. "style": {
  389. "navigationBarTitleText": "我的预约",
  390. "enablePullDownRefresh": true,
  391. "backgroundTextStyle": "dark"
  392. }
  393. },
  394. {
  395. "path": "myAppointment/detail/detail",
  396. "style": {
  397. "navigationBarTitleText": "预约详情",
  398. "navigationStyle": "custom",
  399. "enablePullDownRefresh": false,
  400. "backgroundTextStyle": "dark"
  401. }
  402. },
  403. {
  404. "path": "myOrder/detail/detail",
  405. "style": {
  406. "navigationBarTitleText": "订单详情",
  407. "navigationStyle": "custom",
  408. "enablePullDownRefresh": true,
  409. "backgroundTextStyle": "dark"
  410. }
  411. },
  412. {
  413. "path": "myOrder/myOrder",
  414. "style": {
  415. "navigationBarTitleText": "我的订单",
  416. "navigationBarBackgroundColor": "#fff",
  417. "enablePullDownRefresh": true,
  418. "backgroundTextStyle": "dark"
  419. }
  420. },
  421. {
  422. "path": "myOrder/voucher/voucher",
  423. "style": {
  424. "navigationBarTitleText": "培训缴费电子凭证",
  425. // "navigationStyle": "custom",
  426. "enablePullDownRefresh": true,
  427. "backgroundTextStyle": "dark"
  428. }
  429. },
  430. {
  431. "path": "carLearProgress/carLearProgress",
  432. "style": {
  433. "navigationBarTitleText": "学车进度",
  434. "enablePullDownRefresh": true,
  435. "backgroundTextStyle": "dark"
  436. }
  437. },
  438. {
  439. "path": "carLearnHours/carLearnHours",
  440. "style": {
  441. "navigationBarTitleText": "我的学时",
  442. "enablePullDownRefresh": true,
  443. "backgroundTextStyle": "dark"
  444. }
  445. },
  446. {
  447. "path": "carData/carData",
  448. "style": {
  449. "navigationBarTitleText": "我的数据",
  450. "navigationStyle": "custom",
  451. "enablePullDownRefresh": false,
  452. "backgroundTextStyle": "dark"
  453. }
  454. },
  455. {
  456. "path": "myEvaluate/myEvaluate",
  457. "style": {
  458. "navigationBarTitleText": "我的评价",
  459. "enablePullDownRefresh": true,
  460. "backgroundTextStyle": "dark"
  461. }
  462. },
  463. {
  464. "path": "myContract/myContract",
  465. "style": {
  466. "navigationBarTitleText": "我的合同",
  467. "enablePullDownRefresh": false,
  468. "backgroundTextStyle": "dark"
  469. }
  470. },
  471. {
  472. "path": "schoolTransfer/schoolTransfer",
  473. "style": {
  474. "navigationBarTitleText": "同城转校",
  475. "enablePullDownRefresh": false,
  476. "backgroundTextStyle": "dark"
  477. }
  478. },
  479. {
  480. "path": "modelChange/modelChange",
  481. "style": {
  482. "navigationBarTitleText": "车型变更",
  483. "enablePullDownRefresh": false,
  484. "backgroundTextStyle": "dark"
  485. }
  486. },
  487. {
  488. "path": "refund/refund",
  489. "style": {
  490. "navigationBarTitleText": "申请退款",
  491. "enablePullDownRefresh": false,
  492. "backgroundTextStyle": "dark"
  493. }
  494. }
  495. ]
  496. },
  497. {
  498. "root": "pages/userCenter",
  499. "pages": [
  500. {
  501. "path": "login/login",
  502. "style": {
  503. "navigationBarTitleText": "登录",
  504. "navigationStyle": "custom",
  505. "enablePullDownRefresh": false,
  506. "backgroundTextStyle": "dark"
  507. }
  508. },
  509. {
  510. "path": "login/privacyAgreement/privacyAgreement",
  511. "style": {
  512. "navigationBarTitleText": "",
  513. // "navigationStyle": "custom",
  514. "navigationBarBackgroundColor": "#fff",
  515. "enablePullDownRefresh": false,
  516. "backgroundTextStyle": "dark"
  517. }
  518. }
  519. ]
  520. }
  521. ],
  522. "globalStyle": {
  523. "navigationBarTextStyle": "black",
  524. "navigationBarTitleText": "",
  525. "navigationBarBackgroundColor": "#F6F7FA",
  526. "backgroundColor": "#F6F7FA"
  527. },
  528. "uniIdRouter": {},
  529. "tabBar": {
  530. "color": "#999999",
  531. "selectedColor": "#218DFF",
  532. "backgroundColor": "#FFFFFF",
  533. "list": [{
  534. "pagePath": "pages/tabbar/index/index",
  535. "text": "首页",
  536. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  537. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  538. },
  539. {
  540. "pagePath": "pages/tabbar/learnCar/index",
  541. "text": "学车",
  542. "iconPath": "static/images/tabbar/btn_xueche_nor.png",
  543. "selectedIconPath": "static/images/tabbar/btn_xueche_cli.png"
  544. },
  545. {
  546. "pagePath": "pages/tabbar/mine/index",
  547. "text": "我的",
  548. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  549. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  550. }
  551. ]
  552. },
  553. "easycom": {
  554. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  555. "autoscan": true,
  556. "custom": {
  557. "qiun-data-charts": "@/uni_modules/charts/components/qiun-data-charts/qiun-data-charts.vue"
  558. }
  559. }
  560. }