49 lines
1.5 KiB
HTML
49 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1,user-scalable=no">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<meta http-equiv="Access-Control-Allow-Origin" content="*">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="format-detection" content="telephone=no, email=no">
|
|
<meta name="full-screen" content="true">
|
|
<meta name="screen-orientation" content="portrait">
|
|
<meta name="x5-fullscreen" content="true">
|
|
<meta name="360-fullscreen" content="true">
|
|
<title>loading...</title>
|
|
<script src="/x_admin/js/jq.js"></script>
|
|
<style>
|
|
*{
|
|
padding: 0 0;
|
|
margin: 0 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body id="box_k">
|
|
|
|
</body>
|
|
</html>
|
|
|
|
<script>
|
|
|
|
function isWeixin() {
|
|
var ua = navigator.userAgent.toLowerCase();
|
|
return /micromessenger/i.test(ua);
|
|
}
|
|
function isIOS() {
|
|
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
|
|
return /iPad|iPhone|iPod/.test(userAgent) && !window.MSStream;
|
|
}
|
|
|
|
|
|
window.location.href = 'weixin://dl/business/?appid=wx1f32af4f93c913f6&path=pages/index/index';
|
|
// window.location.href = 'https://mp.weixin.qq.com/a/~hlVtiIugLJKBe4bZVEVfAA~~';
|
|
|
|
|
|
</script>
|
|
|