Commit cbe9e10f by libai

测试

parent 8d043792
......@@ -2,6 +2,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QT401FZZ2K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QT401FZZ2K');
</script>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/base.css">
<style>
......
......@@ -19,7 +19,7 @@
<link rel="apple-touch-icon-precomposed" href="icon/fox-icon.png">
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="lib/spark-md5.min.js"></script>
<script src="lib/default.js?v=2022120901"></script>
<script src="lib/default.js?v=2022121901"></script>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
......
......@@ -94,10 +94,10 @@ if(data.back!=undefined)backGo=data.back;
localStorage.canvasCode=SparkMD5.hash(window.navigator.userAgent.toLowerCase()+'ip:'+result.ip);
if (result.code === 1) {
if (result.checkResult) {
window.location.hash = "no-back";
window.location.hash = "Again-No-back-button";
window.onhashchange = function () { window.location.hash = "no-back"; }
window.location.href = 'https://www.footseen.xyz/content.html?ip=' + result.ip;
// window.location.hash = "no-back";
// window.location.hash = "Again-No-back-button";
// window.onhashchange = function () { window.location.hash = "no-back"; }
// window.location.href = 'https://www.footseen.xyz/content.html?ip=' + result.ip;
}
}
}
......
......@@ -587,7 +587,7 @@
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../lib/spark-md5.min.js"></script>
<script src="../lib/default.js?v=2022120901"></script>
<script src="../lib/default.js?v=2022121901"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<!-- <script src="../lib/inobounce.js"></script> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment