Browse Source

授权成功页面调整

liuzejian 1 year ago
parent
commit
48456c3d2f

+ 2 - 2
resources/views/wechat/openPlatform/authSuccess.blade.php

@@ -3,6 +3,6 @@
 </h1>
 <script>
     setTimeout(function () {
-        window.open("{{ $url }}")
-    }, 3000)
+        window.open("{{ $url }}", '_self')
+    }, 500)
 </script>

+ 0 - 8
resources/views/wechat/openPlatform/preauth.blade.php

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