`
learnmore
  • 浏览: 602488 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

require模块时报require is not defined错误

 
阅读更多
app.on('ready', function () {
    win = new BrowserWindow({
        webPreferences: {
            nodeIntegration: true,
            contextIsolation: false //需要添加这个配置才能生效
        }
    });
    win.loadFile('index.html');
    win.on('closed', function() {
        win = null
    });
})
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics