const state = { userSigns: [], // 用户个人打卡记录 shoolSigns: [], // 校园的打卡记录 shoolSignNumber: [], // 健康上报数目统计 }; export default state;