|
@ -10,8 +10,8 @@ function createWindow() { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
// 加载index.html文件
|
|
|
// 加载index.html文件
|
|
|
// win.loadFile('index.html')
|
|
|
|
|
|
// win.webContents.openDevTools()
|
|
|
|
|
|
|
|
|
win.loadFile('index.html') |
|
|
|
|
|
win.webContents.openDevTools() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
app.on('ready', createWindow); |
|
|
app.on('ready', createWindow); |