From 8784c0cfe3be4e8b03411cea9069fdfe3f732cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=A8?= <666> Date: Mon, 28 Oct 2024 17:14:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=9C=B0=E5=9D=80=E4=BF=AE?= =?UTF-8?q?=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 c5813f2..84fc77b 100644 --- a/src/renderer/src/utils/tool.js +++ b/src/renderer/src/utils/tool.js @@ -373,7 +373,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