mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 10:32:40 +08:00
修复国际化文案
This commit is contained in:
@@ -131,7 +131,7 @@ const Log = () => {
|
||||
|
||||
const deleteFile = () => {
|
||||
Modal.confirm({
|
||||
title: `确认删除`,
|
||||
title: intl.get('确认删除'),
|
||||
content: (
|
||||
<>
|
||||
{intl.get('确认删除')}
|
||||
@@ -155,7 +155,7 @@ const Log = () => {
|
||||
})
|
||||
.then(({ code }) => {
|
||||
if (code === 200) {
|
||||
message.success(`删除成功`);
|
||||
message.success(intl.get('删除成功'));
|
||||
let newData = [...data];
|
||||
if (currentNode.parent) {
|
||||
newData = depthFirstSearch(
|
||||
|
||||
Reference in New Issue
Block a user