@@ -40,7 +40,9 @@ const Page: React.FC = () => {
}).then(res => {
if (res.code === 200) {
message.success("授权成功")
- history.push("/miniApp/emsCnpl/auth")
+ setTimeout(()=>{
+ history.push("/miniApp/emsCnpl/auth")
+ },1000)
}
})