diff --git a/src/main/resources/views/platform/sys/login.html b/src/main/resources/views/platform/sys/login.html index b65b9f7..ace39da 100644 --- a/src/main/resources/views/platform/sys/login.html +++ b/src/main/resources/views/platform/sys/login.html @@ -146,6 +146,7 @@ window.location.href = "${base!}/platform/home" } } else { + this.getCode() this.$message({ message: resp.data.msg, type: "error"