lilei 3 년 전
부모
커밋
3d0ffe5665
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/background.js

+ 1 - 1
src/background.js

@@ -113,7 +113,7 @@ if (!gotTheLock) {
     if (BrowserWindow.getAllWindows().length === 0) createWindow()
   })
   // 禁用缓存
-  // app.commandLine.appendSwitch("--disable-http-cache")
+  app.commandLine.appendSwitch("--disable-http-cache")
   // This method will be called when Electron has finished
   // initialization and is ready to create browser windows.
   // Some APIs can only be used after this event occurs.