优化侧边栏的平台标题与VUE_APP_TITLE保持同步
parent
356b451b2a
commit
08308d61c7
|
@ -35,7 +35,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
title: '若依管理系统',
|
||||
title: process.env.VUE_APP_TITLE,
|
||||
logo: logoImg
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue