From 5a6345cfb872164149a949bb89c47e24c431855e Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Mon, 11 Dec 2023 20:34:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E8=A1=A8=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/website.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/website.js b/src/config/website.js index 5ce28c18..5f613e00 100644 --- a/src/config/website.js +++ b/src/config/website.js @@ -52,7 +52,7 @@ export default { // 第三方系统授权地址 authUrl: 'http://localhost/blade-auth/oauth/render', // 报表设计器地址(cloud端口为8108,boot端口为80) - reportUrl: 'http://8.137.14.82:8108/ureport', + reportUrl: 'http://localhost:8108/ureport', // 单点登录系统认证(blade-auth服务的地) ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=', // 单点登录回调地址(Saber服务的登录界面地址)