소스 검색

地图页面改造

limeng 3 년 전
부모
커밋
1481e379f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mybusiness/src/main/resources/templates/business/bigdata/camera3/demo_window_simple_preview_wall.html

+ 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>