Vanessa 2025-10-24 13:18:10 +08:00
parent 5ec6b314a9
commit 918f679a31
2 changed files with 7 additions and 7 deletions

View file

@ -56,10 +56,7 @@ export const openFileById = async (options: {
showMessage(response.msg);
return;
}
// 更新文档浏览时间
fetchPost("/api/storage/updateRecentDocViewTime", {rootID: response.data.rootID});
return openFile({
app: options.app,
fileName: response.data.rootTitle,