dev-tmp1
tangjie 2026-08-14 17:40:17 +08:00
parent ad58e4d2a0
commit 7fc92658bc
1 changed files with 1 additions and 3 deletions

View File

@ -78,9 +78,7 @@ const Driver = (props) => {
}
actionResultRef.current = await queryDriverConfig();
if(actionResultRef.current?.data === 1){
window.location.href= 'https://gbs-gateway.qhdsafety.com/';
}
}
catch (error) {
setPageError(error?.message || "页面加载失败,请稍后重试");