소스 검색

文件跳转到正确的地址去

John 1 년 전
부모
커밋
123faecb8a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/pages/DuplicateFile/CalculateListPage.tsx
  2. 1 1
      src/pages/DuplicateFile/FilesManage.tsx

+ 1 - 1
src/pages/DuplicateFile/CalculateListPage.tsx

@@ -378,7 +378,7 @@ export default function CalculateListPage() {
             <FolderOpenOutlined
               onClick={() =>
                 openFileShowInExplorer(
-                  "/Users/sysadmin/Library/Application Support/com.hht.com/files_3.db",
+                    `${record.path}`
                 )
               }
             />

+ 1 - 1
src/pages/DuplicateFile/FilesManage.tsx

@@ -384,7 +384,7 @@ export default function FilesManage() {
             <FolderOpenOutlined
               onClick={() =>
                 openFileShowInExplorer(
-                  "/Users/sysadmin/Library/Application Support/com.hht.com/files_3.db",
+                    `${record.path}`
                 )
               }
             />