From 634c73113c02df4e29a5a0c678030ec70a352a67 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期三, 10 四月 2024 15:16:43 +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.9.3