mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-01 22:12:18 +08:00
删除和更新规则
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user