From 44fcb5c5168fc317d39d0159ac643e53ec4c2568 Mon Sep 17 00:00:00 2001 From: lichong <18518571399@163.com> Date: Wed, 23 Oct 2024 10:07:39 +0800 Subject: [PATCH] 10.23 --- 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)