登录;进程交互

This commit is contained in:
zhbaor 2021-04-22 21:40:06 +08:00
parent d51aae8b50
commit 874ea59d3f
4 changed files with 87 additions and 57 deletions

7
vue.config.js Normal file
View file

@ -0,0 +1,7 @@
module.exports = {
pluginOptions: {
electronBuilder: {
nodeIntegration: true,
},
},
};