2
0

fix:限速界面错误信息修复

This commit is contained in:
zhongzm
2025-02-26 12:13:45 +08:00
parent de9e6fea12
commit 1457c3d39d

View File

@@ -226,7 +226,7 @@ const handleDelete = (record: Api.Auth.RateLimit) => {
message.success(t('page.ratelimit.deletesuc'));
getData();
} catch (error) {
console.error('error:', error);
// console.error('error:', error);
}
}
});
@@ -279,7 +279,7 @@ const handleOk = async () => {
handleCancel();
getData();
} catch (error) {
message.error(isEdit.value ? 'change error' : 'add error');
// message.error(isEdit.value ? 'change error' : 'add error');
}
};