🐛 fix(news): 修复跳转路径错误,调整侧边栏排布

This commit is contained in:
BTMuli
2023-04-11 12:28:37 +08:00
parent f626d5c000
commit 20917aa8c2
2 changed files with 6 additions and 7 deletions

View File

@@ -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) {