瀏覽代碼

feat: save

gemercheung 1 年之前
父節點
當前提交
a2da17ec8a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/qjkankan-kankan-view/src/components/Camera/index.vue

+ 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;
   });
 });