lichong 7 months ago
parent
commit
54e7396900
  1. 2
      front/src/main/index.js

2
front/src/main/index.js

@ -22,7 +22,7 @@ function createWindow() {
})
mainWindow.on('ready-to-show', () => {
mainWindow.show()
mainWindow.webContents.openDevTools()
// mainWindow.webContents.openDevTools()
})
mainWindow.webContents.setWindowOpenHandler((details) => {
shell.openExternal(details.url)

Loading…
Cancel
Save