chenyc
2022-09-30 175cfb761606e7f0f7dea6b19c3c079685461778
electron/main/index.ts
@@ -84,7 +84,6 @@
  // 测试推送消息到Renderer进程
  win.webContents.on('did-finish-load', () => {
    creatorKoa(win)
    win?.webContents.send('message-koa','nihao0-----')
    win?.webContents.send('getScreenTimeout',store.get('screenTimeout'))
    win?.webContents.send('getPcName',store.get('machineName'))
    win?.webContents.send('getConfigData',store.get('clientCode'),store.path)