From 58a762b396c8b2d3638b0b562d886476d81493d1 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 11 Aug 2025 13:58:25 +0800
Subject: [PATCH] feat: 延迟显示
---
src/views/wel/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index 36d4359..1881964 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -92,7 +92,7 @@
})
setTimeout(() => {
display.value = true
- },1000)
+ },100)
})
</script>
--
Gitblit v1.9.3