|
|
@@ -193,6 +193,9 @@ function hideVideo(){
|
|
|
|
|
|
}
|
|
|
|
|
|
+function goArts(){
|
|
|
+
|
|
|
+}
|
|
|
const loading = ref(true)
|
|
|
const editData = ref(null);
|
|
|
const imageTplPath = ref(null)
|
|
|
@@ -295,6 +298,10 @@ onBeforeUnmount(() => {
|
|
|
clientStore.ipc.removeAllListeners(icpList.camera.takePictures);
|
|
|
clientStore.ipc.removeAllListeners(icpList.camera.PreviewHide);
|
|
|
clientStore.ipc.removeAllListeners(icpList.camera.PreviewShow);
|
|
|
+ clientStore.ipc.removeAllListeners(icpList.socket.message+'_run_mcu_single');
|
|
|
+ clientStore.ipc.removeAllListeners(icpList.socket.message+'_smart_shooter_photo_take');
|
|
|
+
|
|
|
+
|
|
|
})
|
|
|
</script>
|
|
|
<style scoped lang="scss">
|