export default { /* 获取基础信息 接口调用使用 */ basicUserInfo(state) { return state.userInfo ? state.userInfo : {} } }