chenyc
2025-08-26 6ed90d1eae16fc66f51741c778f0246c202added
src/views/myMine/index.vue
@@ -256,7 +256,9 @@
    const logOUT=()=>{
        ajaxPost('/patient/info/logout','').then((re:any)=>{
            console.log(re)
            Session.remove('token')
            Session.clear() // 清除缓存/token等
            alert('退出登录成功',Session.get('token'))
            router.push('login')
        })
    }