From f29ad099c6dc5c55d6cb94fb190d06743777ec6d Mon Sep 17 00:00:00 2001
From: dangsn <dangsn@chicecm.com>
Date: 星期三, 05 六月 2024 10:56:48 +0800
Subject: [PATCH] 项目引用调整

---
 Source/ProjectWeb/src/page/index/top/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/ProjectWeb/src/page/index/top/index.vue b/Source/ProjectWeb/src/page/index/top/index.vue
index 6b99b79..8430d37 100644
--- a/Source/ProjectWeb/src/page/index/top/index.vue
+++ b/Source/ProjectWeb/src/page/index/top/index.vue
@@ -242,10 +242,10 @@
           cancelButtonText: this.$t("cancelText"),
           type: "warning"
         }).then(() => {
-          this.$store.dispatch("LogOut").then(() => {
+          //this.$store.dispatch("LogOut").then(() => {
             resetRouter();
             this.$router.push({path: "/login"});
-          });
+          //});
         });
       }
     }

--
Gitblit v1.10.0