feat:更新UI
This commit is contained in:
@@ -32,7 +32,8 @@ const userStore = useUserStore()
|
||||
const authStore = useAuthStore()
|
||||
const router = useRouter()
|
||||
|
||||
const viewLatestVersionClick = () => {
|
||||
const viewLatestVersionClick = async () => {
|
||||
await router.push('/')
|
||||
location.reload()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user