From aa819e9f7db5aa00e94433b28902cd63eb928ba6 Mon Sep 17 00:00:00 2001 From: prr <3099672575@qq.com> Date: Mon, 4 Nov 2024 08:48:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=89=93=E5=8C=85=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/hook/useComputer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/hook/useComputer.ts b/frontend/src/hook/useComputer.ts index fdc3886..c626fa7 100644 --- a/frontend/src/hook/useComputer.ts +++ b/frontend/src/hook/useComputer.ts @@ -75,7 +75,7 @@ export const useComputer = (adpater: { // const path = file?.isShare ? file.titleName : file.path const path = file.path adpater.setRouter(path); - refersh(file); + refersh(); } else { adpater.openFile(file.path); }