From 41cbf92f64edcac7489fc108dadeb405ba1bad04 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 17:27:26 +0800
Subject: [PATCH] 排班颜色

---
 src/views/myMine/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/myMine/index.vue b/src/views/myMine/index.vue
index 7fc2506..a934e98 100644
--- a/src/views/myMine/index.vue
+++ b/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')
         })
     }

--
Gitblit v1.8.0