From 50bb0fec168c15bcb8368482aba93575ec95fa9f Mon Sep 17 00:00:00 2001 From: wx <645899409@qq.com> Date: Wed, 25 Mar 2026 11:21:11 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E5=88=A4=E6=96=AD=EF=BC=8C?= =?UTF-8?q?=E5=A6=82=E6=9E=9Cmqtt=E8=BF=94=E5=9B=9Euserid=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=EF=BC=8C=E5=88=99=E4=B8=8D=E8=B0=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/dataBoard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataBoard/dataBoard.vue b/src/views/dataBoard/dataBoard.vue index d14c4d0..60f2a07 100644 --- a/src/views/dataBoard/dataBoard.vue +++ b/src/views/dataBoard/dataBoard.vue @@ -257,7 +257,7 @@ // if (data.message?.type === 'rankingFileUpdate') { // this.initSwiperData() // } else { - this.initData(data.message?.userId); + if(data.message?.userId) this.initData(data.message?.userId); // } } else { this.initSwiperData()