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>

View File

@@ -50,8 +50,7 @@ export default {
name: 'Login',
data() {
return {
title: '诺力开发平台',
title_param: 'platform',
title: '甘肃海亮铜箔LMS',
Background: Background,
codeUrl: '',
cookiePass: '',
@@ -80,9 +79,6 @@ export default {
}
},
created() {
this.getValueByCode(this.title_param).then(res => {
this.title = res.value
})
// 获取验证码
this.getCode()
// 获取用户名密码等Cookie