浏览代码

地图页面改造

limeng 3 年之前
父节点
当前提交
1481e379f3

+ 1 - 1
mybusiness/src/main/resources/templates/business/bigdata/camera3/demo_window_simple_preview_wall.html

@@ -132,7 +132,7 @@
 
     <li th:each="cam : ${cameras}"  style="border-width: 1px;border-color: #0a2a3b;">
         <span class="wid-4" th:each="ch,cStat : ${cam.channels}" th:value="${ch}"  th:onclick="play([[${ch}]])"><span>[[${cStat.index+1}]]</span></span>
-        <span  style='cursor:pointer;' th:onclick="goHistory('[[${cam.hikCameraId}]]')">[[${cam.name}]]</span>
+        <span  style='cursor:pointer;' th:onclick="goHistory([[${cam.hikCameraId}]])">[[${cam.name}]]</span>
     </li>
 
 </ul>