You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
PHTML
34 lines
1.0 KiB
PHTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>echarts统计</title>
|
|
<link rel="stylesheet" href="/css/information-system3.css?v=201508112" type="text/css"/>
|
|
<script type="text/javascript" src="/min/?f=/js/information-system3.min.js,/js/common.js&v=20190128"></script>
|
|
<script src="https://g.alicdn.com/dingding/dingtalk-jsapi/2.13.42/dingtalk.open.js"></script>
|
|
<link rel="shortcut icon" href="/bootstrap/img/glyphicons_290_skull.png">
|
|
<script type="text/javascript">
|
|
dd.runtime.permission.requestAuthCode({
|
|
corpId: "ding48bce8fd3957c96b",
|
|
onSuccess : function(res) {
|
|
// 调用成功时回调
|
|
console.log(res)
|
|
},
|
|
onFail : function(err) {
|
|
// 调用失败时回调
|
|
console.log(err)
|
|
}
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-sm-24 col-md-12">Welcome</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |