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) => {