| | |
| | | <template> |
| | | <div class="login Group_132"> |
| | | <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" style="margin-left: 0px;margin-right: 180px;"> |
| | | <h3 class="title" style="margin-top: 80px;margin-right: 108px;margin-bottom: 0;margin-left: 109px;">欢迎来到本都都</h3> |
| | | <h3 class="title" style="margin-top: 80px;margin-right: 108px;margin-bottom: 0;margin-left: 109px;">本都都家网</h3> |
| | | <div class="second-box" style=" margin-top: 25px; |
| | | margin-left: 140px; |
| | | margin-right: 141px; |
| | |
| | | }, |
| | | methods: { |
| | | getCode() { |
| | | |
| | | getCodeImg().then(res => { |
| | | |
| | | this.captchaEnabled = res.data.captchaEnabled === undefined ? true : res.captchaEnabled; |
| | | if (this.captchaEnabled) { |
| | | this.codeUrl = "data:image/gif;base64," + res.data.img; |
| | |
| | | align-items: center; |
| | | height: 100%; |
| | | width: 100%; |
| | | background: no-repeat center/40% url("../assets/images/Group 221.png"); |
| | | background: no-repeat center/40% url("../assets/images/login_logo.png"); |
| | | background-color: #FEF7FC; |
| | | |
| | | background-position: 183px 145px; |