From dac36e611dd2f94f6be14fc61c7fe2ce34a1b737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=A8?= <666> Date: Thu, 24 Oct 2024 14:37:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:url=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=94=B9;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/utils/tool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/utils/tool.js b/src/renderer/src/utils/tool.js index 4791810..1c800cd 100644 --- a/src/renderer/src/utils/tool.js +++ b/src/renderer/src/utils/tool.js @@ -370,7 +370,7 @@ const eventHandles = (type, win) => { export const toLinkWeb = (path) => { const config = baseConfig() // console.log(config) - const fullPath = ' https://localhost:7860/' + path + const fullPath = config.url + path // 通知主进程 ipcRenderer.send('openWindow', { key: `win-${Date.now()}`, -- 2.44.0.windows.1