Commit 957d6051 by huangqy
parents 3f25119c fe5bd9a4
...@@ -8,10 +8,23 @@ ...@@ -8,10 +8,23 @@
<title>平面库监控平台</title> <title>平面库监控平台</title>
<script> <script>
window._CONFIG = {}; window._CONFIG = {};
window._CONFIG['domianURL'] = 'http://192.168.3.130:10029'; window._CONFIG['domianURL'] = 'http://192.168.43.41:10029';
window._CONFIG['refreshTime'] = 1000 * 60; window._CONFIG['refreshTime'] = 1000 * 60;
window._CONFIG['isLTK'] = true window._CONFIG['isLTK'] = true
</script> </script>
<script>
let s = true
document.onclick = function () {
s = !s
if (s) {
document.body.requestFullscreen()
} else {
document.exitFullscreen();
}
}
document.onclick()
</script>
</head> </head>
<body> <body>
<noscript> <noscript>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论