| | |
| | | |
| | | <!-- 底部 --> |
| | | <div class="el-login-footer"> |
| | | <span>Copyright © 2023-2024 All Rights Reserved.</span> |
| | | <span>Copyright © 2024-2025 All Rights Reserved.</span> |
| | | <!-- <span>Copyright © 2022-2023龙美网络 All Rights Reserved.</span> --> |
| | | </div> |
| | | </div> |
| | |
| | | } |
| | | }, |
| | | handleLogin() { |
| | | if (this.loginForm.username.length < 6) { |
| | | if (this.loginForm.username.length < 12) { |
| | | this.loginForm.mobile = true; |
| | | this.$router.push({ path: this.redirect || "/" }).catch(() => { }); |
| | | } else { |
| | |
| | | } |
| | | } |
| | | this.$router.push({ path: this.redirect || "/" }).catch(() => { }); |
| | | location.reload(); |
| | | } |
| | | |
| | | }).catch(() => { |