From cb5c9968b763362d399e1c7fce1129ec7434aba8 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 26 四月 2023 14:07:31 +0800
Subject: [PATCH] session保存token

---
 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