|
@@ -1,10 +1,11 @@
|
|
|
//后台地址配置
|
|
|
window.axiosURI = "http://192.168.60.2:8080";
|
|
|
// window.axiosURI = "http://192.168.60.88:8080";//小谷
|
|
|
+window.ZTaxiosURI = "http://localhost:8080/sanya";
|
|
|
window.supermapIServerUrl = "http://192.168.60.2:8090";
|
|
|
window.aiURI = "http://192.168.60.2:4000";
|
|
|
//倾斜模型高度配置
|
|
|
-window.modelBottomAltitude = 0;
|
|
|
+window.modelBottomAltitude = 10;
|
|
|
// 服务器ip
|
|
|
window.hostconfig = "localhost";
|
|
|
//地图初始化中心点
|