江西小程序管理端
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.

354 lines
8.6 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 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 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/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": false,
  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/mySchedule/mySchedule",
  114. "style": {
  115. "navigationBarTitleText": "我的排课",
  116. "navigationStyle": "custom",
  117. "enablePullDownRefresh": false,
  118. "backgroundTextStyle": "dark"
  119. }
  120. },
  121. {
  122. "path": "operate/mySchedule/plan/plan",
  123. "style": {
  124. "navigationBarTitleText": "排课计划",
  125. "navigationStyle": "custom",
  126. "enablePullDownRefresh": false,
  127. "backgroundTextStyle": "dark"
  128. }
  129. },
  130. {
  131. "path": "operate/mySchedule/mould/mould",
  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": false,
  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": false,
  172. "backgroundTextStyle": "dark"
  173. }
  174. }
  175. ]
  176. },
  177. {
  178. "root": "pages/other",
  179. "pages": [
  180. {
  181. "path": "webView/webView",
  182. "style": {
  183. "navigationBarTitleText": "",
  184. "navigationStyle": "custom",
  185. "enablePullDownRefresh": false,
  186. "backgroundTextStyle": "dark"
  187. }
  188. }
  189. ]
  190. },
  191. {
  192. "root": "pages/userCenter",
  193. "pages": [
  194. {
  195. "path": "forgetPwd/forgetPwd",
  196. "style": {
  197. "navigationBarTitleText": "修改密码",
  198. "navigationStyle": "custom",
  199. "enablePullDownRefresh": false,
  200. "backgroundTextStyle": "dark"
  201. }
  202. },
  203. {
  204. "path": "personaInfo/personaInfo",
  205. "style": {
  206. "navigationBarTitleText": "",
  207. "navigationStyle": "custom",
  208. "enablePullDownRefresh": false,
  209. "backgroundTextStyle": "dark"
  210. }
  211. },
  212. {
  213. "path": "settled/settled",
  214. "style": {
  215. "navigationBarTitleText": "待结算记录",
  216. "navigationStyle": "custom",
  217. "enablePullDownRefresh": false,
  218. "backgroundTextStyle": "dark"
  219. }
  220. },
  221. {
  222. "path": "scanCode/scanCode",
  223. "style": {
  224. "navigationBarTitleText": "个人二维码",
  225. "navigationStyle": "custom",
  226. "enablePullDownRefresh": false,
  227. "backgroundTextStyle": "dark"
  228. }
  229. },
  230. {
  231. "path": "studentComment/studentComment",
  232. "style": {
  233. "navigationBarTitleText": "学员评价",
  234. "navigationStyle": "custom",
  235. "enablePullDownRefresh": false,
  236. "backgroundTextStyle": "dark"
  237. }
  238. },
  239. {
  240. "path": "refund/refund",
  241. "style": {
  242. "navigationBarTitleText": "退款信息",
  243. "navigationStyle": "custom",
  244. "enablePullDownRefresh": false,
  245. "backgroundTextStyle": "dark"
  246. }
  247. },
  248. {
  249. "path": "indicatorRecharge/indicatorRecharge",
  250. "style": {
  251. "navigationBarTitleText": "",
  252. "navigationStyle": "custom",
  253. "enablePullDownRefresh": false,
  254. "backgroundTextStyle": "dark"
  255. }
  256. },
  257. {
  258. "path": "examinInfo/examinInfo",
  259. "style": {
  260. "navigationBarTitleText": "考场信息",
  261. "navigationStyle": "custom",
  262. "enablePullDownRefresh": false,
  263. "backgroundTextStyle": "dark"
  264. }
  265. },
  266. {
  267. "path": "myCar/myCar",
  268. "style": {
  269. "navigationBarTitleText": "考场信息",
  270. "navigationStyle": "custom",
  271. "enablePullDownRefresh": false,
  272. "backgroundTextStyle": "dark"
  273. }
  274. },
  275. {
  276. "path": "teachingData/teachingData",
  277. "style": {
  278. "navigationBarTitleText": "教学数据",
  279. "navigationStyle": "custom",
  280. "enablePullDownRefresh": false,
  281. "backgroundTextStyle": "dark"
  282. }
  283. }
  284. ]
  285. }
  286. ],
  287. "globalStyle": {
  288. "navigationBarTextStyle": "black",
  289. "navigationBarTitleText": "学车小程序",
  290. "navigationBarBackgroundColor": "#F8F8F8",
  291. "backgroundColor": "#F8F8F8"
  292. },
  293. "uniIdRouter": {},
  294. "tabBar": {
  295. "color": "#999999",
  296. "selectedColor": "#218DFF",
  297. "backgroundColor": "#FFFFFF",
  298. "list": [{
  299. "pagePath": "pages/tabbar/statistics/index",
  300. "text": "首页",
  301. "iconPath": "static/images/tabbar/tj.png",
  302. "selectedIconPath": "static/images/tabbar/tjActive.png"
  303. },
  304. {
  305. "pagePath": "pages/tabbar/examSimulation/index",
  306. "text": "考场模拟",
  307. "iconPath": "static/images/tabbar/kc.png",
  308. "selectedIconPath": "static/images/tabbar/kcActive.png"
  309. },
  310. {
  311. "pagePath": "pages/tabbar/operateTrain/index",
  312. "text": "实操训练",
  313. "iconPath": "static/images/tabbar/sc.png",
  314. "selectedIconPath": "static/images/tabbar/scActive.png"
  315. },
  316. {
  317. "pagePath": "pages/tabbar/student/index",
  318. "text": "学员",
  319. "iconPath": "static/images/tabbar/xy.png",
  320. "selectedIconPath": "static/images/tabbar/xyActive.png"
  321. },
  322. {
  323. "pagePath": "pages/tabbar/mine/index",
  324. "text": "我的",
  325. "iconPath": "static/images/tabbar/wd.png",
  326. "selectedIconPath": "static/images/tabbar/wdActive.png"
  327. }
  328. ]
  329. },
  330. "easycom": {
  331. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
  332. "custom": {
  333. "qiun-data-charts": "@/uni_modules/charts/components/qiun-data-charts/qiun-data-charts.vue"
  334. }
  335. },
  336. "condition" : { //
  337. "current": 0, //(list )
  338. "list": [
  339. {
  340. "name": "", //
  341. "path": "", //
  342. "query": "" //onLoad
  343. }
  344. ]
  345. }
  346. }