学员端小程序
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.

485 lines
12 KiB

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. {
  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": "enroll/enroll",
  37. "style": {
  38. "navigationBarTitleText": "学员报名",
  39. "navigationStyle": "custom",
  40. "enablePullDownRefresh": false,
  41. "backgroundTextStyle": "dark"
  42. }
  43. },
  44. {
  45. "path": "enroll/uploadAvatar/uploadAvatar",
  46. "style": {
  47. "navigationBarTitleText": "上传头像",
  48. "navigationStyle": "custom",
  49. "enablePullDownRefresh": false,
  50. "backgroundTextStyle": "dark"
  51. }
  52. },
  53. {
  54. "path": "enroll/registInfo/registInfo",
  55. "style": {
  56. "navigationBarTitleText": "报名信息确认",
  57. "navigationStyle": "custom",
  58. "enablePullDownRefresh": false,
  59. "backgroundTextStyle": "dark"
  60. }
  61. },
  62. {
  63. "path": "enroll/payment/payment",
  64. "style": {
  65. "navigationBarTitleText": "报名信息确认",
  66. "navigationStyle": "custom",
  67. "enablePullDownRefresh": false,
  68. "backgroundTextStyle": "dark"
  69. }
  70. },
  71. {
  72. "path": "enroll/signContract/signContract",
  73. "style": {
  74. "navigationBarTitleText": "上传头像",
  75. "navigationStyle": "custom",
  76. "enablePullDownRefresh": false,
  77. "backgroundTextStyle": "dark"
  78. }
  79. },
  80. {
  81. "path": "findShcool/findShcool",
  82. "style": {
  83. "navigationBarTitleText": "找驾校",
  84. "navigationStyle": "custom",
  85. "enablePullDownRefresh": false,
  86. "backgroundTextStyle": "dark"
  87. }
  88. },
  89. {
  90. "path": "findShcool/shcoolDetail/shcoolDetail",
  91. "style": {
  92. "navigationBarTitleText": "找驾校",
  93. "navigationStyle": "custom",
  94. "enablePullDownRefresh": false,
  95. "backgroundTextStyle": "dark"
  96. }
  97. },
  98. {
  99. "path": "findShcool/shcoolComment/shcoolComment",
  100. "style": {
  101. "navigationBarTitleText": "驾校评价",
  102. "enablePullDownRefresh": true,
  103. "backgroundTextStyle": "dark"
  104. }
  105. },
  106. {
  107. "path": "findShcool/coachComment/coachComment",
  108. "style": {
  109. "navigationBarTitleText": "教练评价",
  110. "enablePullDownRefresh": true,
  111. "backgroundTextStyle": "dark"
  112. }
  113. },
  114. {
  115. "path": "findShcool/screen/screen",
  116. "style": {
  117. "navigationBarTitleText": "筛选",
  118. "enablePullDownRefresh": true,
  119. "backgroundTextStyle": "dark"
  120. }
  121. },
  122. {
  123. "path": "findShcool/searchShcool/searchShcool",
  124. "style": {
  125. "navigationBarTitleText": "",
  126. "enablePullDownRefresh": true,
  127. "backgroundTextStyle": "dark" ,
  128. "navigationBarBackgroundColor": "#FFFFFF"
  129. }
  130. },
  131. {
  132. "path": "iIndustryInfo/iIndustryInfo",
  133. "style": {
  134. "navigationBarTitleText": "行业资讯",
  135. "navigationStyle": "custom",
  136. "enablePullDownRefresh": true,
  137. "backgroundTextStyle": "dark"
  138. }
  139. },
  140. {
  141. "path": "iIndustryInfo/detail/detail",
  142. "style": {
  143. "navigationBarTitleText": "行业资讯详情",
  144. "navigationStyle": "custom",
  145. "enablePullDownRefresh": true,
  146. "backgroundTextStyle": "dark"
  147. }
  148. },
  149. {
  150. "path": "examines/examines",
  151. "style": {
  152. "navigationBarTitleText": "找考场",
  153. "navigationStyle": "custom",
  154. "enablePullDownRefresh": false,
  155. "backgroundTextStyle": "dark"
  156. }
  157. },
  158. {
  159. "path": "examines/allExamines/allExamines",
  160. "style": {
  161. "navigationBarTitleText": "找考场",
  162. "navigationStyle": "custom",
  163. "enablePullDownRefresh": false,
  164. "backgroundTextStyle": "dark"
  165. }
  166. },
  167. {
  168. "path": "examines/detail/detail",
  169. "style": {
  170. "navigationBarTitleText": "考场详情",
  171. "navigationStyle": "custom",
  172. "enablePullDownRefresh": false,
  173. "backgroundTextStyle": "dark"
  174. }
  175. },
  176. {
  177. "path": "examines/allNews/allNews",
  178. "style": {
  179. "navigationBarTitleText": "考场信息资讯",
  180. "navigationStyle": "custom",
  181. "enablePullDownRefresh": true,
  182. "backgroundTextStyle": "dark"
  183. }
  184. },
  185. {
  186. "path": "examines/newsDetail/newsDetail",
  187. "style": {
  188. "navigationBarTitleText": "资讯详情",
  189. "navigationStyle": "custom",
  190. "enablePullDownRefresh": false,
  191. "backgroundTextStyle": "dark"
  192. }
  193. },
  194. {
  195. "path": "theory/theory",
  196. "style": {
  197. "navigationBarTitleText": "理论学习",
  198. "navigationStyle": "custom",
  199. "enablePullDownRefresh": false,
  200. "backgroundTextStyle": "dark"
  201. }
  202. },
  203. {
  204. "path": "consult/consult",
  205. "style": {
  206. "navigationBarTitleText": "咨询投诉",
  207. "navigationStyle": "custom",
  208. "enablePullDownRefresh": false,
  209. "backgroundTextStyle": "dark"
  210. }
  211. },
  212. {
  213. "path": "consult/pubConsult/pubConsult",
  214. "style": {
  215. "navigationBarTitleText": "我要咨询",
  216. "navigationStyle": "custom",
  217. "enablePullDownRefresh": false,
  218. "backgroundTextStyle": "dark"
  219. }
  220. },
  221. {
  222. "path": "consult/pubComplaint/pubComplaint",
  223. "style": {
  224. "navigationBarTitleText": "我要咨询",
  225. "navigationStyle": "custom",
  226. "enablePullDownRefresh": false,
  227. "backgroundTextStyle": "dark"
  228. }
  229. },
  230. {
  231. "path": "consult/record/record",
  232. "style": {
  233. "navigationBarTitleText": "我要咨询",
  234. "navigationStyle": "custom",
  235. "enablePullDownRefresh": false,
  236. "backgroundTextStyle": "dark"
  237. }
  238. },
  239. {
  240. "path": "publicVideo/publicVideo",
  241. "style": {
  242. "navigationBarTitleText": "我要咨询",
  243. "navigationStyle": "custom",
  244. "enablePullDownRefresh": false,
  245. "backgroundTextStyle": "dark"
  246. }
  247. },
  248. {
  249. "path": "publicVideo/videoDetail/videoDetail",
  250. "style": {
  251. "navigationBarTitleText": "我要咨询",
  252. "navigationStyle": "custom",
  253. "enablePullDownRefresh": false,
  254. "backgroundTextStyle": "dark"
  255. }
  256. }
  257. ]
  258. },
  259. {
  260. "root": "pages/carEntry",
  261. "pages": [
  262. {
  263. "path": "simulateAppointment/simulateAppointment",
  264. "style": {
  265. "navigationBarTitleText": "模拟器训练预约",
  266. "navigationStyle": "custom",
  267. "enablePullDownRefresh": false,
  268. "backgroundTextStyle": "dark"
  269. }
  270. },
  271. {
  272. "path": "operaAppointment/operaAppointment",
  273. "style": {
  274. "navigationBarTitleText": "实操训练预约",
  275. "navigationStyle": "custom",
  276. "enablePullDownRefresh": false,
  277. "backgroundTextStyle": "dark"
  278. }
  279. },
  280. {
  281. "path": "examineAppointment/examineAppointment",
  282. "style": {
  283. "navigationBarTitleText": "考场训练预约",
  284. "navigationStyle": "custom",
  285. "enablePullDownRefresh": false,
  286. "backgroundTextStyle": "dark"
  287. }
  288. },
  289. {
  290. "path": "evaluate/evaluate",
  291. "style": {
  292. "navigationBarTitleText": "评价",
  293. "navigationStyle": "custom",
  294. "enablePullDownRefresh": false,
  295. "backgroundTextStyle": "dark"
  296. }
  297. }
  298. ]
  299. },
  300. {
  301. "root": "pages/mineEntry",
  302. "pages": [
  303. {
  304. "path": "personaInfo/personaInfo",
  305. "style": {
  306. "navigationBarTitleText": "个人信息",
  307. "navigationStyle": "custom",
  308. "enablePullDownRefresh": false,
  309. "backgroundTextStyle": "dark"
  310. }
  311. },
  312. {
  313. "path": "myAppointment/myAppointment",
  314. "style": {
  315. "navigationBarTitleText": "我的预约",
  316. "navigationStyle": "custom",
  317. "enablePullDownRefresh": false,
  318. "backgroundTextStyle": "dark"
  319. }
  320. },
  321. {
  322. "path": "myAppointment/detail/detail",
  323. "style": {
  324. "navigationBarTitleText": "预约详情",
  325. "navigationStyle": "custom",
  326. "enablePullDownRefresh": false,
  327. "backgroundTextStyle": "dark"
  328. }
  329. },
  330. {
  331. "path": "myOrder/detail/detail",
  332. "style": {
  333. "navigationBarTitleText": "订单详情",
  334. "navigationStyle": "custom",
  335. "enablePullDownRefresh": false,
  336. "backgroundTextStyle": "dark"
  337. }
  338. },
  339. {
  340. "path": "myOrder/myOrder",
  341. "style": {
  342. "navigationBarTitleText": "我的订单",
  343. "navigationStyle": "custom",
  344. "enablePullDownRefresh": false,
  345. "backgroundTextStyle": "dark"
  346. }
  347. },
  348. {
  349. "path": "carLearProgress/carLearProgress",
  350. "style": {
  351. "navigationBarTitleText": "学车进度",
  352. "navigationStyle": "custom",
  353. "enablePullDownRefresh": false,
  354. "backgroundTextStyle": "dark"
  355. }
  356. },
  357. {
  358. "path": "carLearnHours/carLearnHours",
  359. "style": {
  360. "navigationBarTitleText": "学车进度",
  361. "navigationStyle": "custom",
  362. "enablePullDownRefresh": false,
  363. "backgroundTextStyle": "dark"
  364. }
  365. },
  366. {
  367. "path": "carData/carData",
  368. "style": {
  369. "navigationBarTitleText": "我的数据",
  370. "navigationStyle": "custom",
  371. "enablePullDownRefresh": false,
  372. "backgroundTextStyle": "dark"
  373. }
  374. },
  375. {
  376. "path": "myCollect/myCollect",
  377. "style": {
  378. "navigationBarTitleText": "我的收藏",
  379. "navigationStyle": "custom",
  380. "enablePullDownRefresh": false,
  381. "backgroundTextStyle": "dark"
  382. }
  383. },
  384. {
  385. "path": "myEvaluate/myEvaluate",
  386. "style": {
  387. "navigationBarTitleText": "我的评价",
  388. "navigationStyle": "custom",
  389. "enablePullDownRefresh": false,
  390. "backgroundTextStyle": "dark"
  391. }
  392. },
  393. {
  394. "path": "myContract/myContract",
  395. "style": {
  396. "navigationBarTitleText": "我的合同",
  397. "navigationStyle": "custom",
  398. "enablePullDownRefresh": false,
  399. "backgroundTextStyle": "dark"
  400. }
  401. }
  402. ]
  403. },
  404. {
  405. "root": "pages/userCenter",
  406. "pages": [
  407. {
  408. "path": "login/login",
  409. "style": {
  410. "navigationBarTitleText": "登录",
  411. "navigationStyle": "custom",
  412. "enablePullDownRefresh": false,
  413. "backgroundTextStyle": "dark"
  414. }
  415. },
  416. {
  417. "path": "login/loginByPhone",
  418. "style": {
  419. "navigationBarTitleText": "手机号登录",
  420. "navigationStyle": "custom",
  421. "enablePullDownRefresh": false,
  422. "backgroundTextStyle": "dark"
  423. }
  424. }
  425. ]
  426. },
  427. {
  428. "root": "pages/other",
  429. "pages": [
  430. {
  431. "path": "webView/webView",
  432. "style": {
  433. "navigationBarTitleText": "",
  434. "navigationStyle": "custom",
  435. "enablePullDownRefresh": false,
  436. "backgroundTextStyle": "dark"
  437. }
  438. }
  439. ]
  440. }
  441. ],
  442. "globalStyle": {
  443. "navigationBarTextStyle": "black",
  444. "navigationBarTitleText": "",
  445. "navigationBarBackgroundColor": "#F8F8F8",
  446. "backgroundColor": "#F8F8F8"
  447. },
  448. "uniIdRouter": {},
  449. "tabBar": {
  450. "color": "#999999",
  451. "selectedColor": "#218DFF",
  452. "backgroundColor": "#FFFFFF",
  453. "list": [{
  454. "pagePath": "pages/tabbar/index/index",
  455. "text": "首页",
  456. "iconPath": "static/images/tabbar/btn_shouye_nor.png",
  457. "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
  458. },
  459. {
  460. "pagePath": "pages/tabbar/learnCar/index",
  461. "text": "学车",
  462. "iconPath": "static/images/tabbar/btn_xueche_nor.png",
  463. "selectedIconPath": "static/images/tabbar/btn_xueche_cli.png"
  464. },
  465. {
  466. "pagePath": "pages/tabbar/mine/index",
  467. "text": "我的",
  468. "iconPath": "static/images/tabbar/btn_wode_nor.png",
  469. "selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
  470. }
  471. ]
  472. },
  473. "easycom": {
  474. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  475. "autoscan": true,
  476. "custom": {
  477. "qiun-data-charts": "@/uni_modules/charts/components/qiun-data-charts/qiun-data-charts.vue"
  478. }
  479. }
  480. }