ZhangXianQiang
2024-05-31 5a7ebba43b515dbca220fca23f352af93188052e
dist-electron/background.js
@@ -9,6 +9,7 @@
  });
  if (process.env.VITE_DEV_SERVER_URL) {
    win.loadURL(process.env.VITE_DEV_SERVER_URL);
    win.webContents.openDevTools();
  } else {
    win.loadFile(join(__dirname, "../dist/index.html"));
  }