up
chenyc
2022-07-04 5d61d2535302e9d472b650e2607a8cfbbdff1d18
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