From f51896f6358a60ab83456358446ac48085b48298 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期五, 05 五月 2023 09:49:11 +0800 Subject: [PATCH] 登录页面修改 --- src/views/my-components/xboot/set-password.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/my-components/xboot/set-password.vue b/src/views/my-components/xboot/set-password.vue index 8abbd27..10c6612 100644 --- a/src/views/my-components/xboot/set-password.vue +++ b/src/views/my-components/xboot/set-password.vue @@ -20,7 +20,7 @@ hide-info style="margin: 13px 0;" /> - <br />璇疯嚦灏戣緭鍏� 6 涓瓧绗︺�傝涓嶈浣� + <br />璇疯嚦灏戣緭鍏� 8 涓瓧绗︺�傝涓嶈浣� <br />鐢ㄥ鏄撹鐚滃埌鐨勫瘑鐮併�� </div> </Poptip> @@ -76,7 +76,7 @@ if (/\W/.test(v)) { grade++; //鐗规畩瀛楃 } - if (v.length >= 10) { + if (v.length >= 8) { grade++; } this.grade = grade; -- Gitblit v1.9.1