2
0

新增重置密码以及密码复杂度

This commit is contained in:
lai
2025-02-19 11:34:24 +08:00
parent 41fbdafc54
commit 0864a040d9
9 changed files with 176 additions and 8 deletions

View File

@@ -114,6 +114,7 @@ declare global {
const doPostUser: typeof import('../service/api/user')['doPostUser']
const doPutRole: typeof import('../service/api/role')['doPutRole']
const doPutUser: typeof import('../service/api/user')['doPutUser']
const doUpdatePwd: typeof import('../service/api/user')['doUpdatePwd']
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
const editRateLimit: typeof import('../service/api/auth')['editRateLimit']
const effectScope: typeof import('vue')['effectScope']