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>