Browse Source

fix:打包失败修复

master
prr 7 months ago
parent
commit
aa819e9f7d
  1. 2
      frontend/src/hook/useComputer.ts

2
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);
}

Loading…
Cancel
Save