/** * * @description 晋级名单的分类 * */ export const classCategory = [ { id: -1, label: '托班' }, { id: 0, label: '小班' }, { id: 1, label: '中班' }, { id: 2, label: '大班' }, ] /** * * @description 排行榜名单需要使用的图片 * */ export const imgUrl = [ { count: 'http://res.training.luojigou.vip/Fmijl8dAfngLORY1_wQHupkK6O1H', top: 'http://res.training.luojigou.vip/FosT3op3qAbtb_AHStAch2Ioi7pD', bottom: 'http://res.training.luojigou.vip/FntpZcGDIsZsYYkgosM6s9sBQTDn' }, { count: 'http://res.training.luojigou.vip/FvmR-7IPqXwNtI4REBYNmlSecA8D', top: 'http://res.training.luojigou.vip/Fldl2pRZblLQVdztOhlODPEhhlQF', bottom: 'http://res.training.luojigou.vip/FnPemTe4MKzHzofwZx3cB77dLM3z' }, { count: 'http://res.training.luojigou.vip/FnXFslAE0LXmxtlTYWdeGzPU9Qxb', top: 'http://res.training.luojigou.vip/FvKskKpeDP68TBe0cg15LY7Zom13', bottom: 'http://res.training.luojigou.vip/FieXA8zqeIevUgQlhy5VNXBB6OG4' } ]