This commit is contained in:
Vanessa 2024-05-19 18:01:48 +08:00
parent 292d6d7876
commit 5988c76757

View file

@ -624,7 +624,7 @@ const getExportPath = (option: IExportOptions, removeAssets?: boolean, mergeSubd
hideMessage(msgId);
return;
}
afterExport(path.join(savePath, replaceLocalPath(response.data.rootTitle)) + ".docx", msgId);
afterExport(exportResponse.data.path, msgId);
} else {
onExport(exportResponse, savePath, option, removeAssets, msgId);
}