新增重置密码以及密码复杂度
This commit is contained in:
@@ -29,7 +29,6 @@ const model = reactive({
|
||||
|
||||
const rules = {
|
||||
username: patternRules.username,
|
||||
password: patternRules.pwd
|
||||
};
|
||||
|
||||
async function handleSubmit() {
|
||||
|
||||
Reference in New Issue
Block a user