This commit is contained in:
77
2024-07-08 16:19:07 +08:00
parent 33f2dbcee4
commit c67653cfb0
3 changed files with 67 additions and 67 deletions

View File

@@ -78,7 +78,7 @@ router.beforeEach((to, from, next) => {
//判断是否有标题
document.title = to.meta.title
} else {
document.title = '恋香'
document.title = '花语'
}
next()
})