mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
🐛 fix(news): 修复跳转路径错误,调整侧边栏排布
This commit is contained in:
@@ -132,7 +132,7 @@ onMounted(async () => {
|
||||
});
|
||||
|
||||
async function switchNews () {
|
||||
await router.push("/news");
|
||||
await router.push("/news/2");
|
||||
}
|
||||
|
||||
async function toPost (item: BTMuli.Genshin.Announcement.ListCard) {
|
||||
|
||||
Reference in New Issue
Block a user