更新代码

This commit is contained in:
2026-01-15 23:27:51 +08:00
parent 6880f77d5c
commit 947cabd061
2 changed files with 27 additions and 9 deletions
+2 -2
View File
@@ -108,8 +108,8 @@ router.beforeEach(async (to, from, next) => {
// 设置页面标题
document.title = to.meta.title
? `${to.meta.title} - ${config.app_title}`
: config.app_title
? `${to.meta.title} - ${config.APP_NAME}`
: config.APP_NAME
const userStore = useUserStore()
const isLoggedIn = userStore.isLoggedIn()