From 5c67f67fcfbd22996f288ae8d3f0cd2ab57ee55e Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 19 May 2023 09:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=A4=9A=E4=BD=99=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/modules/default.js b/src/router/modules/default.js index 6c870e3..af77150 100644 --- a/src/router/modules/default.js +++ b/src/router/modules/default.js @@ -34,7 +34,7 @@ const routes = [ path: '/login', name: 'Login', redirect: () => { - window.location.href ='https://iamuat.faw-vw.com/esc-sso/oauth2.0/authorize?client_id=43da19911e74a14dd5d9&response_type=code&redirect_uri=http%3A%2F%2F127.0.0.1%3A8080%2FcheckPage?redirectUrl=' + window.location.href ='https://iamuat.faw-vw.com/esc-sso/oauth2.0/authorize?client_id=43da19911e74a14dd5d9&response_type=code&redirect_uri=http%3A%2F%2F127.0.0.1%3A8080%2FcheckPage' // window.location.href = "https://sso-qa.saicmotortest.com/idp/oauth2/authorize?redirect_uri=https://www.baidu.com/&state=gsrm&client_id=GSRM&response_type=code" }