问题原因:SSL/TLS 证书验证导致的。

解决方案:在 src/main/index.js 中添加相关配置,忽略证书相关的错误。

app.commandLine.appendSwitch('ignore-certificate-errors')

如下图所示:

 

 

  

 

    

posted on 2020-12-09 16:44  青叶煮酒  阅读(1431)  评论(0编辑  收藏  举报