HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Length: 8324
Content-Type: text/html; charset=utf-8
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Last-Modified: Fri, 30 Aug 2024 05:21:07 GMT
Date: Fri, 25 Oct 2024 04:24:10 GMT
<!DOCTYPE html><html lang="en"><head><link rel="stylesheet" href="/umi.eeecc1bf.css"><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"><title>设备管理</title><link rel="icon" href="/favicon.png" type="image/x-icon"><script type="text/javascript">if (FileReader.prototype.readAsBinaryString === undefined) {
FileReader.prototype.readAsBinaryString = function (fileData) {
var binary = "";
var pt = this;
var reader = new FileReader();
reader.onload = function (e) {
var bytes = new Uint8Array(reader.result);
var length = bytes.byteLength;
for (var i = 0; i < length; i++) {
binary += String.fromCharCode(bytes[i]);
}
pt.content = binary;
pt.onload();
}
reader.readAsArrayBuffer(fileData);
}
}</script><script>window.routerBase = "/";</script></head><body><noscript><div id="show-tip"><div class="page-pop"><div class="page-download"><div class="title-box"><h1>改善你的体验</h1><p>我们使用了最新的技术搭建我们的网站,使我们的网站更快和更容易使用,不幸的是,您的浏览器版本过低,不支持这些技术,下载已下其中一款浏览器,您就可以正常访问了!</p></div><div class="down-list"><ul><li><a href="https://www.baidu.com/s?ie=utf-8&f=3&rsv_bp=0&rsv_idx=1&tn=57095150_1_oem_dg&wd=ie%E6%B5%8F%E8%A7%88%E5%99%A8%E5%AE%98%E6%96%B9%E4%B8%8B%E8%BD%BD&rsv_pq=f3e60856000026a6&rsv_t=cd7fds%2B4FnjnhhgojXDw8h2rKNPM4haoJP23zU3sktPc8BV7kHr9ZwFe0sBw1%2F%2BcQOXNzBlGIyI&rqlang=cn&rsv_enter=1&rsv_sug3=3&rsv_sug1=2&rsv_sug7=101&rsv_sug2=0&prefixsug=ie&rsp=0&inputT=2572&rsv_sug4=4181" target="_blank"><img src="https://box.onethingpcs.com/assets/images/download-ie.png"></a></li><li><a href="https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=57095150_1_oem_dg&wd=chrome%E6%B5%8F%E8%A7%88%E5%99%A8%E5%AE%98%E6%96%B9%E4%B8%8B%E8%BD%BD&oq=chrome%25E6%25B5%258F%25E8%25A7%2588%25E5%2599%25A8%25E5%25AE%2598%25E6%2596%25B9%25E4%25B8%258B%25E8%25BD%25BD&rsv_pq=a4b7c05100000ffe&rsv_t=4062ByK%2FT7WEO1lel1U9gfonMkW1QD%2B%2FEmxHnRNmiLWYqMFD0NUNERRmB3SGxOh8jtEahZxLzbA&rqlang=cn&rsv_enter=0" target="_blank"><img src="https://box.onethingpcs.com/assets/images/download-chrome.png"></a></li><li><a href="https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=57095150_1_oem_dg&wd=ff%E6%B5%8F%E8%A7%88%E5%99%A8%E5%AE%98%E6%96%B9%E4%B8%8B%E8%BD%BD&oq=chrome%25E6%25B5%258F%25E8%25A7%2588%25E5%2599%25A8%25E5%25AE%2598%25E6%2596%25B9%25E4%25B8%258B%25E8%25BD%25BD&rsv_pq=dfd623a800033ca5&rsv_t=d6aaFAEu50m70X%2FryXqkvZFi15UHkI6UXnEI1KyQwFfG162nwnYYGMw5%2FGsnHg4gHwpoF%2BIa3fw&rqlang=cn&rsv_enter=0&rsv_sug3=4&rsv_sug1=4&rsv_sug7=100&rsv_sug2=0&inputT=1469&rsv_sug4=1469" target="_blank"><img src="https://box.onethingpcs.com/assets/images/download-ff.png"></a></li></ul></div></div></div></div></noscript><div id="root"><style>.page-pop {
position: fixed;
z-index: 10000;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
.page-download {
position: absolute;
width: 900px;
background: #fff;
left: 50%;
margin-left: -450px;
top: 100px;
padding: 100px 0;
}
.page-pop .title-box {
text-align: center;
margin-bottom: 100px;
}
.page-pop .title-box h1 {
font-size: 48px;
margin-bottom: 10px;
color: #1890FF;
}
.page-pop .title-box p {
font-size: 16px;
color: #666;
width: 700px;
margin: 0 auto;
}
.down-list {
text-align: center;
width: 750px;
margin: 0 auto;
}
ul,
ol,
li {
list-style: none;
}
.down-list li {
width: 32%;
display: inline-block;
text-align: center;
}
.down-list li a {
width: 96px;
height: 96px;
display: block;
margin: 0 auto;
}
.down-list li a img {
display: inline-block;
}
.page-loading-warp {
padding: 120px;
display: flex;
justify-content: center;
align-items: center;
}
.ant-spin {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-st