fix
pyt
2025-03-07 d8e5feabd889df40bfca39ea08cc548ec65f2063
src/view/Login.vue
@@ -81,7 +81,7 @@
            }
            if (!this.codeStr.match(new RegExp(this.code, "i"))) {
                this.$message({
                    message: '验证码错误',
                    message: '验证码错误 | Captcha Error',
                    type: 'warning'
                });
                this.codeStr = generateVerificationCode()