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