const getters = { // 用户登入状态 uid: state => state.user.uid, // websocket 连接状态 socketStatus: state => state.socketStatus } export default getters