From a93be12f0af48b2c1e24c8e07127415b04069769 Mon Sep 17 00:00:00 2001 From: Hcat1314 <2768237203@qq.com> Date: Wed, 13 Dec 2023 00:35:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=8F=98=E9=87=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tunnel/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue index a843e5f..6679a7b 100644 --- a/src/views/tunnel/index.vue +++ b/src/views/tunnel/index.vue @@ -68,6 +68,7 @@ import { onMounted } from "vue"; import { getToken } from "@/utils/auth"; import { useAuthStore } from '@/store/userstore.js' +// const showFan = ref() const authStore = useAuthStore() const router = useRouter() const selectIndex = ref(1) @@ -115,6 +116,7 @@ const socketData = reactive({ windPressure: [], sensor: [], }) + onMounted(() => { nextTick(() => { showFan.value = true