mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-06 03:50:47 +08:00
feat: 修改为服务端渲染、解决跳转问题
This commit is contained in:
@@ -76,7 +76,9 @@ export default {
|
||||
const router = useRouter()
|
||||
|
||||
const goToHome = () => {
|
||||
router.push('/')
|
||||
router.push('/').then(() => {
|
||||
window.location.reload()
|
||||
})
|
||||
}
|
||||
const search = () => {
|
||||
showSearch.value = true
|
||||
|
||||
Reference in New Issue
Block a user