Explorar o código

Merge branch 'dev/v4.8.47_cyl' of qmx/jy into release/v4.8.47

cuiyalong %!s(int64=2) %!d(string=hai) anos
pai
achega
912f597abf
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  1. 16 0
      src/web/templates/frontRouter/pc/user/free/redirect-wx.html

+ 16 - 0
src/web/templates/frontRouter/pc/user/free/redirect-wx.html

@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>剑鱼标讯</title>
+    <script>
+        function redirect () {
+            document.getElementById('link').click()
+        }
+    </script>
+</head>
+<body onload="redirect()">
+    <a id="link" href="https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzk0MjIyMzY2Nw==&scene=110#wechat_redirect" rel="noopener noreferrer">关注公众号</a>
+</body>
+</html>