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

564 lines
14 KiB

10 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
8 months ago
10 months ago
9 months ago
10 months ago
10 months ago
9 months ago
10 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. "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/paymentSuccess/paymentSuccess",
  151. "style": {
  152. "navigationBarTitleText": "报名成功",
  153. "enablePullDownRefresh": false,
  154. "backgroundTextStyle": "dark"
  155. }
  156. },
  157. {
  158. "path": "enroll/signContract/signContract",
  159. "style": {
  160. "navigationBarTitleText": "e签宝",
  161. "enablePullDownRefresh": false,
  162. "bounce": "none",
  163. "navigationBarBackgroundColor": "#FFFFFF",
  164. "navigationBarTextStyle": "black" //
  165. }
  166. },
  167. {
  168. "path": "findShcool/findShcool",
  169. "style": {
  170. "navigationBarTitleText": "找驾校",
  171. "navigationStyle": "custom",
  172. "enablePullDownRefresh": true,
  173. "backgroundTextStyle": "dark"
  174. }
  175. },
  176. {
  177. "path": "findCoach/findCoach",
  178. "style": {
  179. "navigationBarTitleText": "找教练",
  180. "navigationStyle": "custom",
  181. "enablePullDownRefresh": true,
  182. "backgroundTextStyle": "dark"
  183. }
  184. },
  185. {
  186. "path": "findShcool/shcoolDetail/shcoolDetail",
  187. "style": {
  188. "navigationBarTitleText": "驾校详情",
  189. "navigationStyle": "custom",
  190. "enablePullDownRefresh": false,
  191. "backgroundTextStyle": "dark"
  192. }
  193. },
  194. {
  195. "path": "findShcool/shcoolComment/shcoolComment",
  196. "style": {
  197. "navigationBarTitleText": "驾校评价",
  198. "enablePullDownRefresh": true,
  199. "backgroundTextStyle": "dark"
  200. }
  201. },
  202. {
  203. "path": "findShcool/coachComment/coachComment",
  204. "style": {
  205. "navigationBarTitleText": "教练详情",
  206. "enablePullDownRefresh": true,
  207. "backgroundTextStyle": "dark"
  208. }
  209. },
  210. {
  211. "path": "findShcool/screen/screen",
  212. "style": {
  213. "navigationBarTitleText": "筛选",
  214. "enablePullDownRefresh": true,
  215. "backgroundTextStyle": "dark"
  216. }
  217. },
  218. {
  219. "path": "findShcool/searchShcool/searchShcool",
  220. "style": {
  221. "navigationBarTitleText": "",
  222. "enablePullDownRefresh": true,
  223. "navigationStyle": "custom",
  224. "backgroundTextStyle": "dark" ,
  225. "navigationBarBackgroundColor": "#FFFFFF"
  226. }
  227. },
  228. {
  229. "path": "iIndustryInfo/iIndustryInfo",
  230. "style": {
  231. "navigationBarTitleText": "行业资讯",
  232. "navigationStyle": "custom",
  233. "enablePullDownRefresh": true,
  234. "backgroundTextStyle": "dark"
  235. }
  236. },
  237. {
  238. "path": "iIndustryInfo/detail/detail",
  239. "style": {
  240. "navigationBarTitleText": "行业资讯详情",
  241. "navigationStyle": "custom",
  242. "enablePullDownRefresh": true,
  243. "backgroundTextStyle": "dark"
  244. }
  245. },
  246. {
  247. "path": "theory/theory",
  248. "style": {
  249. "navigationBarTitleText": "理论学习",
  250. "navigationStyle": "custom",
  251. "enablePullDownRefresh": false,
  252. "backgroundTextStyle": "dark"
  253. }
  254. },
  255. {
  256. "path": "consult/consult",
  257. "style": {
  258. "navigationBarTitleText": "咨询投诉",
  259. "navigationStyle": "custom",
  260. "enablePullDownRefresh": true,
  261. "backgroundTextStyle": "dark"
  262. }
  263. },
  264. {
  265. "path": "consult/pubConsult/pubConsult",
  266. "style": {
  267. "navigationBarTitleText": "我要咨询",
  268. "navigationStyle": "custom",
  269. "enablePullDownRefresh": false,
  270. "backgroundTextStyle": "dark"
  271. }
  272. },
  273. {
  274. "path": "consult/pubComplaint/pubComplaint",
  275. "style": {
  276. "navigationBarTitleText": "我要咨询",
  277. "navigationStyle": "custom",
  278. "enablePullDownRefresh": false,
  279. "backgroundTextStyle": "dark"
  280. }
  281. },
  282. {
  283. "path": "consult/record/record",
  284. "style": {
  285. "navigationBarTitleText": "我要咨询",
  286. "navigationStyle": "custom",
  287. "enablePullDownRefresh": false,
  288. "backgroundTextStyle": "dark"
  289. }
  290. },
  291. {
  292. "path": "publicVideo/publicVideo",
  293. "style": {
  294. "navigationBarTitleText": "我要咨询",
  295. "navigationStyle": "custom",
  296. "enablePullDownRefresh": false,
  297. "backgroundTextStyle": "dark"
  298. }
  299. },
  300. {
  301. "path": "publicVideo/videoDetail/videoDetail",
  302. "style": {
  303. "navigationBarTitleText": "我要咨询",
  304. "navigationStyle": "custom",
  305. "enablePullDownRefresh": false,
  306. "backgroundTextStyle": "dark"
  307. }
  308. }
  309. ]
  310. },
  311. {
  312. "root": "pages/carEntry",
  313. "pages": [
  314. {
  315. "path": "operaAppointment/operaAppointment",
  316. "style": {
  317. "navigationBarTitleText": "实操训练预约",
  318. "navigationStyle": "custom",
  319. "enablePullDownRefresh": false,
  320. "backgroundTextStyle": "dark"
  321. }
  322. },
  323. {
  324. "path": "evaluate/evaluate",
  325. "style": {
  326. "navigationBarTitleText": "评价",
  327. "navigationStyle": "custom",
  328. "enablePullDownRefresh": false,
  329. "backgroundTextStyle": "dark"
  330. }
  331. }
  332. ]
  333. },
  334. {
  335. "root": "pages/mineEntry",
  336. "pages": [
  337. {
  338. "path": "personaInfo/personaInfo",
  339. "style": {
  340. "navigationBarTitleText": "个人信息",
  341. "enablePullDownRefresh": false,
  342. "backgroundTextStyle": "dark"
  343. }
  344. },
  345. {
  346. "path": "aboutUs/aboutUs",
  347. "style": {
  348. "navigationBarTitleText": "关于我们",
  349. "enablePullDownRefresh": false,
  350. "backgroundTextStyle": "dark"
  351. }
  352. },
  353. {
  354. "path": "personaInfo/myInfo",
  355. "style": {
  356. "navigationBarTitleText": "个人信息",
  357. "navigationStyle": "custom",
  358. "enablePullDownRefresh": false,
  359. "backgroundTextStyle": "dark"
  360. }
  361. },
  362. {
  363. "path": "myForecastName/myForecastName",
  364. "style": {
  365. "navigationBarTitleText": "我的报名",
  366. "navigationStyle": "custom",
  367. "enablePullDownRefresh": true,
  368. "backgroundTextStyle": "dark"
  369. }
  370. },
  371. {
  372. "path": "myAppointment/myAppointment",
  373. "style": {
  374. "navigationBarTitleText": "我的预约",
  375. "enablePullDownRefresh": true,
  376. "backgroundTextStyle": "dark"
  377. }
  378. },
  379. {
  380. "path": "myAppointment/detail/detail",
  381. "style": {
  382. "navigationBarTitleText": "预约详情",
  383. "navigationStyle": "custom",
  384. "enablePullDownRefresh": false,
  385. "backgroundTextStyle": "dark"
  386. }
  387. },
  388. {
  389. "path": "myOrder/detail/detail",
  390. "style": {
  391. "navigationBarTitleText": "订单详情",
  392. "navigationStyle": "custom",
  393. "enablePullDownRefresh": true,
  394. "backgroundTextStyle": "dark"
  395. }
  396. },
  397. {
  398. "path": "myOrder/myOrder",
  399. "style": {
  400. "navigationBarTitleText": "我的订单",
  401. "navigationBarBackgroundColor": "#fff",
  402. "enablePullDownRefresh": true,
  403. "backgroundTextStyle": "dark"
  404. }
  405. },
  406. {
  407. "path": "myOrder/voucher/voucher",
  408. "style": {
  409. "navigationBarTitleText": "我的订单",
  410. "navigationStyle": "custom",
  411. "enablePullDownRefresh": true,
  412. "backgroundTextStyle": "dark"
  413. }
  414. },
  415. {
  416. "path": "carLearProgress/carLearProgress",
  417. "style": {
  418. "navigationBarTitleText": "学车进度",
  419. "enablePullDownRefresh": true,
  420. "backgroundTextStyle": "dark"
  421. }
  422. },
  423. {
  424. "path": "carLearnHours/carLearnHours",
  425. "style": {
  426. "navigationBarTitleText": "我的学时",
  427. "enablePullDownRefresh": true,
  428. "backgroundTextStyle": "dark"
  429. }
  430. },
  431. {
  432. "path": "carData/carData",
  433. "style": {
  434. "navigationBarTitleText": "我的数据",
  435. "navigationStyle": "custom",
  436. "enablePullDownRefresh": false,
  437. "backgroundTextStyle": "dark"
  438. }
  439. },
  440. {
  441. "path": "myEvaluate/myEvaluate",
  442. "style": {
  443. "navigationBarTitleText": "我的评价",
  444. "enablePullDownRefresh": true,
  445. "backgroundTextStyle": "dark"
  446. }
  447. },
  448. {
  449. "path": "myContract/myContract",
  450. "style": {
  451. "navigationBarTitleText": "我的合同",
  452. "enablePullDownRefresh": false,
  453. "backgroundTextStyle": "dark"
  454. }
  455. },
  456. {
  457. "path": "schoolTransfer/schoolTransfer",
  458. "style": {
  459. "navigationBarTitleText": "同城转校",
  460. "enablePullDownRefresh": false,
  461. "backgroundTextStyle": "dark"
  462. }
  463. },
  464. {
  465. "path": "modelChange/modelChange",
  466. "style": {
  467. "navigationBarTitleText": "车型变更",
  468. "enablePullDownRefresh": false,
  469. "backgroundTextStyle": "dark"
  470. }
  471. },
  472. {
  473. "path": "refund/refund",
  474. "style": {
  475. "navigationBarTitleText": "申请退款",
  476. "enablePullDownRefresh": false,
  477. "backgroundTextStyle": "dark"
  478. }
  479. }
  480. ]
  481. },
  482. {
  483. "root": "pages/userCenter",
  484. "pages": [
  485. {
  486. "path": "login/login",
  487. "style": {
  488. "navigationBarTitleText": "登录",
  489. "navigationStyle": "custom",
  490. "enablePullDownRefresh": false,
  491. "backgroundTextStyle": "dark"
  492. }
  493. }
  494. ]
  495. },
  496. {
  497. "root": "pages/other",
  498. "pages": [
  499. {
  500. "path": "webView/webView",
  501. "style": {
  502. "navigationBarTitleText": "",
  503. "navigationStyle": "custom",
  504. "enablePullDownRefresh": false,
  505. "backgroundTextStyle": "dark"
  506. }
  507. }
  508. ]
  509. }
  510. ],
  511. "globalStyle": {
  512. "navigationBarTextStyle": "black",
  513. "navigationBarTitleText": "",
  514. "navigationBarBackgroundColor": "#F6F7FA",
  515. "backgroundColor": "#F6F7FA"
  516. },
  517. "uniIdRouter": {},
  518. "tabBar": {
  519. "color": "#999999",
  520. "selectedColor": "#218DFF",
  521. "backgroundColor": "#FFFFFF",
  522. "list": [{
  523. "pagePath": "pages/tabbar/index/index",
  524. "text": "首页",
  525. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  526. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  527. },
  528. {
  529. "pagePath": "pages/tabbar/learnCar/index",
  530. "text": "学车",
  531. "iconPath": "static/images/tabbar/btn_xueche_nor.png",
  532. "selectedIconPath": "static/images/tabbar/btn_xueche_cli.png"
  533. },
  534. {
  535. "pagePath": "pages/tabbar/mine/index",
  536. "text": "我的",
  537. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  538. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  539. }
  540. ]
  541. },
  542. "easycom": {
  543. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  544. "autoscan": true,
  545. "custom": {
  546. "qiun-data-charts": "@/uni_modules/charts/components/qiun-data-charts/qiun-data-charts.vue"
  547. }
  548. }
  549. }