This commit is contained in:
2022-11-29 13:52:38 +08:00
parent d99d47b60d
commit 6db99268b6
3 changed files with 14 additions and 19 deletions

View File

@@ -34,15 +34,9 @@ export default {
},
data() {
return {
title: '诺力开发平台',
logo: Logo,
title_param: 'platform'
title: '甘肃海亮铜箔LMS',
logo: Logo
}
},
created() {
this.getValueByCode(this.title_param).then(res => {
this.title = res.value
})
}
}
</script>