From c1e0c945ec7c6d14873faa707cdde41f0599ee98 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 16 Mar 2026 11:05:08 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 applications/task-work-order/src/mac/index.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/applications/task-work-order/src/mac/index.vue b/applications/task-work-order/src/mac/index.vue
index 0d7f386..b2d8740 100644
--- a/applications/task-work-order/src/mac/index.vue
+++ b/applications/task-work-order/src/mac/index.vue
@@ -124,10 +124,7 @@
     },
     logout () {
       this.$store.commit('SET_THEME_NAME', '')
-      this.$store.dispatch('LogOut').then(() => {
-        this.$router.push({ path: '/login' })
-        setTimeout(() => location.reload())
-      })
+			logOutFun()
     },
     startTimer () {
       setInterval(() => {

--
Gitblit v1.9.3