ansel0926
2022-05-17 20f5203f80444254892012e87e1672f2bc6001db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
document.write('<link href="../../easyAPI/lib/bootstrap/css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">');
document.write('<link href="../../easyAPI/lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">');
document.write('<link href="../../easyAPI/lib/css/style.min862f.css?v=4.1.0" rel="stylesheet">');
document.write('<link href="../../easyAPI/lib/layui-v2.5.7/layui/css/layui.css" rel="stylesheet">');
document.write('<link href="../../easyAPI/lib/layer/skin/myskin/style.css" rel="stylesheet">');
document.write('<link href="../../easyAPI/lib/layer/skin/default/layer.css" rel="stylesheet">');
document.write('<link href="../../easyAPI/lib/sweetalert/sweetalert.css" rel="stylesheet">');
document.write('<link href="../../easyAPI/lib/colpick/colpick.css" rel="stylesheet">');
document.write('<link href="../../easyAPI/lib/Cesium1.75/Widgets/widgets.css" rel="stylesheet">');
document.write('<link href="../css/mystyle.css" rel="stylesheet">');
document.write('<script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp&key=SF7BZ-5OTRP-3LGDW-VNEH5-W7VGE-YPFFQ"></script>');//QQ streetview
document.write('<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=FCae6a59a15c8e73c3a2f6e94859d1e9"></script>');
document.write('<script src="../../easyAPI/lib/echarts/echarts.js"></script>');
document.write('<script src="../../easyAPI/lib/echarts/bmap.js"></script>');
//document.write('<link href="./../easyAPI/lib/bootstrap/table/bootstrap-table.min.css" rel="stylesheet">');
//document.write('<script src="../../easyAPI/lib/bootstrap/table/bootstrap-table.js"></script>');
 
var serverIP = ""; 
//serverIP = "http://localhost:8080/";
var serverUrl = ""; //执法仪服务器ip地址
//GIS地图地址
var objgis = {
    'sysType':'gis',
};
var argsgis = JSON.stringify(objgis);
$.ajax({
    type : "post",
    url : "../../easyAPI/sys/querySysParabyType.action",
    data : argsgis,
    async : false,
    contentType : "application/json;charset=utf-8",
    success : function(data) {
        serverIP = data[0].sysContent;
    },
    error : function(XMLHttpRequest, textStatus, errorThrown) {
        console.log("ajax请求失败!","请重试!","error");
    }
});