This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
dtalk-app
Archived
1
0
Fork 0

修复注入

master
宇天 2019-08-09 15:55:57 +08:00
parent df4fde0f53
commit 4bb49a700e
1 changed files with 2 additions and 3 deletions

View File

@ -22,9 +22,8 @@ exports.createMainWindow = function(icon) {
icon,
webPreferences: {
webSecurity: false,
experimentalFeatures: true
// webviewTag: true,
// nodeIntegration: true
experimentalFeatures: true,
nodeIntegration: true
},
show: false
})