@@ -89,6 +89,7 @@ const AdAuthorize: React.FC = () => {
} else {
if (query?.user_status) {
message.error('授权失败')
+ location.href = window.location.href.split('?')[0]
}
}, [])