在 vue.config.js 里增加配置:

module.exports = {

pluginOptions: {
    electronBuilder: {
      nodeIntegration: true
    }
  }

}

参考链接:

https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration

 
posted on 2021-05-04 15:20  W1N9s  阅读(374)  评论(0)    收藏  举报