Merge branch 'main' of github.com:caoxiemeihao/electron-vue-vite into main

This commit is contained in:
草鞋没号 2022-04-26 09:20:03 +08:00
commit 8e7e06331c

View File

@ -33,7 +33,7 @@ async function createWindow() {
const url = `http://${process.env['VITE_DEV_SERVER_HOST']}:${process.env['VITE_DEV_SERVER_PORT']}`
win.loadURL(url)
win.webContents.openDevTools()
// win.webContents.openDevTools()
}
// Test active push message to Renderer-process