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

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