mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 10:39:20 +08:00
更新多语言
This commit is contained in:
@@ -54,7 +54,7 @@ const Diff = () => {
|
||||
})
|
||||
.then(({ code, data }) => {
|
||||
if (code === 200) {
|
||||
message.success('保存成功');
|
||||
message.success(intl.get('保存成功'));
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user