From 2b506494d7c73a3978004bd0b32a5d0783b25efa Mon Sep 17 00:00:00 2001
From: wang-hao-jie <1550036656@qq.com>
Date: 星期四, 25 八月 2022 18:00:28 +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