1. Cannot read property ‘getGlobal’ of undefined

    新版electron渲染进程中启用remote要加enableRemoteModule

    1. webPreferences:{
    2. nodeIntegration:true, //都可以在渲染进程中使用
    3. contextIsolation: false,
    4. enableRemoteModule: true
    5. }