he wei
2024-11-09 5cc9eb2d302ffe6218221208a28b60f91b57e41e
src/views/test/ytjRtInfo.vue
@@ -86,13 +86,13 @@
}
onActivated(() => {
  });
onMounted(() => {
  let reg = /^1/;
  if (reg.test(props.devId)) {
    sendData(JSON.stringify({ devId: props.devId, devType: 1 }));
  }
});
onMounted(() => {
  // sendData(JSON.stringify({ devId: props.devId, devType: 1 }));
});
</script>