平台登录修改

master
wuzuowei 4 months ago
parent 13b7b50035
commit bdc49d50de

@ -52,12 +52,12 @@ const TechLoginView = () => {
} else { } else {
message.error('获取财智系统用户信息报错!'); message.error('获取财智系统用户信息报错!');
window.location.href = "http://172.15.89.232:8080"; window.location.href = "https://metal.dayesteel.com.cn";
} }
}) })
.catch((reason) => { .catch((reason) => {
message.error('调取财智系统用户信息报错' + 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) => { const doLogin = async (UserId: string) => {

Loading…
Cancel
Save