commonConfig.js 426 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. export function fileUrl () {
  2. let fileUrl = 'https://mall.rongtongh.cn/storage/img'
  3. return fileUrl
  4. }
  5. export const rewardType = [
  6. {
  7. label: 'S赏',
  8. value: 1
  9. },
  10. {
  11. label: 'A赏',
  12. value: 2
  13. },
  14. {
  15. label: 'B赏',
  16. value: 3
  17. },
  18. {
  19. label: 'C赏',
  20. value: 4
  21. },
  22. {
  23. label: 'E赏',
  24. value: 4
  25. },
  26. {
  27. label: 'FIRST赏',
  28. value: 21
  29. },
  30. {
  31. label: 'LAST赏',
  32. value: 22
  33. },
  34. {
  35. label: '欧王赏',
  36. value: 23
  37. },
  38. ]