preauth.blade.php 174 B

12345678
  1. <h1>
  2. 点击跳转, 正在跳转 : <a href="{{ $url }}">{{ $url }}</a>
  3. </h1>
  4. <script>
  5. setTimeout(function () {
  6. window.open("{{ $url }}")
  7. }, 500)
  8. </script>