左侧树点击刷新饼图和表格

This commit is contained in:
sjl
2024-12-16 16:33:18 +08:00
parent 5da07d8631
commit a027dc75c3
3 changed files with 49 additions and 97 deletions

View File

@@ -25,10 +25,10 @@ module.exports = (appInfo) => {
*/
config.windowsOption = {
title: '自动检测平台',
width: 1280,
height: 850,
minWidth: 1280,
minHeight: 850,
width: 1600,
height: 950,
minWidth: 1600,
minHeight: 950,
webPreferences: {
//webSecurity: false,
contextIsolation: false, // false -> 可在渲染进程中使用electron的apitrue->需要bridge.js(contextBridge)