export const teamName = []; teamName[0] = []; teamName[0][0] = '不组队'; teamName[0][1] = '红队'; teamName[0][2] = '黄队'; teamName[0][3] = '蓝队'; teamName[0][4] = '紫队'; teamName[1] = []; teamName[1][0] = '不组队'; teamName[1][1] = '学生队'; teamName[1][2] = '家长队'; export const defaultPopUpDataList = [ { type: 2, data: { title: "活动流程", img: "/static/common/hdlc.png", } }, { type: 2, data: { title: "基本标识", img: "/static/common/jbbs.png", } } ]; export const defaultPopUpDataList2 = [ { "type": 7, "data": { "title": "基本标识", "logo": { "src": "/static/common/jbbs2.png", "width": "280px", "height": "250px" }, "content": "安全提示
  • 避免聚集,分散参与
  • 评估自身健康,适时参与
  • 注意交通与场地安全" } }, { "type": 7, "data": { "title": "基本图例", "logo": { "src": "/static/common/jbtl.png", "width": "280px", "height": "250px" }, "content": "
    安全提示
  • 避免聚集,分散参与
  • 评估自身健康,适时参与
  • 注意交通与场地安全" } } ];