在 Electron 的主进程中禁用同源策略 4:
app.commandLine.appendSwitch("disable-site-isolation-trials");
webPreferences
webSecurity: false