From 5cc9eb2d302ffe6218221208a28b60f91b57e41e Mon Sep 17 00:00:00 2001
From: he wei <858544502@qq.com>
Date: 星期六, 09 十一月 2024 14:02:59 +0800
Subject: [PATCH] U bug修复

---
 src/views/test/ytjRtInfo.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/test/ytjRtInfo.vue b/src/views/test/ytjRtInfo.vue
index 9e2e04f..ea0bbfb 100644
--- a/src/views/test/ytjRtInfo.vue
+++ b/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>

--
Gitblit v1.9.1