diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 05621887e..4e90ba429 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -26,7 +26,7 @@
{{ $t('login.scanCodeLogin') }}
-
+
{{ $t('login.recommendedConfiguration') }} {{ $t('login.browser') }} @@ -203,6 +203,9 @@ export default { setTimeout(() => { this.tipsMsg = ''; }, 5000); }); } + if (this.project === 'hyd') { + this.bgImg = ''; + } }, mounted() { document.title = loginInfo[this.project].title; @@ -342,6 +345,7 @@ export default { $light_gray:#eee; .login-container { + background: #E4EAEA; .el-form-item{ background: #fff !important; border: 1px solid rgba(0, 0, 0, 0.1) !important;