refactor(BookDetail): 删除无用的goReader跳转函数

移除了不再使用的阅读器跳转方法,清理冗余代码
This commit is contained in:
sparksfly 2026-08-21 17:06:57 +08:00
parent 9b5e610cfd
commit e6329919be
1 changed files with 0 additions and 4 deletions

View File

@ -179,10 +179,6 @@ const loadChapters = async () => {
}
}
const goReader = (chapterId: number) => {
router.push({ name: "Reader", query: { id: chapterId } })
}
const onPageChange = (p: number) => {
page.value = p
loadChapters()