// 在BrowserWindow参数中设置
mainWindow = new BrowserWindow({
//...
webPreferences: {
nodeIntegration: true
}
})
// 在BrowserWindow参数中设置
mainWindow = new BrowserWindow({
//...
webPreferences: {
nodeIntegration: true
}
})
本文标题:electron渲染进程,require is not defi
本文链接:https://www.haomeiwen.com/subject/sxhrpctx.html
网友评论