// 退出登录 function quit(){ this.cite.memberLoginVo = '' this.$router.push({ name: 'device' }) } export default quit