HTTP/1.1 200
X-Frame-Options: SAMEORIGIN
Referer-Policy: origin
Content-Security-Policy: object-src 'self'
X-Permitted-Cross-Domain-Policies: master-only
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Download-Options: noopen
Set-Cookie: JSESSIONID=A04D74755874593894C9F95DB55256C9; Path=/; HttpOnly
Content-Type: text/html;charset=UTF-8
Content-Length: 6177
Date: Sat, 23 Nov 2024 21:37:59 GMT
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>登录 - 医疗行政管理专家</title>
<link rel="stylesheet" href="/static/css/login.css?v=20190822">
<script src="/static/js/login.js"></script>
<script src="/script/jquery-1.3.2.min.js"></script>
<script src="https://g.alicdn.com/dingding/dingtalk-jsapi/2.10.3/dingtalk.open.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
<div class="wrap login">
<div class="rg">
<div class="inner">
<div style="width: 100%; text-align: center;">
<img src="static/images/loading.gif" width="80px" />
</div>
<div style="width: 100%; text-align: center;">
<label>身份验证中...</label>
</div>
</div>
</div>
</div>
<div class="wrap dingtalk">
<div class="lf">
<div class="inner">
<div class="title">
<div class="logo">
<img src="/static/images/logo-nankai.svg" alt="">
<img src="/static/images/logo-white.svg" alt="">
</div>
<h2>天津市环湖医院</h2>
<h1>医疗行政管理专家</h1>
<h3>Hospital Admin Expert</h3>
</div>
<div class="copy">© 2005~2019 天津市中天驰软件科技开发有限公司</div>
</div>
</div>
<!-- .lf -->
<div class="rg">
<a class="help" href="/static/files/readme.doc" title="使用说明"></a>
<div class="inner">
<h4>提示</h4>
<form name="formLogin" method="post" action="">
<div class="item">
<label for="userId">请使用钉钉客户端访问。</label>
</div>
<div class="item">
<a href="https://page.dingtalk.com/wow/z/dingtalk/default/dddownload-index?from=zebra:offline" target="_blank">下载地址</a>
</div>
</form>
</div>
</div>
</div>
<!-- .rg -->
<div class="wrap chrome100">
<div class="lf">
<div class="inner">
<div class="title">
<div class="logo">
<img src="/static/images/logo-nankai.svg" alt="">
<img src="/static/images/logo-white.svg" alt="">
</div>
<h2>天津市环湖医院</h2>
<h1>医疗行政管理专家</h1>
<h3>Hospital Admin Expert</h3>
</div>
<div class="copy">© 2005~2019 天津市中天驰软件科技开发有限公司</div>
</div>
</div>
<!-- .lf -->
<div class="rg">
<a class="help" href="/static/files/readme.doc" title="使用说明"></a>
<div class="inner">
<h4>提示</h4>
<form name="formLogin" method="post" action="">
<div class="item">
<label for="userId">由于钉钉内置浏览器版本问题,系统暂不支持当前钉钉版本,请卸载当前版本的钉钉后到应用商店下载7.1.6版本,使用过程中如有提示更新请勿更新。</label>
</div>
</form>
</div>
</div>
</div>
</body>
<script type="text/javascript">
var user_agent = navigator.userAgent;
if(user_agent.indexOf("DingTalk") == -1) {
$('.chrome100').hide()
$('.login').hide()
$('.dingtalk').show()
} else {
$('.chrome100').hide()
$('.login').show()
$('.dingtalk').hide()
dd.config({
agentId: '1369262331', // 必填,微应用ID
corpId: 'ding1ad93208f065417cee0f45d8e4f7c288',//必填,企业ID
timeStamp: '1732397879712', // 必填,生成签名的时间戳
nonceStr: '6UGTCvEkuK0GuzXf', // 必填,自定义固定字符串。
signature: 'a799369711bfd68131385eb39e13ff6a0f55812d5a39c585d014e5334daefc78', // 必填,签名
type: 0, //选填。0表示微应用的jsapi,1表示服务窗的jsapi;不填默认为0。该参数从dingtalk.js的0.8.3版本开始支持
jsApiList : [
'run