From dd7eb3ef19b0d779175fdbc54895fc3aea5db4dc Mon Sep 17 00:00:00 2001 From: lichong <18518571399@163.com> Date: Mon, 21 Oct 2024 19:46:20 +0800 Subject: [PATCH] 10.21 --- 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 76534d4..d887454 100644 --- a/front/src/main/index.js +++ b/front/src/main/index.js @@ -21,7 +21,7 @@ function createWindow() { }) mainWindow.on('ready-to-show', () => { mainWindow.show() - mainWindow.webContents.openDevTools() + // mainWindow.webContents.openDevTools() }) mainWindow.webContents.setWindowOpenHandler((details) => { shell.openExternal(details.url)