关闭打印

This commit is contained in:
zdg 2024-08-01 10:45:47 +08:00
parent 24c2540436
commit ee53207d31
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export const createWindow = async (type, data) => {
// parent: mainWin, // 父窗口
// autoClose: true, // 关闭窗口后自动关闭
}
data.isConsole = true // 是否开启控制台
// data.isConsole = true // 是否开启控制台
data.option = {...defOption, ...option}
const win = await toolWindow(data)
win.type = type // 唯一标识