Newer
Older
VueSharedPrinting / src / utils / quit.js
hanfei on 15 Jan 2024 169 bytes han
// 退出登录
function quit(){
    this.cite.memberLoginVo = ''
    this.cite.fileNum = 0
    this.$router.push({
        name: 'device'
    })
}

export default quit