| 1234567891011121314151617181920212223 | <!DOCTYPE html><html><head>    <meta charset="utf-8"/>    <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=UTF-8">    <meta http-equiv="Cache-Control" content="no-cache,no-store,must-revalidate">    <meta http-equiv="pragma" content="no-cache">    <meta http-equiv="expires" content="0">    <meta name="description" content=""/>    <meta name="keywords" content="扫码支付,线上投币,运营数据,物联网"/>    <meta name="format-detection" content="telphone=no,email=no"/>    <meta name="viewport"          content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/>    <title>附近的设备</title>    <script>        // 直接跳转到vue页面,某些公众号已经配置了该路径并且不方便修改,大部分公众号的配置并没有带上鉴权,是有问题的        var toUrl = '/user/index.html#/user/index';        location.href = toUrl;    </script></head><body></body></html>
 |