zhanghua
2023-12-14 a5eb8bfb3869b0cec349ed795670d355675abd6b
src/views/login/index.vue
@@ -147,7 +147,6 @@
    },
    ...mapActions(["login"]),
    handleLogin() {
      debugger;
      // 登录函数中验证验证码是否正确:统一转换为小写
      if (this.loginForm.validCode.toLowerCase() !== this.validCode.toLowerCase()) {
        this.$message.error("验证码错误");