From bdc49d50defde221864768f0597b15341f828f56 Mon Sep 17 00:00:00 2001 From: wuzuowei Date: Sat, 11 May 2024 20:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E7=99=BB=E5=BD=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-code/src/pages/tech/login/Senselesslogin.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-code/src/pages/tech/login/Senselesslogin.tsx b/platform-code/src/pages/tech/login/Senselesslogin.tsx index 9f0eaa9..99cbaa6 100644 --- a/platform-code/src/pages/tech/login/Senselesslogin.tsx +++ b/platform-code/src/pages/tech/login/Senselesslogin.tsx @@ -52,12 +52,12 @@ const TechLoginView = () => { } else { message.error('获取财智系统用户信息报错!'); - window.location.href = "http://172.15.89.232:8080"; + window.location.href = "https://metal.dayesteel.com.cn"; } }) .catch((reason) => { message.error('调取财智系统用户信息报错' + reason); - window.location.href = "http://172.15.89.232:8080"; + window.location.href = "https://metal.dayesteel.com.cn"; }); }; const doLogin = async (UserId: string) => {