Authored by qinchao

主机管理

This diff could not be displayed because it is too large.
... ... @@ -12,7 +12,7 @@
<html>
<head>
<jsp:include page="/jsp/common/include.jsp" flush="true"/>
<script src="https://gw.alipayobjects.com/as/g/datavis/g6/1.1.6/index.js"></script>
<script src="<%=basePath %>js/antv/antv-g6-1.1.6.js" charset="UTF-8" type="text/javascript"></script>
<script>
var contextPath = '<%=basePath %>';
</script>
... ...
... ... @@ -12,7 +12,8 @@
<html>
<head>
<jsp:include page="/jsp/common/include.jsp" flush="true"/>
<script src="https://gw.alipayobjects.com/as/g/datavis/g6/1.1.6/index.js"></script>
<%--<script src="https://gw.alipayobjects.com/as/g/datavis/g6/1.1.6/index.js"></script>--%>
<script src="<%=basePath %>js/antv/antv-g6-1.1.6.js" charset="UTF-8" type="text/javascript"></script>
<script>
var contextPath = '<%=basePath %>';
</script>
... ... @@ -58,6 +59,11 @@
</script>
<script type="text/javascript">
var nodeStyle = {
fill:"#00A263",
lineWidth: 1
};
// 第一步:获取数据
var data=[];
if(${antvData}){
... ...
... ... @@ -12,7 +12,7 @@
<html>
<head>
<jsp:include page="/jsp/common/include.jsp" flush="true"/>
<script src="https://gw.alipayobjects.com/as/g/datavis/g6/1.1.6/index.js"></script>
<script src="<%=basePath %>js/antv/antv-g6-1.1.6.js" charset="UTF-8" type="text/javascript"></script>
<script>
var contextPath = '<%=basePath %>';
</script>
... ...