define.js 521 B

1234567891011121314151617181920212223242526272829
  1. export const teamName = [];
  2. teamName[0] = [];
  3. teamName[0][0] = '不组队';
  4. teamName[0][1] = '红队';
  5. teamName[0][2] = '黄队';
  6. teamName[0][3] = '蓝队';
  7. teamName[0][4] = '紫队';
  8. teamName[1] = [];
  9. teamName[1][0] = '不组队';
  10. teamName[1][1] = '学生队';
  11. teamName[1][2] = '家长队';
  12. export const defaultPopUpDataList = [
  13. {
  14. type: 2,
  15. data: {
  16. title: "活动流程",
  17. img: "/static/common/hdlc.png",
  18. }
  19. }, {
  20. type: 2,
  21. data: {
  22. title: "基本标识",
  23. img: "/static/common/jbbs.png",
  24. }
  25. },
  26. ];