index_data.js 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. var bannerSrc = {
  2. banner:[
  3. {
  4. imgurl:"http://edu-image.nosdn.127.net/c5064b6d-a0ab-4f9c-9982-c963d7420882.jpg",
  5. navigator:"../other/other",
  6. },
  7. {
  8. imgurl:"http://edu-image.nosdn.127.net/3B1D0D4AC10815212E54EFE41778B8AA.jpg",
  9. navigator:"../other/other",
  10. },
  11. {
  12. imgurl:"http://edu-image.nosdn.127.net/03568d83-32fb-4d6c-ae04-c64b346fe2a2.jpg",
  13. navigator:"../other/other",
  14. },
  15. {
  16. imgurl:"http://edu-image.nosdn.127.net/7A90F82CD5464E306B95AC158E90F8B6.jpg",
  17. navigator:"../other/other",
  18. },
  19. {
  20. imgurl:"http://edu-image.nosdn.127.net/5348B382098E03D958B8A8ED3FEB4182.png",
  21. navigator:"../other/other",
  22. },
  23. {
  24. imgurl:"http://edu-image.nosdn.127.net/40680a35-a866-4ff7-9032-17f8f6f43a24.jpg",
  25. navigator:"../other/other",
  26. },
  27. {
  28. imgurl:"http://edu-image.nosdn.127.net/1D821F1ACACC2610AF4768D0E850083B.jpg",
  29. navigator:"../other/other",
  30. }
  31. ]
  32. }
  33. var navSrc={
  34. nav:[
  35. {
  36. imgurl:"http://edu-image.nosdn.127.net/A0ED3BAF7A2572B19FD7FF1ECF71C21C.jpg",
  37. navigator:"../other/other",
  38. title:"微专业"
  39. },
  40. {
  41. imgurl:"http://edu-image.nosdn.127.net/24c80eb7-148d-4520-92b3-19de174561d2.jpg",
  42. navigator:"../other/other",
  43. title:"互联网"
  44. },
  45. {
  46. imgurl:"http://edu-image.nosdn.127.net/65ECBB4D91707E1BF49A8757F01909AC.jpg",
  47. navigator:"../other/other",
  48. title:"设计创作"
  49. },
  50. {
  51. imgurl:"http://edu-image.nosdn.127.net/1da4c76a-e2be-4474-bd27-f8167b338b670.jpg",
  52. navigator:"../other/other",
  53. title:"职场/金融"
  54. },
  55. {
  56. imgurl:"http://edu-image.nosdn.127.net/4e2c978b-b1a4-4258-836a-1815c4894ad4.jpg",
  57. navigator:"../other/other",
  58. title:"兴趣生活"
  59. },
  60. {
  61. imgurl:"http://edu-image.nosdn.127.net/2EF8DA3AEB2B91D100E649D651426F46.jpg",
  62. navigator:"../other/other",
  63. title:"语言/留学"
  64. },
  65. {
  66. imgurl:"http://edu-image.nosdn.127.net/edf60979-e0fd-42ae-b8ca-9558232ab289.jpg",
  67. navigator:"../other/other",
  68. title:"中小学"
  69. },
  70. {
  71. imgurl:"http://edu-image.nosdn.127.net/C23BB54D90D7E22754C91959B36B9461.jpg",
  72. navigator:"../other/other",
  73. title:"考试认证"
  74. }
  75. ]
  76. }
  77. var adSrc={
  78. ad:[
  79. {
  80. imgurl:"../../images/rlimages/hhuoren2.jpg",
  81. navigator:"",
  82. },
  83. {
  84. imgurl:"../../images/rlimages/jjuefangan.jpg",
  85. navigator:"../other/template",
  86. },{
  87. imgurl:"../../images/rlimages/jjuefangan3.jpg",
  88. navigator:"../other/other",
  89. }
  90. ]
  91. }
  92. var courseSrc={
  93. course_grp:[
  94. {
  95. navigator:"../other/other",
  96. title:{
  97. left:"校园产品"
  98. },
  99. courses:[
  100. {
  101. imgurl:"../../images/rlimages/school/card.png",
  102. navigator:"../detail/detail"
  103. },{
  104. imgurl:"../../images/rlimages/school/jizhan.png",
  105. navigator:"../detailG23/index"
  106. },{
  107. imgurl:"../../images/rlimages/school/kaoqinji.png",
  108. navigator:"../detailK20/index"
  109. }
  110. ]
  111. },
  112. {
  113. navigator:"../other/other",
  114. title:{
  115. left:"电动车产品",
  116. },
  117. courses:[
  118. {
  119. imgurl:"../../images/rlimages/diandongche/dianzibiaoqianF22B.png",
  120. navigator:"../detailF22B/index"
  121. },{
  122. imgurl:"../../images/rlimages/diandongche/dianzibiaoqianF25.png",
  123. navigator:"../detailF25/index"
  124. },{
  125. imgurl:"../../images/rlimages/diandongche/gudingjizhanG22.png",
  126. navigator:"../detailG22/index"
  127. },{
  128. imgurl:"../../images/rlimages/diandongche/shouchijiS22.png",
  129. navigator:"../detailS22/index"
  130. }
  131. ]
  132. }
  133. ]
  134. }
  135. module.exports.navSrc = navSrc;
  136. module.exports.bannerSrc = bannerSrc;
  137. module.exports.adSrc = adSrc;
  138. module.exports.courseSrc = courseSrc;