Commit 17e1eaeb by zhaochengxiang

导入目录提示

parent 1c570827
...@@ -82,7 +82,7 @@ const ImportDirectory = (props) => { ...@@ -82,7 +82,7 @@ const ImportDirectory = (props) => {
} else { } else {
modal.confirm({ modal.confirm({
title: '提示', title: '提示',
content: '存在重复路径,确定导入吗?', content: `${data.message||'存在重复路径'},确定导入吗?`,
onOk: () => { onOk: () => {
upload(true); upload(true);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment