From 54e7396900cddb0e454f57a14e4dc5891c848703 Mon Sep 17 00:00:00 2001 From: lichong <18518571399@163.com> Date: Wed, 18 Sep 2024 21:51:50 +0800 Subject: [PATCH] 321 --- front/src/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/main/index.js b/front/src/main/index.js index e50cce6..1ce7680 100644 --- a/front/src/main/index.js +++ b/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)