jpa修改用户死循环、参数

This commit is contained in:
lyd
2022-09-28 17:31:46 +08:00
parent 8ca24695d4
commit 25a336fe72
4 changed files with 26 additions and 11 deletions

View File

@@ -35,8 +35,14 @@ export default {
data() {
return {
title: '诺力开发平台',
logo: Logo
logo: Logo,
title_param: 'platform'
}
},
created() {
this.getValueByCode(this.title_param).then(res => {
this.title = res.value
})
}
}
</script>