26 lines
695 B
HTML
26 lines
695 B
HTML
|
|
<!doctype html>
|
|||
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<meta charset="utf-8" />
|
|||
|
|
<meta name="viewport"
|
|||
|
|
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
|
|||
|
|
<title>伊利流程发布平台</title>
|
|||
|
|
<meta http-equiv="Access-Control-Allow-Origin" content="*" />
|
|||
|
|
|
|||
|
|
<script>
|
|||
|
|
var sid = '<#sid>';
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<script type="text/javascript" src="../../apps/com.awspaas.user.apps.yili.reportform/js/jquery.js"></script>
|
|||
|
|
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
$(function () {
|
|||
|
|
window.open("http://10.60.143.183:8088/portal/r/w?sid="+sid+"&cmd=com.actionsoft.apps.kms_mobile_home&page=search");
|
|||
|
|
})
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
</body>
|
|||
|
|
</html>
|