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.

391 lines
9.5 KiB

7 months ago
4 months ago
7 months ago
7 months ago
7 months ago
6 months ago
7 months ago
7 months ago
6 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/login/privacyAgreement/privacyAgreement",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. // "navigationStyle": "custom",
  17. "enablePullDownRefresh": true,
  18. "backgroundTextStyle": "dark"
  19. }
  20. },
  21. {
  22. "path": "pages/tabbar/statistics/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": "operate/detail/detail",
  87. "style": {
  88. "navigationBarTitleText": "实操详情",
  89. "navigationStyle": "custom",
  90. "enablePullDownRefresh": false,
  91. "backgroundTextStyle": "dark"
  92. }
  93. },
  94. {
  95. "path": "operate/todayStudent/todayStudent",
  96. "style": {
  97. "navigationBarTitleText": "今日预约学员",
  98. "navigationStyle": "custom",
  99. "enablePullDownRefresh": true,
  100. "backgroundTextStyle": "dark"
  101. }
  102. },
  103. {
  104. "path": "operate/mySchedule/mySchedule",
  105. "style": {
  106. "navigationBarTitleText": "我的排课",
  107. "navigationStyle": "custom",
  108. "enablePullDownRefresh": false,
  109. "backgroundTextStyle": "dark"
  110. }
  111. },
  112. {
  113. "path": "operate/mySchedule/plan/plan",
  114. "style": {
  115. "navigationBarTitleText": "排课计划",
  116. "navigationStyle": "custom",
  117. "enablePullDownRefresh": false,
  118. "backgroundTextStyle": "dark"
  119. }
  120. },
  121. {
  122. "path": "operate/mySchedule/mould/mould",
  123. "style": {
  124. "navigationBarTitleText": "模板",
  125. "navigationStyle": "custom",
  126. "enablePullDownRefresh": true,
  127. "backgroundTextStyle": "dark"
  128. }
  129. },
  130. {
  131. "path": "operate/mySchedule/mouldEdit/mouldAdd",
  132. "style": {
  133. "navigationBarTitleText": "添加编辑模版",
  134. "navigationStyle": "custom",
  135. "enablePullDownRefresh": false,
  136. "backgroundTextStyle": "dark"
  137. }
  138. },
  139. {
  140. "path": "operate/mySchedule/mouldEdit/mouldEdit",
  141. "style": {
  142. "navigationBarTitleText": "编辑编辑模版",
  143. "navigationStyle": "custom",
  144. "enablePullDownRefresh": false,
  145. "backgroundTextStyle": "dark"
  146. }
  147. },
  148. {
  149. "path": "operate/mySchedule/detail/detail",
  150. "style": {
  151. "navigationBarTitleText": "我的排课详情",
  152. // "navigationStyle": "custom",
  153. "enablePullDownRefresh": true,
  154. "backgroundTextStyle": "dark"
  155. }
  156. },
  157. {
  158. "path": "student/studentDetail/studentDetail",
  159. "style": {
  160. "navigationBarTitleText": "学员详情",
  161. "navigationStyle": "custom",
  162. "enablePullDownRefresh": false,
  163. "backgroundTextStyle": "dark"
  164. }
  165. },
  166. {
  167. "path": "student/addStudent/addStudent",
  168. "style": {
  169. "navigationBarTitleText": "添加学员",
  170. "navigationStyle": "custom",
  171. "enablePullDownRefresh": true,
  172. "backgroundTextStyle": "dark"
  173. }
  174. },
  175. {
  176. "path": "student/addStudent/searchStudent",
  177. "style": {
  178. "navigationBarTitleText": "搜索学员",
  179. "navigationStyle": "custom",
  180. "enablePullDownRefresh": true,
  181. "backgroundTextStyle": "dark"
  182. }
  183. }
  184. ]
  185. },
  186. {
  187. "root": "pages/other",
  188. "pages": [
  189. {
  190. "path": "webView/webView",
  191. "style": {
  192. "navigationBarTitleText": "",
  193. "navigationStyle": "custom",
  194. "enablePullDownRefresh": false,
  195. "backgroundTextStyle": "dark"
  196. }
  197. }
  198. ]
  199. },
  200. {
  201. "root": "pages/userCenter",
  202. "pages": [
  203. {
  204. "path": "signature/signature",
  205. "style": {
  206. "navigationBarTitleText": "签名",
  207. // "navigationStyle": "custom",
  208. "enablePullDownRefresh": false,
  209. "backgroundTextStyle": "dark"
  210. }
  211. },
  212. {
  213. "path": "forgetPwd/forgetPwd",
  214. "style": {
  215. "navigationBarTitleText": "修改密码",
  216. "navigationStyle": "custom",
  217. "enablePullDownRefresh": false,
  218. "backgroundTextStyle": "dark"
  219. }
  220. },
  221. {
  222. "path": "personaInfo/personaInfo",
  223. "style": {
  224. "navigationBarTitleText": "",
  225. "navigationStyle": "custom",
  226. "enablePullDownRefresh": false,
  227. "backgroundTextStyle": "dark"
  228. }
  229. },
  230. {
  231. "path": "settled/settled",
  232. "style": {
  233. "navigationBarTitleText": "待结算记录",
  234. "navigationStyle": "custom",
  235. "enablePullDownRefresh": false,
  236. "backgroundTextStyle": "dark"
  237. }
  238. },
  239. {
  240. "path": "schoolSite/schoolSite",
  241. "style": {
  242. "navigationBarTitleText": "驾校场地",
  243. "navigationStyle": "custom",
  244. "enablePullDownRefresh": true,
  245. "backgroundTextStyle": "dark"
  246. }
  247. },
  248. {
  249. "path": "schoolCoach/schoolCoach",
  250. "style": {
  251. "navigationBarTitleText": "驾校教练",
  252. "navigationStyle": "custom",
  253. "enablePullDownRefresh": true,
  254. "backgroundTextStyle": "dark"
  255. }
  256. },
  257. {
  258. "path": "schoolCoach/coachComment/coachComment",
  259. "style": {
  260. "navigationBarTitleText": "教练详情",
  261. "navigationStyle": "custom",
  262. "enablePullDownRefresh": true,
  263. "backgroundTextStyle": "dark"
  264. }
  265. },
  266. {
  267. "path": "scanCode/scanCode",
  268. "style": {
  269. "navigationBarTitleText": "个人二维码",
  270. "navigationStyle": "custom",
  271. "enablePullDownRefresh": false,
  272. "backgroundTextStyle": "dark"
  273. }
  274. },
  275. {
  276. "path": "scanCode/scanCodeSchool",
  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": "myCar/myCar",
  304. "style": {
  305. "navigationBarTitleText": "我的车辆",
  306. "navigationStyle": "custom",
  307. "enablePullDownRefresh": true,
  308. "backgroundTextStyle": "dark"
  309. }
  310. },
  311. {
  312. "path": "myCar/notBound/notBound",
  313. "style": {
  314. "navigationBarTitleText": "未绑定车辆",
  315. "navigationStyle": "custom",
  316. "enablePullDownRefresh": true,
  317. "backgroundTextStyle": "dark"
  318. }
  319. },
  320. {
  321. "path": "teachingData/teachingData",
  322. "style": {
  323. "navigationBarTitleText": "教学数据",
  324. "navigationStyle": "custom",
  325. "enablePullDownRefresh": false,
  326. "backgroundTextStyle": "dark"
  327. }
  328. }
  329. ]
  330. }
  331. ],
  332. "globalStyle": {
  333. "navigationBarTextStyle": "black",
  334. "navigationBarTitleText": "洛阳学车",
  335. "navigationBarBackgroundColor": "#F8F8F8",
  336. "backgroundColor": "#F8F8F8"
  337. },
  338. "uniIdRouter": {},
  339. "tabBar": {
  340. "color": "#999999",
  341. "selectedColor": "#218DFF",
  342. "backgroundColor": "#FFFFFF",
  343. "list": [{
  344. "pagePath": "pages/tabbar/statistics/index",
  345. "text": "首页",
  346. "iconPath": "static/images/tabbar/tj.png",
  347. "selectedIconPath": "static/images/tabbar/tjActive.png"
  348. },
  349. {
  350. "pagePath": "pages/tabbar/operateTrain/index",
  351. "text": "实操训练",
  352. "iconPath": "static/images/tabbar/sc.png",
  353. "selectedIconPath": "static/images/tabbar/scActive.png"
  354. },
  355. {
  356. "pagePath": "pages/tabbar/student/index",
  357. "text": "学员",
  358. "iconPath": "static/images/tabbar/xy.png",
  359. "selectedIconPath": "static/images/tabbar/xyActive.png"
  360. },
  361. {
  362. "pagePath": "pages/tabbar/mine/index",
  363. "text": "我的",
  364. "iconPath": "static/images/tabbar/wd.png",
  365. "selectedIconPath": "static/images/tabbar/wdActive.png"
  366. }
  367. ]
  368. },
  369. "easycom": {
  370. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  371. "custom": {
  372. "qiun-data-charts": "@/uni_modules/charts/components/qiun-data-charts/qiun-data-charts.vue"
  373. }
  374. },
  375. "condition" : { //
  376. "current": 0, //(list )
  377. "list": [
  378. {
  379. "name": "", //
  380. "path": "", //
  381. "query": "" //onLoad
  382. }
  383. ]
  384. }
  385. }