Authored by qinchao

更新

... ... @@ -103,6 +103,10 @@
</script>
<script type="text/javascript">
$(function () {
getJavaAppType();
});
var getJavaAppType = function () {
$.ajax({
url: contextPath + "/type/queryJavaApiType",
... ... @@ -152,6 +156,13 @@
};
function timer() {
refreshDashBoard();
setTimeout("timer()", 15000);
};
var createTimeStr = function (checkTime) {
var now = new Date(); //当前时间
var ctime = new Date(Date.parse(checkTime.replace(/-/g, "/")));
... ... @@ -228,15 +239,4 @@
};
function timer() {
refreshDashBoard();
setTimeout("timer()", 15000);
};
$(function () {
getJavaAppType();
});
</script>
\ No newline at end of file
... ...