const state = { token: '', user: null, healthCode: '', // 健康码 userInfo: '', // 个人基本信息 }; export default state;