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/login/authredirect.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/page/login/authredirect.vue b/src/page/login/authredirect.vue
index 15cbce1..edc61db 100644
--- a/src/page/login/authredirect.vue
+++ b/src/page/login/authredirect.vue
@@ -10,7 +10,8 @@
const params = this.$route.query
const state = params.state
const code = params.code
- window.opener.location.href = `${window.location.origin}/#/login?state=${state}&code=${code}`
+ // window.opener.location.href = `${window.location.origin}/#/login?state=${state}&code=${code}`
+ window.opener.location.href = 'http://dev.jxpskj.com:8020/ncny/login.html'
}
}
</script>
--
Gitblit v1.9.3