软测单独项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

74 lines
1.7 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<script src="js/jquery-1.js"></script>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
border: none;
overflow: hidden;
}
#shouquanDiv {
/*display: none;*/
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
border: none;
text-align: center;
margin-top: 200px
}
#shouquanDiv p {
font-size: 18px;
}
</style>
</head>
<body>
<!--<iframe id="main_iframe"></iframe>-->
<div id="shouquanDiv" style="color: #fff">
<img src="img/AuthorizationUrl.png">
<p>请通过扫描二维码授权<p>
<p>
<span style="color: red">*</span>注意事项:
<span>
1、授权时间为180天
2、修改华为账号密码需要重新授权
3、华为APP去掉授权后,需要重新授权
</span>
<p>
</div>
<script>
//var userInfo = JSON.parse(window.sessionStorage.getItem("userInfo"));
//if (userInfo) {
// var OrgID = userInfo.OrgID;
// var useruid = userInfo.UserCode;
// $.ajax({
// type: "get",
// url: "http://47.93.253.225:3389/api/isUser",
// data: { username: useruid },
// dataType: "json",
// success: function (result) {
// if (result.data) {
// $("#main_iframe").attr("src", "http://47.93.253.225:3389/personal?userUid=" + useruid);
// } else {
// alert('该账号未经过华为授权,请先授权再查看个人健康信息,扫描下方二维码授权');
// $("#main_iframe").hide();
// $("#shouquanDiv").show();
// //$("#main_iframe").attr("src", "../healthEmpower/index.html");
// }
// }
// });
//} else {
// }
</script>
</body>
</html>