From aec5cbead319feabb2e44ddd5bf99a0af01ca506 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 29 四月 2026 15:26:31 +0800
Subject: [PATCH] 1
---
src/App.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 124164b..a238560 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -10,6 +10,7 @@
import { confirmMessage } from "@/api/login.js";
const showSplash = ref(true);
+
onMounted(() => {
setTimeout(() => {
showSplash.value = false;
--
Gitblit v1.9.3