From cf9495cfb1424816167586fa985ecdf29a923eea Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 26 Sep 2022 17:25:23 +0800
Subject: [PATCH] 替换原登录页为统一登录页

---
 src/page/lock/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/page/lock/index.vue b/src/page/lock/index.vue
index 26cb451..44467f3 100644
--- a/src/page/lock/index.vue
+++ b/src/page/lock/index.vue
@@ -49,7 +49,8 @@
         type: "warning"
       }).then(() => {
         this.$store.dispatch("LogOut").then(() => {
-          this.$router.push({ path: "/login" });
+          // this.$router.push({ path: "/login" });
+          window.opener.location.href = 'http://dev.jxpskj.com:8020/ncny/login.html'
         });
       });
     },

--
Gitblit v1.9.3