修复国际化文案

This commit is contained in:
whyour
2026-06-21 23:53:32 +08:00
parent 369dd13212
commit 3044f63f03
28 changed files with 335 additions and 187 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ const SystemLog = ({ height, theme }: any) => {
const deleteLog = () => {
request.delete(`${config.apiPrefix}system/log`).then((x) => {
message.success('删除成功');
message.success(intl.get('删除成功'));
refresh();
});
};