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