songxy hace 1 año
padre
commit
1c5ab51cd2
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      client/src/utils/download.ts

+ 0 - 2
client/src/utils/download.ts

@@ -1,5 +1,3 @@
-import { AxiosResponse } from 'axios'
-
 const download0 = (data: Blob, fileName: string, mineType: string) => {
   // 创建 blob
   const blob = new Blob([data], { type: mineType })