!714 修改侧边栏的平台标题内容与process.env.VUE_APP_TITLE保持同步

Merge pull request !714 from Yakov/N/A
This commit is contained in:
若依 2023-06-24 02:16:00 +00:00 committed by Gitee
commit a63eec3be4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default {
},
data() {
return {
title: '若依管理系统',
title: process.env.VUE_APP_TITLE,
logo: logoImg
}
}