chore: icon

This commit is contained in:
skytek_xinliang
2026-06-22 17:49:38 +08:00
parent 6da57e1775
commit bef99de4c0
4 changed files with 20 additions and 13 deletions
+4
View File
@@ -58,4 +58,8 @@ router.beforeEach(to => {
}
})
router.afterEach(to => {
document.title = typeof to.meta.title === 'string' ? to.meta.title : '運動玩轉健康力'
})
export default router