@@ -3,6 +3,6 @@
</h1>
<script>
setTimeout(function () {
- window.open("{{ $url }}")
- }, 3000)
+ window.open("{{ $url }}", '_self')
+ }, 500)
</script>
@@ -1,8 +0,0 @@
-<h1>
- 点击跳转, 正在跳转 : <a href="{{ $url }}">{{ $url }}</a>
-</h1>
-<script>
- setTimeout(function () {
- }, 500)
-</script>