chore: icon
This commit is contained in:
@@ -58,4 +58,8 @@ router.beforeEach(to => {
|
||||
}
|
||||
})
|
||||
|
||||
router.afterEach(to => {
|
||||
document.title = typeof to.meta.title === 'string' ? to.meta.title : '運動玩轉健康力'
|
||||
})
|
||||
|
||||
export default router
|
||||
|
||||
Reference in New Issue
Block a user