feat:更新UI

This commit is contained in:
2025-06-27 17:08:52 +08:00
parent 4276e9466a
commit c77c3ff512
8 changed files with 33 additions and 9 deletions

View File

@@ -32,7 +32,8 @@ const userStore = useUserStore()
const authStore = useAuthStore()
const router = useRouter()
const viewLatestVersionClick = () => {
const viewLatestVersionClick = async () => {
await router.push('/')
location.reload()
}