config.js 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /**
  2. *
  3. * @description 晋级名单的分类
  4. *
  5. */
  6. export const classCategory = [
  7. {
  8. id: -1,
  9. label: '托班'
  10. },
  11. {
  12. id: 0,
  13. label: '小班'
  14. },
  15. {
  16. id: 1,
  17. label: '中班'
  18. },
  19. {
  20. id: 2,
  21. label: '大班'
  22. },
  23. ]
  24. /**
  25. *
  26. * @description 排行榜名单需要使用的图片
  27. *
  28. */
  29. export const imgUrl = [
  30. {
  31. count: 'http://res.training.luojigou.vip/Fmijl8dAfngLORY1_wQHupkK6O1H',
  32. top: 'http://res.training.luojigou.vip/FosT3op3qAbtb_AHStAch2Ioi7pD',
  33. bottom: 'http://res.training.luojigou.vip/FntpZcGDIsZsYYkgosM6s9sBQTDn'
  34. },
  35. {
  36. count: 'http://res.training.luojigou.vip/FvmR-7IPqXwNtI4REBYNmlSecA8D',
  37. top: 'http://res.training.luojigou.vip/Fldl2pRZblLQVdztOhlODPEhhlQF',
  38. bottom: 'http://res.training.luojigou.vip/FnPemTe4MKzHzofwZx3cB77dLM3z'
  39. },
  40. {
  41. count: 'http://res.training.luojigou.vip/FnXFslAE0LXmxtlTYWdeGzPU9Qxb',
  42. top: 'http://res.training.luojigou.vip/FvKskKpeDP68TBe0cg15LY7Zom13',
  43. bottom: 'http://res.training.luojigou.vip/FieXA8zqeIevUgQlhy5VNXBB6OG4'
  44. }
  45. ]