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

Merge pull request !714 from Yakov/N/A
duhanyu
若依 1 year ago committed by Gitee
commit a63eec3be4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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

Loading…
Cancel
Save