@@ -267,10 +267,10 @@
.showinfo{
position: absolute;
width: 800px;
- height: 400px;
+ height: 444px;
left: 50%;
top:50%;
- margin-top: -200px;
+ margin-top: -222px;
margin-left:-400px;
z-index: 2;
background-color: rgba(9,28,67,0.9);
@@ -1,4 +1,5 @@
var AutoPlayer = false; //开启自动漫游
-var SERVER_URL = "http://localhost/api"; //服务接口地址
+var SERVER_URL = "http://8.142.173.95:18100/demo"; //服务接口地址
var PLAYER3D_URL = "ws://localhost:8082"; //
var DEV_ALAR_COLOR = "ff6c00"; //全局设备告警颜色
+var DEV_HINT_COLOR = "cccccc"; //设备复本颜色