二期:解决无法同时打开多个的问题

This commit is contained in:
朱浩 2024-08-08 14:04:00 +08:00
parent aaa75df73b
commit 32c64d073b
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "aix-win",
"version": "1.0.4",
"version": "1.0.5",
"description": "An Electron application with Vue",
"main": "./out/main/index.js",
"author": "example.com",

View File

@ -73,6 +73,7 @@ const handleOutLink = (path, type) => {
fullPath = fullPath.replaceAll('//', '/')
//
ipcRenderer.send('openWindow', {
key: path,
fullPath: fullPath,
cookieData: { ...configObj.data }
})