Parcourir la source

地图页面改造

limeng il y a 3 ans
Parent
commit
331c4c38ac

+ 1 - 1
mybusiness/src/main/resources/templates/business/visualization/map.html

@@ -430,7 +430,7 @@
                     window.open("/business/manager/hikcameracontroller/demo_window_simple_preview_wall_special_user?ID="+option.id);
                 }else{
                     $.ajax({
-                        url : 'http://localhost:8899/camera_id='+res.hikIp+","+res.hikPort+","+res.hikUsername+","+res.hikPassword+","+res.hikDeviceport,
+                        url : 'http://localhost:8899/camera_id='+option.hik_ip+","+option.hik_port+","+option.hik_username+","+option.hik_password+","+option.hik_deviceport,
                         error :function () {
 
                         }