fix27: полный production-фикс dashboard/peer/i18n без легаси-костылей

This commit is contained in:
2026-05-09 01:59:49 +05:00
parent db3c88c58a
commit 3c569061fe
9 changed files with 293 additions and 67 deletions
+3 -3
View File
@@ -27,7 +27,7 @@
<el-tooltip
:disabled="isCapslock === false"
content="Caps lock is On"
:content="$t('login.capsLockOn')"
placement="right"
>
<el-form-item prop="pass">
@@ -123,7 +123,7 @@ const loginRules = {
},
{
pattern: /^[a-zA-Z0-9!@#$%^&*()_+-=]{6,32}$/,
message: "Username format is incorrect",
message: t("login.usernameFormatIncorrect"),
trigger: ["change", "blur"],
},
],
@@ -135,7 +135,7 @@ const loginRules = {
},
{
pattern: /^[a-zA-Z0-9!@#$%^&*()_+-=]{6,32}$/,
message: "Password format is incorrect",
message: t("login.passwordFormatIncorrect"),
trigger: ["change", "blur"],
},
],