mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(dock): navigation to other pages fails outside homepage
This commit is contained in:
@@ -161,6 +161,9 @@ function handleDockItemClick(dockItem: DockItem) {
|
||||
if (dockItem.useOriginalBiliPage) {
|
||||
// It seem like the `activatedPage` watcher above will handle this, so no need to set iframePageURL.value here
|
||||
// iframePageURL.value = dockItem.url
|
||||
if (!isHomePage()) {
|
||||
location.href = `https://www.bilibili.com/?page=${dockItem.page}`
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (isHomePage()) {
|
||||
|
||||
Reference in New Issue
Block a user