pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  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. "path": "pages/startup/startup",
  230. "style": {
  231. "navigationBarTitleText": ""
  232. }
  233. }
  234. ]
  235. },
  236. {
  237. "root": "pagesStudy",
  238. "pages": [
  239. {
  240. "path": "pages/index/index",
  241. "style": {
  242. "navigationBarTitleText": ""
  243. }
  244. },
  245. {
  246. "path": "pages/targeted-practice/targeted-practice",
  247. "style": {
  248. "navigationBarTitleText": ""
  249. }
  250. },
  251. {
  252. "path": "pages/knowledge-practice/knowledge-practice",
  253. "style": {
  254. "navigationBarTitleText": ""
  255. }
  256. },
  257. {
  258. "path": "pages/knowledge-practice-history/knowledge-practice-history",
  259. "style": {
  260. "navigationBarTitleText": ""
  261. }
  262. },
  263. {
  264. "path": "pages/knowledge-practice-detail/knowledge-practice-detail",
  265. "style": {
  266. "navigationBarTitleText": ""
  267. }
  268. },
  269. {
  270. "path": "pages/exam-start/exam-start",
  271. "style": {
  272. "navigationBarTitleText": "",
  273. "disableScroll": true
  274. }
  275. },
  276. {
  277. "path": "pages/study-plan-edit/study-plan-edit",
  278. "style": {
  279. "navigationBarTitleText": ""
  280. }
  281. },
  282. {
  283. "path": "pages/study-plan/study-plan",
  284. "style": {
  285. "navigationBarTitleText": ""
  286. }
  287. },
  288. {
  289. "path": "pages/simulation-entry/simulation-entry",
  290. "style": {
  291. "navigationBarTitleText": ""
  292. }
  293. },
  294. {
  295. "path": "pages/simulation-start/simulation-start",
  296. "style": {
  297. "navigationBarTitleText": ""
  298. }
  299. },
  300. {
  301. "path": "pages/simulation-analysis/simulation-analysis",
  302. "style": {
  303. "navigationBarTitleText": ""
  304. }
  305. },
  306. {
  307. "path": "pages/targeted-setting/targeted-setting",
  308. "style": {
  309. "navigationBarTitleText": ""
  310. }
  311. },
  312. {
  313. "path": "pages/targeted-add/targeted-add",
  314. "style": {
  315. "navigationBarTitleText": "",
  316. "disableScroll": true
  317. }
  318. },
  319. {
  320. "path": "pages/homework/homework",
  321. "style": {
  322. "navigationBarTitleText": ""
  323. }
  324. },
  325. {
  326. "path": "pages/study-history/study-history",
  327. "style": {
  328. "navigationBarTitleText": ""
  329. }
  330. },
  331. {
  332. "path": "pages/study-knowledge-detail/study-knowledge-detail",
  333. "style": {
  334. "navigationBarTitleText": ""
  335. }
  336. },
  337. {
  338. "path": "pages/study-practice-detail/study-practice-detail",
  339. "style": {
  340. "navigationBarTitleText": ""
  341. }
  342. },
  343. {
  344. "path": "pages/study-video-detail/study-video-detail",
  345. "style": {
  346. "navigationBarTitleText": ""
  347. }
  348. },
  349. {
  350. "path": "pages/textbooks-practice/textbooks-practice",
  351. "style": {
  352. "navigationBarTitleText": ""
  353. }
  354. },
  355. {
  356. "path": "pages/textbooks-practice-history/textbooks-practice-history",
  357. "style": {
  358. "navigationBarTitleText": ""
  359. }
  360. },
  361. {
  362. "path": "pages/study-exam-simulated-class/study-exam-simulated-class",
  363. "style": {
  364. "navigationBarTitleText": ""
  365. }
  366. },
  367. {
  368. "path": "pages/study-exam-simulated-student/study-exam-simulated-student",
  369. "style": {
  370. "navigationBarTitleText": ""
  371. }
  372. },
  373. {
  374. "path": "pages/study-exam-simulated-detail/study-exam-simulated-detail",
  375. "style": {
  376. "navigationBarTitleText": ""
  377. }
  378. },
  379. {
  380. "path": "pages/wrong-book/wrong-book",
  381. "style": {
  382. "navigationBarTitleText": ""
  383. }
  384. },
  385. {
  386. "path": "pages/question-favorites/question-favorites",
  387. "style": {
  388. "navigationBarTitleText": ""
  389. }
  390. },
  391. {
  392. "path": "pages/video/index/index",
  393. "style": {
  394. "navigationBarTitleText": ""
  395. }
  396. },
  397. {
  398. "path": "pages/video/play/play",
  399. "style": {
  400. "navigationBarTitleText": ""
  401. }
  402. }
  403. ]
  404. }
  405. ],
  406. "preloadRule": {
  407. "pagesMain/pages/index/index": {
  408. "network": "all",
  409. "packages": [
  410. "pagesOther",
  411. "pagesStudy",
  412. "pagesSystem"
  413. ]
  414. }
  415. },
  416. "tabBar": {
  417. "custom": true,
  418. "height": "50px",
  419. "fontSize": "10px",
  420. "color": "#999999",
  421. "selectedColor": "#3a84f9",
  422. "borderStyle": "black",
  423. "backgroundColor": "#ffffff",
  424. "list": [
  425. {
  426. "index": 0,
  427. "pagePath": "pagesMain/pages/splash/splash",
  428. "text": ""
  429. },
  430. {
  431. "index": 1,
  432. "pagePath": "pagesMain/pages/index/index",
  433. "text": ""
  434. },
  435. {
  436. "index": 2,
  437. "pagePath": "pagesMain/pages/volunteer/volunteer",
  438. "text": ""
  439. },
  440. {
  441. "index": 3,
  442. "pagePath": "pagesMain/pages/me/me",
  443. "text": ""
  444. }
  445. ]
  446. },
  447. "globalStyle": {
  448. "navigationStyle": "custom",
  449. "navigationBarTextStyle": "black",
  450. "navigationBarTitleText": "单招一卡通",
  451. "navigationBarBackgroundColor": "#F8F8F8",
  452. "backgroundColor": "#F5F4F3"
  453. },
  454. "uniIdRouter": {}
  455. }