Caner 2 years ago
parent
commit
7bf85c9b24
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/services/net.service.ts

+ 2 - 2
src/services/net.service.ts

@@ -75,8 +75,8 @@ export default class NetService extends Service {
         fetch(url).then((res) => res.blob()).then((blob) => download(blob, fileName)).finally(() => resolve())
         fetch(url).then((res) => res.blob()).then((blob) => download(blob, fileName)).finally(() => resolve())
       }
       }
     })
     })
-  }  
-  
+  }
+
   /** token 续期 */
   /** token 续期 */
   async refresh(token: string) {
   async refresh(token: string) {
     this.post('', { token }).then((res) => {
     this.post('', { token }).then((res) => {