45
chenyc
2022-10-15 0d25973eb507a132496de71930abe76384876cec
electron/main/index.ts
@@ -67,7 +67,7 @@
  win = new BrowserWindow({
    title: 'Main window',
    fullscreen: true,
    // autoHideMenuBar:true,
    autoHideMenuBar:true,
    webPreferences: {
      preload: splash,
      nodeIntegration: true,
@@ -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)