删除和更新规则

This commit is contained in:
Rewrite0
2023-05-28 00:35:00 +08:00
parent ffe1139d60
commit 4fc92de4b0
14 changed files with 284 additions and 46 deletions

View File

@@ -34,7 +34,7 @@ export const apiAuth = {
const message = useMessage();
if (password.length < 8) {
message.error('密码至少8个字符!');
return;
} else {
const { data } = await axios.post<Update>('api/v1/auth/update', {
username,