123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- var bannerSrc = {
- banner:[
- {
- imgurl:"http://edu-image.nosdn.127.net/c5064b6d-a0ab-4f9c-9982-c963d7420882.jpg",
- navigator:"../other/other",
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/3B1D0D4AC10815212E54EFE41778B8AA.jpg",
- navigator:"../other/other",
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/03568d83-32fb-4d6c-ae04-c64b346fe2a2.jpg",
- navigator:"../other/other",
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/7A90F82CD5464E306B95AC158E90F8B6.jpg",
- navigator:"../other/other",
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/5348B382098E03D958B8A8ED3FEB4182.png",
- navigator:"../other/other",
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/40680a35-a866-4ff7-9032-17f8f6f43a24.jpg",
- navigator:"../other/other",
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/1D821F1ACACC2610AF4768D0E850083B.jpg",
- navigator:"../other/other",
- }
- ]
- }
- var navSrc={
- nav:[
- {
- imgurl:"http://edu-image.nosdn.127.net/A0ED3BAF7A2572B19FD7FF1ECF71C21C.jpg",
- navigator:"../other/other",
- title:"微专业"
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/24c80eb7-148d-4520-92b3-19de174561d2.jpg",
- navigator:"../other/other",
- title:"互联网"
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/65ECBB4D91707E1BF49A8757F01909AC.jpg",
- navigator:"../other/other",
- title:"设计创作"
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/1da4c76a-e2be-4474-bd27-f8167b338b670.jpg",
- navigator:"../other/other",
- title:"职场/金融"
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/4e2c978b-b1a4-4258-836a-1815c4894ad4.jpg",
- navigator:"../other/other",
- title:"兴趣生活"
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/2EF8DA3AEB2B91D100E649D651426F46.jpg",
- navigator:"../other/other",
- title:"语言/留学"
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/edf60979-e0fd-42ae-b8ca-9558232ab289.jpg",
- navigator:"../other/other",
- title:"中小学"
- },
- {
- imgurl:"http://edu-image.nosdn.127.net/C23BB54D90D7E22754C91959B36B9461.jpg",
- navigator:"../other/other",
- title:"考试认证"
- }
- ]
- }
- var adSrc={
- ad:[
- {
- imgurl:"../../images/rlimages/hhuoren2.jpg",
- navigator:"../other/other",
- },
- {
- imgurl:"../../images/rlimages/jjuefangan.jpg",
- navigator:"../other/other",
- },{
- imgurl:"../../images/rlimages/jjuefangan3.jpg",
- navigator:"../other/other",
- }
- ]
- }
- var courseSrc={
- course_grp:[
- {
- navigator:"../other/other",
- title:{
- left:"校园产品"
- },
- courses:[
- {
- imgurl:"../../images/rlimages/school/card.png",
- navigator:"../detail/detail"
- },{
- imgurl:"../../images/rlimages/school/jizhan.png",
- navigator:"../detailG23/index"
- },{
- imgurl:"../../images/rlimages/school/kaoqinji.png",
- navigator:"../detailK20/index"
- }
- ]
- },
- {
- navigator:"../other/other",
- title:{
- left:"电动车产品",
- },
- courses:[
- {
- imgurl:"../../images/rlimages/diandongche/dianzibiaoqianF22B.png",
- navigator:"../detailF22B/index"
- },{
- imgurl:"../../images/rlimages/diandongche/dianzibiaoqianF25.png",
- navigator:"../detailF25/index"
- },{
- imgurl:"../../images/rlimages/diandongche/gudingjizhanG22.png",
- navigator:"../detailG22/index"
- },{
- imgurl:"../../images/rlimages/diandongche/shouchijiS22.png",
- navigator:"../detailS22/index"
- }
- ]
- }
- ]
- }
- module.exports.navSrc = navSrc;
- module.exports.bannerSrc = bannerSrc;
- module.exports.adSrc = adSrc;
- module.exports.courseSrc = courseSrc;
|