gemercheung 1 anno fa
parent
commit
a2da17ec8a

+ 1 - 0
packages/qjkankan-kankan-view/src/components/Camera/index.vue

@@ -18,6 +18,7 @@ const closeCamera = () => {
 
 useApp().then((app) => {
   app.Camera.on("SecurityCamera.watch", (data) => {
+    console.log('打开监控')
     isShowCamIcon.value = true;
   });
 });