mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 03:10:48 +08:00
更新多语言
This commit is contained in:
@@ -23,7 +23,7 @@ const SaveModal = ({
|
||||
.post(`${config.apiPrefix}scripts`, payload)
|
||||
.then(({ code, data }) => {
|
||||
if (code === 200) {
|
||||
message.success('保存文件成功');
|
||||
message.success(intl.get('保存文件成功'));
|
||||
handleCancel(data);
|
||||
}
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user