|
@@ -2,9 +2,9 @@
|
|
|
<div>
|
|
|
<div class="fh-login">
|
|
|
<div class="fh-login-left">
|
|
|
- <h2 style='padding-bottom: 0px'>CNTHB</h2>
|
|
|
- <h2 style='padding-bottom: 0px'>HITACHI ABB</h2>
|
|
|
- <h2 style='font-size:30px'>设备管理系统</h2>
|
|
|
+ <h2 style="padding-bottom: 0px">CNTHB</h2>
|
|
|
+ <h2 style="padding-bottom: 0px">HITACHI ABB</h2>
|
|
|
+ <h2 style="font-size:30px">设备管理系统</h2>
|
|
|
</div>
|
|
|
<div class="fh-login-right">
|
|
|
<div class="login-title">欢迎使用</div>
|
|
@@ -120,6 +120,8 @@ export default {
|
|
|
})
|
|
|
})
|
|
|
this.getCaptchaImage()
|
|
|
+ // this.logo = this.DictCache.getValueByLabelMapByType(this.DictCache.TYPE.LOGO)
|
|
|
+ // console.log(this.logo )
|
|
|
},
|
|
|
methods: {
|
|
|
...mapActions(['Login', 'Logout']),
|