zhuhao_dev #260

Merged
zhuhao merged 13 commits from zhuhao_dev into main 2024-09-24 16:23:25 +08:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 3b4f463883 - Show all commits

View File

@ -1,6 +1,6 @@
{ {
"name": "aix-win", "name": "aix-win",
"version": "2.0.7", "version": "2.0.8",
"description": "", "description": "",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "example.com", "author": "example.com",

View File

@ -213,6 +213,7 @@ export default {
let configObj = outLink().getBaseData() let configObj = outLink().getBaseData()
let fullPath = configObj.fullPath + path let fullPath = configObj.fullPath + path
fullPath = fullPath.replaceAll('//', '/') fullPath = fullPath.replaceAll('//', '/')
console.log(fullPath)
// //
ipcRenderer.send('openWindow', { ipcRenderer.send('openWindow', {
key: path, key: path,