<h1>
    授权成功, 正在跳转 : <a href="{{ $url }}">{{ $url }}</a>
</h1>
<script>
    setTimeout(function () {
        window.open("{{ $url }}", '_self')
    }, 500)
</script>