From 76ef266068b240c93ebb174733c068d15829f310 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 11 四月 2024 10:54:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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