From 1c7550da6e6a69d23f5946e372ed6327cb7448e7 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期五, 17 五月 2024 16:45:59 +0800 Subject: [PATCH] h --- 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