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

336 lines
8.0 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. {
  2. "pages": [
  3. {
  4. "path": "pages/tabbar/statistics/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true,
  9. "backgroundTextStyle": "dark"
  10. }
  11. },
  12. {
  13. "path": "pages/tabbar/examSimulation/index",
  14. "style": {
  15. "navigationBarTitleText": "考场模拟",
  16. "navigationStyle": "custom",
  17. "enablePullDownRefresh": true,
  18. "backgroundTextStyle": "dark"
  19. }
  20. },
  21. {
  22. "path": "pages/tabbar/operateTrain/index",
  23. "style": {
  24. "navigationBarTitleText": "实操训练",
  25. "navigationStyle": "custom",
  26. "enablePullDownRefresh": true,
  27. "backgroundTextStyle": "dark"
  28. }
  29. },
  30. {
  31. "path": "pages/tabbar/student/index",
  32. "style": {
  33. "navigationBarTitleText": "学员",
  34. "navigationStyle": "custom",
  35. "enablePullDownRefresh": true,
  36. "backgroundTextStyle": "dark"
  37. }
  38. },
  39. {
  40. "path": "pages/tabbar/mine/index",
  41. "style": {
  42. "navigationBarTitleText": "我的",
  43. "navigationStyle": "custom",
  44. "enablePullDownRefresh": true,
  45. "backgroundTextStyle": "dark"
  46. }
  47. }
  48. ],
  49. "subPackages": [
  50. {
  51. "root": "pages/userCenter",
  52. "pages": [
  53. {
  54. "path": "login/login",
  55. "style": {
  56. "navigationBarTitleText": "登录",
  57. "navigationStyle": "custom",
  58. "enablePullDownRefresh": false,
  59. "backgroundTextStyle": "dark"
  60. }
  61. },
  62. {
  63. "path": "login/loginByPhone",
  64. "style": {
  65. "navigationBarTitleText": "手机号登录",
  66. "navigationStyle": "custom",
  67. "enablePullDownRefresh": false,
  68. "backgroundTextStyle": "dark"
  69. }
  70. }
  71. ]
  72. },
  73. {
  74. "root": "pages/indexEntry",
  75. "pages": [
  76. {
  77. "path": "settlement/settlement",
  78. "style": {
  79. "navigationBarTitleText": "结算明细列表",
  80. "navigationStyle": "custom",
  81. "enablePullDownRefresh": false,
  82. "backgroundTextStyle": "dark"
  83. }
  84. },
  85. {
  86. "path": "settlement/detail/detail",
  87. "style": {
  88. "navigationBarTitleText": "结算明细详情",
  89. "navigationStyle": "custom",
  90. "enablePullDownRefresh": false,
  91. "backgroundTextStyle": "dark"
  92. }
  93. }
  94. ]
  95. },
  96. {
  97. "root": "pages/recordEntry",
  98. "pages": [
  99. {
  100. "path": "examine/examineRecord/examineRecord",
  101. "style": {
  102. "navigationBarTitleText": "考场记录",
  103. "navigationStyle": "custom",
  104. "enablePullDownRefresh": false,
  105. "backgroundTextStyle": "dark"
  106. }
  107. },
  108. {
  109. "path": "examine/examineRecord/detail/detail",
  110. "style": {
  111. "navigationBarTitleText": "考场训练详情",
  112. "navigationStyle": "custom",
  113. "enablePullDownRefresh": false,
  114. "backgroundTextStyle": "dark"
  115. }
  116. },
  117. {
  118. "path": "operate/detail/detail",
  119. "style": {
  120. "navigationBarTitleText": "实操详情",
  121. "navigationStyle": "custom",
  122. "enablePullDownRefresh": false,
  123. "backgroundTextStyle": "dark"
  124. }
  125. },
  126. {
  127. "path": "operate/mySchedule/mySchedule",
  128. "style": {
  129. "navigationBarTitleText": "我的排课",
  130. "navigationStyle": "custom",
  131. "enablePullDownRefresh": false,
  132. "backgroundTextStyle": "dark"
  133. }
  134. },
  135. {
  136. "path": "operate/mySchedule/plan/plan",
  137. "style": {
  138. "navigationBarTitleText": "排课计划",
  139. "navigationStyle": "custom",
  140. "enablePullDownRefresh": false,
  141. "backgroundTextStyle": "dark"
  142. }
  143. },
  144. {
  145. "path": "operate/mySchedule/mould/mould",
  146. "style": {
  147. "navigationBarTitleText": "模板",
  148. "navigationStyle": "custom",
  149. "enablePullDownRefresh": false,
  150. "backgroundTextStyle": "dark"
  151. }
  152. },
  153. {
  154. "path": "student/studentDetail/studentDetail",
  155. "style": {
  156. "navigationBarTitleText": "学员详情",
  157. "navigationStyle": "custom",
  158. "enablePullDownRefresh": false,
  159. "backgroundTextStyle": "dark"
  160. }
  161. },
  162. {
  163. "path": "student/addStudent/addStudent",
  164. "style": {
  165. "navigationBarTitleText": "添加学员",
  166. "navigationStyle": "custom",
  167. "enablePullDownRefresh": false,
  168. "backgroundTextStyle": "dark"
  169. }
  170. }
  171. ]
  172. },
  173. {
  174. "root": "pages/other",
  175. "pages": [
  176. {
  177. "path": "webView/webView",
  178. "style": {
  179. "navigationBarTitleText": "",
  180. "navigationStyle": "custom",
  181. "enablePullDownRefresh": false,
  182. "backgroundTextStyle": "dark"
  183. }
  184. }
  185. ]
  186. },
  187. {
  188. "root": "pages/userCenter",
  189. "pages": [
  190. {
  191. "path": "personaInfo/personaInfo",
  192. "style": {
  193. "navigationBarTitleText": "",
  194. "navigationStyle": "custom",
  195. "enablePullDownRefresh": false,
  196. "backgroundTextStyle": "dark"
  197. }
  198. },
  199. {
  200. "path": "settled/settled",
  201. "style": {
  202. "navigationBarTitleText": "待结算记录",
  203. "navigationStyle": "custom",
  204. "enablePullDownRefresh": false,
  205. "backgroundTextStyle": "dark"
  206. }
  207. },
  208. {
  209. "path": "scanCode/scanCode",
  210. "style": {
  211. "navigationBarTitleText": "个人二维码",
  212. "navigationStyle": "custom",
  213. "enablePullDownRefresh": false,
  214. "backgroundTextStyle": "dark"
  215. }
  216. },
  217. {
  218. "path": "studentComment/studentComment",
  219. "style": {
  220. "navigationBarTitleText": "学员评价",
  221. "navigationStyle": "custom",
  222. "enablePullDownRefresh": false,
  223. "backgroundTextStyle": "dark"
  224. }
  225. },
  226. {
  227. "path": "refund/refund",
  228. "style": {
  229. "navigationBarTitleText": "退款信息",
  230. "navigationStyle": "custom",
  231. "enablePullDownRefresh": false,
  232. "backgroundTextStyle": "dark"
  233. }
  234. },
  235. {
  236. "path": "indicatorRecharge/indicatorRecharge",
  237. "style": {
  238. "navigationBarTitleText": "",
  239. "navigationStyle": "custom",
  240. "enablePullDownRefresh": false,
  241. "backgroundTextStyle": "dark"
  242. }
  243. },
  244. {
  245. "path": "examinInfo/examinInfo",
  246. "style": {
  247. "navigationBarTitleText": "考场信息",
  248. "navigationStyle": "custom",
  249. "enablePullDownRefresh": false,
  250. "backgroundTextStyle": "dark"
  251. }
  252. },
  253. {
  254. "path": "myCar/myCar",
  255. "style": {
  256. "navigationBarTitleText": "考场信息",
  257. "navigationStyle": "custom",
  258. "enablePullDownRefresh": false,
  259. "backgroundTextStyle": "dark"
  260. }
  261. },
  262. {
  263. "path": "teachingData/teachingData",
  264. "style": {
  265. "navigationBarTitleText": "教学数据",
  266. "navigationStyle": "custom",
  267. "enablePullDownRefresh": false,
  268. "backgroundTextStyle": "dark"
  269. }
  270. }
  271. ]
  272. }
  273. ],
  274. "globalStyle": {
  275. "navigationBarTextStyle": "black",
  276. "navigationBarTitleText": "学车小程序",
  277. "navigationBarBackgroundColor": "#F8F8F8",
  278. "backgroundColor": "#F8F8F8"
  279. },
  280. "uniIdRouter": {},
  281. "tabBar": {
  282. "color": "#999999",
  283. "selectedColor": "#218DFF",
  284. "backgroundColor": "#FFFFFF",
  285. "list": [{
  286. "pagePath": "pages/tabbar/statistics/index",
  287. "text": "首页",
  288. "iconPath": "static/images/tabbar/tj.png",
  289. "selectedIconPath": "static/images/tabbar/tjActive.png"
  290. },
  291. {
  292. "pagePath": "pages/tabbar/examSimulation/index",
  293. "text": "考场模拟",
  294. "iconPath": "static/images/tabbar/kc.png",
  295. "selectedIconPath": "static/images/tabbar/kcActive.png"
  296. },
  297. {
  298. "pagePath": "pages/tabbar/operateTrain/index",
  299. "text": "实操训练",
  300. "iconPath": "static/images/tabbar/sc.png",
  301. "selectedIconPath": "static/images/tabbar/scActive.png"
  302. },
  303. {
  304. "pagePath": "pages/tabbar/student/index",
  305. "text": "学员",
  306. "iconPath": "static/images/tabbar/xy.png",
  307. "selectedIconPath": "static/images/tabbar/xyActive.png"
  308. },
  309. {
  310. "pagePath": "pages/tabbar/mine/index",
  311. "text": "我的",
  312. "iconPath": "static/images/tabbar/wd.png",
  313. "selectedIconPath": "static/images/tabbar/wdActive.png"
  314. }
  315. ]
  316. },
  317. "easycom": {
  318. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  319. },
  320. "condition" : { //
  321. "current": 0, //(list )
  322. "list": [
  323. {
  324. "name": "", //
  325. "path": "", //
  326. "query": "" //onLoad
  327. }
  328. ]
  329. }
  330. }