feat: add title

This commit is contained in:
JaguarJack
2023-03-10 17:53:57 +08:00
parent 3ca5de717c
commit b94680c787
3 changed files with 4 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ export default defineConfig(({ command, mode }) => {
template: 'public/admin.html',
inject: {
data: {
title: 'CatchAdmin 后台管理系统',
title: env.APP_NAME,
},
},
}),