pages.json 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. {
  10. "path": "pagesMain/pages/splash/splash",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "enablePullDownRefresh": false
  14. }
  15. },
  16. {
  17. "path": "pagesMain/pages/index/index",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "enablePullDownRefresh": false
  21. }
  22. },
  23. {
  24. "path": "pagesMain/pages/volunteer/volunteer",
  25. "style": {
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false
  28. }
  29. },
  30. {
  31. "path": "pagesMain/pages/me/me",
  32. "style": {
  33. "navigationBarTitleText": "",
  34. "enablePullDownRefresh": false
  35. }
  36. }
  37. ],
  38. "subPackages": [
  39. {
  40. "root": "pagesOther",
  41. "pages": [
  42. {
  43. "path": "pages/news/group/group",
  44. "style": {
  45. "navigationBarTitleText": ""
  46. }
  47. },
  48. {
  49. "path": "pages/news/detail/detail",
  50. "style": {
  51. "navigationBarTitleText": ""
  52. }
  53. },
  54. {
  55. "path": "pages/news/index/index",
  56. "style": {
  57. "navigationBarTitleText": ""
  58. }
  59. },
  60. {
  61. "path": "pages/major/index/index",
  62. "style": {
  63. "navigationBarTitleText": ""
  64. }
  65. },
  66. {
  67. "path": "pages/major/level-two/level-two",
  68. "style": {
  69. "navigationBarTitleText": ""
  70. }
  71. },
  72. {
  73. "path": "pages/major/detail/detail",
  74. "style": {
  75. "navigationBarTitleText": ""
  76. }
  77. },
  78. {
  79. "path": "pages/university/index/index",
  80. "style": {
  81. "navigationBarTitleText": ""
  82. }
  83. },
  84. {
  85. "path": "pages/university/detail/detail",
  86. "style": {
  87. "navigationBarTitleText": ""
  88. }
  89. },
  90. {
  91. "path": "pages/university/picker/picker",
  92. "style": {
  93. "navigationBarTitleText": ""
  94. }
  95. },
  96. {
  97. "path": "pages/career/index/index",
  98. "style": {
  99. "navigationBarTitleText": ""
  100. }
  101. },
  102. {
  103. "path": "pages/career/detail/detail",
  104. "style": {
  105. "navigationBarTitleText": ""
  106. }
  107. },
  108. {
  109. "path": "pages/voluntary/index/index",
  110. "style": {
  111. "navigationBarTitleText": ""
  112. }
  113. },
  114. {
  115. "path": "pages/voluntary/result/result",
  116. "style": {
  117. "navigationBarTitleText": ""
  118. }
  119. },
  120. {
  121. "path": "pages/skill/index/index",
  122. "style": {
  123. "navigationBarTitleText": ""
  124. }
  125. },
  126. {
  127. "path": "pages/skill/result/result",
  128. "style": {
  129. "navigationBarTitleText": ""
  130. }
  131. },
  132. {
  133. "path": "pages/voluntary/list/list",
  134. "style": {
  135. "navigationBarTitleText": ""
  136. }
  137. },
  138. {
  139. "path": "pages/university/intro/intro",
  140. "style": {
  141. "navigationBarTitleText": ""
  142. }
  143. },
  144. {
  145. "path": "pages/collect/collect",
  146. "style": {
  147. "navigationBarTitleText": ""
  148. }
  149. }
  150. ]
  151. },
  152. {
  153. "root": "pagesSystem",
  154. "pages": [
  155. {
  156. "path": "pages/login/login",
  157. "style": {
  158. "navigationBarTitleText": "",
  159. "disableScroll": true
  160. }
  161. },
  162. {
  163. "path": "pages/bind-profile/bind-profile",
  164. "style": {
  165. "navigationBarTitleText": ""
  166. }
  167. },
  168. {
  169. "path": "pages/bind-vip/bind-vip",
  170. "style": {
  171. "navigationBarTitleText": ""
  172. }
  173. },
  174. {
  175. "path": "pages/card-verify/card-verify",
  176. "style": {
  177. "navigationBarTitleText": ""
  178. }
  179. },
  180. {
  181. "path": "pages/phone-verify/phone-verify",
  182. "style": {
  183. "navigationBarTitleText": ""
  184. }
  185. },
  186. {
  187. "path": "pages/school-select/school-select",
  188. "style": {
  189. "navigationBarTitleText": ""
  190. }
  191. },
  192. {
  193. "path": "pages/edit-profile/edit-profile",
  194. "style": {
  195. "navigationBarTitleText": ""
  196. }
  197. },
  198. {
  199. "path": "pages/bind-teacher-profile/bind-teacher-profile",
  200. "style": {
  201. "navigationBarTitleText": ""
  202. }
  203. },
  204. {
  205. "path": "pages/setting/setting",
  206. "style": {
  207. "navigationBarTitleText": ""
  208. }
  209. },
  210. {
  211. "path": "pages/webview/webview",
  212. "style": {
  213. "navigationBarTitleText": ""
  214. }
  215. },
  216. {
  217. "path": "pages/user-protocol/user-protocol",
  218. "style": {
  219. "navigationBarTitleText": ""
  220. }
  221. },
  222. {
  223. "path": "pages/privacy-policy/privacy-policy",
  224. "style": {
  225. "navigationBarTitleText": ""
  226. }
  227. }
  228. ]
  229. },
  230. {
  231. "root": "pagesStudy",
  232. "pages": [
  233. {
  234. "path": "pages/index/index",
  235. "style": {
  236. "navigationBarTitleText": ""
  237. }
  238. },
  239. {
  240. "path": "pages/targeted-practice/targeted-practice",
  241. "style": {
  242. "navigationBarTitleText": ""
  243. }
  244. },
  245. {
  246. "path": "pages/knowledge-practice/knowledge-practice",
  247. "style": {
  248. "navigationBarTitleText": ""
  249. }
  250. },
  251. {
  252. "path": "pages/knowledge-practice-history/knowledge-practice-history",
  253. "style": {
  254. "navigationBarTitleText": ""
  255. }
  256. },
  257. {
  258. "path": "pages/knowledge-practice-detail/knowledge-practice-detail",
  259. "style": {
  260. "navigationBarTitleText": ""
  261. }
  262. },
  263. {
  264. "path": "pages/exam-start/exam-start",
  265. "style": {
  266. "navigationBarTitleText": "",
  267. "disableScroll": true
  268. }
  269. },
  270. {
  271. "path": "pages/study-plan-edit/study-plan-edit",
  272. "style": {
  273. "navigationBarTitleText": ""
  274. }
  275. },
  276. {
  277. "path": "pages/study-plan/study-plan",
  278. "style": {
  279. "navigationBarTitleText": ""
  280. }
  281. },
  282. {
  283. "path": "pages/simulation-entry/simulation-entry",
  284. "style": {
  285. "navigationBarTitleText": ""
  286. }
  287. },
  288. {
  289. "path": "pages/simulation-start/simulation-start",
  290. "style": {
  291. "navigationBarTitleText": ""
  292. }
  293. },
  294. {
  295. "path": "pages/simulation-analysis/simulation-analysis",
  296. "style": {
  297. "navigationBarTitleText": ""
  298. }
  299. },
  300. {
  301. "path": "pages/targeted-setting/targeted-setting",
  302. "style": {
  303. "navigationBarTitleText": ""
  304. }
  305. },
  306. {
  307. "path": "pages/targeted-add/targeted-add",
  308. "style": {
  309. "navigationBarTitleText": "",
  310. "disableScroll": true
  311. }
  312. },
  313. {
  314. "path": "pages/homework/homework",
  315. "style": {
  316. "navigationBarTitleText": ""
  317. }
  318. },
  319. {
  320. "path": "pages/study-history/study-history",
  321. "style": {
  322. "navigationBarTitleText": ""
  323. }
  324. },
  325. {
  326. "path": "pages/study-knowledge-detail/study-knowledge-detail",
  327. "style": {
  328. "navigationBarTitleText": ""
  329. }
  330. },
  331. {
  332. "path": "pages/study-practice-detail/study-practice-detail",
  333. "style": {
  334. "navigationBarTitleText": ""
  335. }
  336. },
  337. {
  338. "path": "pages/study-video-detail/study-video-detail",
  339. "style": {
  340. "navigationBarTitleText": ""
  341. }
  342. },
  343. {
  344. "path": "pages/textbooks-practice/textbooks-practice",
  345. "style": {
  346. "navigationBarTitleText": ""
  347. }
  348. },
  349. {
  350. "path": "pages/textbooks-practice-history/textbooks-practice-history",
  351. "style": {
  352. "navigationBarTitleText": ""
  353. }
  354. },
  355. {
  356. "path": "pages/study-exam-simulated-class/study-exam-simulated-class",
  357. "style": {
  358. "navigationBarTitleText": ""
  359. }
  360. },
  361. {
  362. "path": "pages/study-exam-simulated-student/study-exam-simulated-student",
  363. "style": {
  364. "navigationBarTitleText": ""
  365. }
  366. },
  367. {
  368. "path": "pages/study-exam-simulated-detail/study-exam-simulated-detail",
  369. "style": {
  370. "navigationBarTitleText": ""
  371. }
  372. }
  373. ]
  374. }
  375. ],
  376. "preloadRule": {
  377. "pagesMain/pages/index/index": {
  378. "network": "all",
  379. "packages": [
  380. "pagesOther",
  381. "pagesStudy",
  382. "pagesSystem"
  383. ]
  384. }
  385. },
  386. "tabBar": {
  387. "custom": true,
  388. "height": "50px",
  389. "fontSize": "10px",
  390. "color": "#999999",
  391. "selectedColor": "#3a84f9",
  392. "borderStyle": "black",
  393. "backgroundColor": "#ffffff",
  394. "list": [
  395. {
  396. "index": 0,
  397. "pagePath": "pagesMain/pages/splash/splash",
  398. "text": ""
  399. },
  400. {
  401. "index": 1,
  402. "pagePath": "pagesMain/pages/index/index",
  403. "text": ""
  404. },
  405. {
  406. "index": 2,
  407. "pagePath": "pagesMain/pages/volunteer/volunteer",
  408. "text": ""
  409. },
  410. {
  411. "index": 3,
  412. "pagePath": "pagesMain/pages/me/me",
  413. "text": ""
  414. }
  415. ]
  416. },
  417. "globalStyle": {
  418. "navigationStyle": "custom",
  419. "navigationBarTextStyle": "black",
  420. "navigationBarTitleText": "单招一卡通",
  421. "navigationBarBackgroundColor": "#F8F8F8",
  422. "backgroundColor": "#F5F4F3"
  423. },
  424. "uniIdRouter": {}
  425. }