mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-04-29 00:02:04 +08:00
Merge branch 'main' of github.com:caoxiemeihao/electron-vue-vite into main
This commit is contained in:
commit
8e7e06331c
@ -33,7 +33,7 @@ async function createWindow() {
|
|||||||
const url = `http://${process.env['VITE_DEV_SERVER_HOST']}:${process.env['VITE_DEV_SERVER_PORT']}`
|
const url = `http://${process.env['VITE_DEV_SERVER_HOST']}:${process.env['VITE_DEV_SERVER_PORT']}`
|
||||||
|
|
||||||
win.loadURL(url)
|
win.loadURL(url)
|
||||||
win.webContents.openDevTools()
|
// win.webContents.openDevTools()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Test active push message to Renderer-process
|
// Test active push message to Renderer-process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user