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.

415 lines
10 KiB

7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true,
  9. "backgroundTextStyle": "dark"
  10. }
  11. },
  12. {
  13. "path": "pages/tabbar/statistics/index",
  14. "style": {
  15. "navigationBarTitleText": "首页",
  16. "navigationStyle": "custom",
  17. "enablePullDownRefresh": true,
  18. "backgroundTextStyle": "dark"
  19. }
  20. },
  21. {
  22. "path": "pages/tabbar/examSimulation/index",
  23. "style": {
  24. "navigationBarTitleText": "考场模拟",
  25. "navigationStyle": "custom",
  26. "enablePullDownRefresh": true,
  27. "backgroundTextStyle": "dark"
  28. }
  29. },
  30. {
  31. "path": "pages/tabbar/operateTrain/index",
  32. "style": {
  33. "navigationBarTitleText": "实操训练",
  34. "navigationStyle": "custom",
  35. "enablePullDownRefresh": true,
  36. "backgroundTextStyle": "dark"
  37. }
  38. },
  39. {
  40. "path": "pages/tabbar/student/index",
  41. "style": {
  42. "navigationBarTitleText": "学员",
  43. "navigationStyle": "custom",
  44. "enablePullDownRefresh": true,
  45. "backgroundTextStyle": "dark"
  46. }
  47. },
  48. {
  49. "path": "pages/tabbar/mine/index",
  50. "style": {
  51. "navigationBarTitleText": "我的",
  52. "navigationStyle": "custom",
  53. "enablePullDownRefresh": true,
  54. "backgroundTextStyle": "dark"
  55. }
  56. }
  57. ],
  58. "subPackages": [
  59. {
  60. "root": "pages/indexEntry",
  61. "pages": [
  62. {
  63. "path": "settlement/settlement",
  64. "style": {
  65. "navigationBarTitleText": "结算明细列表",
  66. "navigationStyle": "custom",
  67. "enablePullDownRefresh": false,
  68. "backgroundTextStyle": "dark"
  69. }
  70. },
  71. {
  72. "path": "settlement/detail/detail",
  73. "style": {
  74. "navigationBarTitleText": "结算明细详情",
  75. "navigationStyle": "custom",
  76. "enablePullDownRefresh": false,
  77. "backgroundTextStyle": "dark"
  78. }
  79. }
  80. ]
  81. },
  82. {
  83. "root": "pages/recordEntry",
  84. "pages": [
  85. {
  86. "path": "examine/examineRecord/examineRecord",
  87. "style": {
  88. "navigationBarTitleText": "考场记录",
  89. "navigationStyle": "custom",
  90. "enablePullDownRefresh": true,
  91. "backgroundTextStyle": "dark"
  92. }
  93. },
  94. {
  95. "path": "examine/examineRecord/detail/detail",
  96. "style": {
  97. "navigationBarTitleText": "考场训练详情",
  98. "navigationStyle": "custom",
  99. "enablePullDownRefresh": false,
  100. "backgroundTextStyle": "dark"
  101. }
  102. },
  103. {
  104. "path": "operate/detail/detail",
  105. "style": {
  106. "navigationBarTitleText": "实操详情",
  107. "navigationStyle": "custom",
  108. "enablePullDownRefresh": false,
  109. "backgroundTextStyle": "dark"
  110. }
  111. },
  112. {
  113. "path": "operate/todayStudent/todayStudent",
  114. "style": {
  115. "navigationBarTitleText": "今日预约学员",
  116. "navigationStyle": "custom",
  117. "enablePullDownRefresh": false,
  118. "backgroundTextStyle": "dark"
  119. }
  120. },
  121. {
  122. "path": "operate/mySchedule/mySchedule",
  123. "style": {
  124. "navigationBarTitleText": "我的排课",
  125. "navigationStyle": "custom",
  126. "enablePullDownRefresh": false,
  127. "backgroundTextStyle": "dark"
  128. }
  129. },
  130. {
  131. "path": "operate/mySchedule/plan/plan",
  132. "style": {
  133. "navigationBarTitleText": "排课计划",
  134. "navigationStyle": "custom",
  135. "enablePullDownRefresh": false,
  136. "backgroundTextStyle": "dark"
  137. }
  138. },
  139. {
  140. "path": "operate/mySchedule/mould/mould",
  141. "style": {
  142. "navigationBarTitleText": "模板",
  143. "navigationStyle": "custom",
  144. "enablePullDownRefresh": true,
  145. "backgroundTextStyle": "dark"
  146. }
  147. },
  148. {
  149. "path": "operate/mySchedule/mouldEdit/mouldAdd",
  150. "style": {
  151. "navigationBarTitleText": "添加编辑模版",
  152. "navigationStyle": "custom",
  153. "enablePullDownRefresh": false,
  154. "backgroundTextStyle": "dark"
  155. }
  156. },
  157. {
  158. "path": "operate/mySchedule/mouldEdit/mouldEdit",
  159. "style": {
  160. "navigationBarTitleText": "编辑编辑模版",
  161. "navigationStyle": "custom",
  162. "enablePullDownRefresh": false,
  163. "backgroundTextStyle": "dark"
  164. }
  165. },
  166. {
  167. "path": "operate/mySchedule/detail/detail",
  168. "style": {
  169. "navigationBarTitleText": "我的排课详情",
  170. "navigationStyle": "custom",
  171. "enablePullDownRefresh": true,
  172. "backgroundTextStyle": "dark"
  173. }
  174. },
  175. {
  176. "path": "student/studentDetail/studentDetail",
  177. "style": {
  178. "navigationBarTitleText": "学员详情",
  179. "navigationStyle": "custom",
  180. "enablePullDownRefresh": false,
  181. "backgroundTextStyle": "dark"
  182. }
  183. },
  184. {
  185. "path": "student/addStudent/addStudent",
  186. "style": {
  187. "navigationBarTitleText": "添加学员",
  188. "navigationStyle": "custom",
  189. "enablePullDownRefresh": true,
  190. "backgroundTextStyle": "dark"
  191. }
  192. },
  193. {
  194. "path": "student/addStudent/searchStudent",
  195. "style": {
  196. "navigationBarTitleText": "搜索学员",
  197. "navigationStyle": "custom",
  198. "enablePullDownRefresh": true,
  199. "backgroundTextStyle": "dark"
  200. }
  201. }
  202. ]
  203. },
  204. {
  205. "root": "pages/other",
  206. "pages": [
  207. {
  208. "path": "webView/webView",
  209. "style": {
  210. "navigationBarTitleText": "",
  211. "navigationStyle": "custom",
  212. "enablePullDownRefresh": false,
  213. "backgroundTextStyle": "dark"
  214. }
  215. }
  216. ]
  217. },
  218. {
  219. "root": "pages/userCenter",
  220. "pages": [
  221. {
  222. "path": "forgetPwd/forgetPwd",
  223. "style": {
  224. "navigationBarTitleText": "修改密码",
  225. "navigationStyle": "custom",
  226. "enablePullDownRefresh": false,
  227. "backgroundTextStyle": "dark"
  228. }
  229. },
  230. {
  231. "path": "personaInfo/personaInfo",
  232. "style": {
  233. "navigationBarTitleText": "",
  234. "navigationStyle": "custom",
  235. "enablePullDownRefresh": false,
  236. "backgroundTextStyle": "dark"
  237. }
  238. },
  239. {
  240. "path": "settled/settled",
  241. "style": {
  242. "navigationBarTitleText": "待结算记录",
  243. "navigationStyle": "custom",
  244. "enablePullDownRefresh": false,
  245. "backgroundTextStyle": "dark"
  246. }
  247. },
  248. {
  249. "path": "schoolSite/schoolSite",
  250. "style": {
  251. "navigationBarTitleText": "驾校场地",
  252. "navigationStyle": "custom",
  253. "enablePullDownRefresh": true,
  254. "backgroundTextStyle": "dark"
  255. }
  256. },
  257. {
  258. "path": "schoolCoach/schoolCoach",
  259. "style": {
  260. "navigationBarTitleText": "驾校教练",
  261. "navigationStyle": "custom",
  262. "enablePullDownRefresh": true,
  263. "backgroundTextStyle": "dark"
  264. }
  265. },
  266. {
  267. "path": "schoolCoach/coachComment/coachComment",
  268. "style": {
  269. "navigationBarTitleText": "教练详情",
  270. "navigationStyle": "custom",
  271. "enablePullDownRefresh": true,
  272. "backgroundTextStyle": "dark"
  273. }
  274. },
  275. {
  276. "path": "scanCode/scanCode",
  277. "style": {
  278. "navigationBarTitleText": "个人二维码",
  279. "navigationStyle": "custom",
  280. "enablePullDownRefresh": false,
  281. "backgroundTextStyle": "dark"
  282. }
  283. },
  284. {
  285. "path": "studentComment/studentComment",
  286. "style": {
  287. "navigationBarTitleText": "学员评价",
  288. "navigationStyle": "custom",
  289. "enablePullDownRefresh": false,
  290. "backgroundTextStyle": "dark"
  291. }
  292. },
  293. {
  294. "path": "refund/refund",
  295. "style": {
  296. "navigationBarTitleText": "退款信息",
  297. "navigationStyle": "custom",
  298. "enablePullDownRefresh": false,
  299. "backgroundTextStyle": "dark"
  300. }
  301. },
  302. {
  303. "path": "indicatorRecharge/indicatorRecharge",
  304. "style": {
  305. "navigationBarTitleText": "",
  306. "navigationStyle": "custom",
  307. "enablePullDownRefresh": false,
  308. "backgroundTextStyle": "dark"
  309. }
  310. },
  311. {
  312. "path": "examinInfo/examinInfo",
  313. "style": {
  314. "navigationBarTitleText": "考场信息",
  315. "navigationStyle": "custom",
  316. "enablePullDownRefresh": true,
  317. "backgroundTextStyle": "dark"
  318. }
  319. },
  320. {
  321. "path": "myCar/myCar",
  322. "style": {
  323. "navigationBarTitleText": "我的车辆",
  324. "navigationStyle": "custom",
  325. "enablePullDownRefresh": true,
  326. "backgroundTextStyle": "dark"
  327. }
  328. },
  329. {
  330. "path": "myCar/notBound/notBound",
  331. "style": {
  332. "navigationBarTitleText": "未绑定车辆",
  333. "navigationStyle": "custom",
  334. "enablePullDownRefresh": true,
  335. "backgroundTextStyle": "dark"
  336. }
  337. },
  338. {
  339. "path": "teachingData/teachingData",
  340. "style": {
  341. "navigationBarTitleText": "教学数据",
  342. "navigationStyle": "custom",
  343. "enablePullDownRefresh": false,
  344. "backgroundTextStyle": "dark"
  345. }
  346. }
  347. ]
  348. }
  349. ],
  350. "globalStyle": {
  351. "navigationBarTextStyle": "black",
  352. "navigationBarTitleText": "学车小程序",
  353. "navigationBarBackgroundColor": "#F8F8F8",
  354. "backgroundColor": "#F8F8F8"
  355. },
  356. "uniIdRouter": {},
  357. "tabBar": {
  358. "color": "#999999",
  359. "selectedColor": "#218DFF",
  360. "backgroundColor": "#FFFFFF",
  361. "list": [{
  362. "pagePath": "pages/tabbar/statistics/index",
  363. "text": "首页",
  364. "iconPath": "static/images/tabbar/tj.png",
  365. "selectedIconPath": "static/images/tabbar/tjActive.png"
  366. },
  367. {
  368. "pagePath": "pages/tabbar/examSimulation/index",
  369. "text": "考场模拟",
  370. "iconPath": "static/images/tabbar/kc.png",
  371. "selectedIconPath": "static/images/tabbar/kcActive.png"
  372. },
  373. {
  374. "pagePath": "pages/tabbar/operateTrain/index",
  375. "text": "实操训练",
  376. "iconPath": "static/images/tabbar/sc.png",
  377. "selectedIconPath": "static/images/tabbar/scActive.png"
  378. },
  379. {
  380. "pagePath": "pages/tabbar/student/index",
  381. "text": "学员",
  382. "iconPath": "static/images/tabbar/xy.png",
  383. "selectedIconPath": "static/images/tabbar/xyActive.png"
  384. },
  385. {
  386. "pagePath": "pages/tabbar/mine/index",
  387. "text": "我的",
  388. "iconPath": "static/images/tabbar/wd.png",
  389. "selectedIconPath": "static/images/tabbar/wdActive.png"
  390. }
  391. ]
  392. },
  393. "easycom": {
  394. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  395. "custom": {
  396. "qiun-data-charts": "@/uni_modules/charts/components/qiun-data-charts/qiun-data-charts.vue"
  397. }
  398. },
  399. "condition" : { //
  400. "current": 0, //(list )
  401. "list": [
  402. {
  403. "name": "", //
  404. "path": "", //
  405. "query": "" //onLoad
  406. }
  407. ]
  408. }
  409. }