mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
更新多语言
This commit is contained in:
@@ -55,7 +55,7 @@ const Config = () => {
|
||||
.post(`${config.apiPrefix}configs/save`, { content, name: select })
|
||||
.then(({ code, data }) => {
|
||||
if (code === 200) {
|
||||
message.success('保存成功');
|
||||
message.success(intl.get('保存成功'));
|
||||
}
|
||||
setConfirmLoading(false);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user