From afa8ee521affdce4f4cac9ba32ede9d22b76a13e Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 27 Sep 2022 09:54:30 +0800
Subject: [PATCH] 还原之前更改,用户登录跳转到统一登陆页面
---
src/page/lock/index.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/page/lock/index.vue b/src/page/lock/index.vue
index 44467f3..26cb451 100644
--- a/src/page/lock/index.vue
+++ b/src/page/lock/index.vue
@@ -49,8 +49,7 @@
type: "warning"
}).then(() => {
this.$store.dispatch("LogOut").then(() => {
- // this.$router.push({ path: "/login" });
- window.opener.location.href = 'http://dev.jxpskj.com:8020/ncny/login.html'
+ this.$router.push({ path: "/login" });
});
});
},
--
Gitblit v1.9.3