From e8628fc49447befea29d46cfbaf35f50b4d9c7d8 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期三, 15 五月 2024 17:16:35 +0800 Subject: [PATCH] 1 --- electron/main.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/electron/main.ts b/electron/main.ts index db462f2..e1a7f61 100644 --- a/electron/main.ts +++ b/electron/main.ts @@ -48,7 +48,7 @@ require('electron-reload')('../', { electron: require(elePath) }) - win.loadURL('http://192.168.3.203:8005') + win.loadURL('http://localhost:8005') win.webContents.openDevTools() } else { win.loadURL(path.join(__dirname, 'index.html')) -- Gitblit v1.9.1