up
chenyc
2022-07-04 359a3d84ba7d9378cb183710db221580d7ba845a
electron/main/index.ts
@@ -52,7 +52,7 @@
  // 测试推送消息到Renderer进程
  win.webContents.on('did-finish-load', () => {
    win?.webContents.send('main-process-message', new Date().toLocaleString())
    win?.webContents.send('getConfigData',store.get('clientCode'),store.get('deviceList'))
    win?.webContents.send('getConfigData',store.get('clientCode'),store.get('deviceList'),store.path)
  })
  // Make all links open with the browser, not with the application