electron 设置跨域可支持修改iframe
摘要:在 Electron 的主进程中禁用同源策略 4: 在 Electron 的主进程文件中添加 app.commandLine.appendSwitch("disable-site-isolation-trials"); 来禁用站点隔离试验。 在创建 BrowserWindow 时,设置 webPre
阅读全文
posted @ 2024-06-03 16:00