🐛 导出 word 定位

This commit is contained in:
Vanessa 2022-12-11 11:34:56 +08:00
parent 8400173cba
commit e40d334c7a
2 changed files with 2 additions and 2 deletions

View file

@ -505,7 +505,7 @@ const getExportPath = (option: { type: string, id: string }, removeAssets?: bool
hideMessage(msgId);
return;
}
afterExport(savePath, msgId);
afterExport(path.join(savePath, replaceLocalPath(response.data.rootTitle)) + ".docx", msgId);
} else {
onExport(exportResponse, savePath, option.type, removeAssets, msgId);
}