src/App.vue @@ -10,6 +10,7 @@ import { confirmMessage } from "@/api/login.js"; const showSplash = ref(true); onMounted(() => { setTimeout(() => { showSplash.value = false;