From 77c4c27597d5ed3df912a13d0b662acd35559bbd Mon Sep 17 00:00:00 2001 From: chenxf Date: Tue, 24 Mar 2026 10:16:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AE=A4=E8=AF=81=E6=8C=89=E9=92=AE=E5=B9=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index e81c3dd..81a1d75 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -116,6 +116,12 @@ style="width:100%;margin:10px 0; background:#3296FA;height:64px;font-size:20px" @click.native.prevent="handleLogin" >登录 + 统一身份认证 @@ -278,6 +284,9 @@ export default { logManage(params).then(res => { console.log(res) }) + }, + handleUnifiedLogin() { + window.location.href = process.env.VUE_APP_BASE_API + '/aiccs-api/oauth2/unified/login' } } }