From 3c106c57438da3ecaa4f2c59820a38b5cb8e7ae7 Mon Sep 17 00:00:00 2001 From: fifteen <2329473004@qq.com> Date: Thu, 25 Jan 2024 10:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=80=A7:=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E8=BE=93=E5=85=A5=E5=BC=BA=E5=BA=A6=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routers/modules/other.ts | 6 ++++ src/views/other/passStrength/index.vue | 46 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 src/views/other/passStrength/index.vue diff --git a/src/routers/modules/other.ts b/src/routers/modules/other.ts index d628d8d..88b8d67 100644 --- a/src/routers/modules/other.ts +++ b/src/routers/modules/other.ts @@ -103,6 +103,12 @@ const othersRouter = [ name: 'text-clamp', meta: { title: '多行文本省略', icon: 'MenuIcon' }, }, + { + path: '/other/pass-strength', + component: () => import('@/views/other/passStrength/index.vue'), + name: 'pass-strength', + meta: { title: '密码强度校验', icon: 'MenuIcon' }, + }, ], }, ] diff --git a/src/views/other/passStrength/index.vue b/src/views/other/passStrength/index.vue new file mode 100644 index 0000000..3e3ef55 --- /dev/null +++ b/src/views/other/passStrength/index.vue @@ -0,0 +1,46 @@ + + +