mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
fix: 客户端无法打开excel文件
This commit is contained in:
parent
9be6cd5148
commit
71c62a3772
2
electron/electron.js
vendored
2
electron/electron.js
vendored
@ -358,9 +358,7 @@ function createWebTabWindow(args) {
|
||||
useLoadingView: true,
|
||||
useErrorView: true,
|
||||
webPreferences: {
|
||||
type: 'browserView',
|
||||
preload: path.join(__dirname, 'electron-preload.js'),
|
||||
nodeIntegrationInSubFrames: true,
|
||||
}
|
||||
})
|
||||
if (nativeTheme.shouldUseDarkColors) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user