From f84c3f1d77f798eb17dc48bba29fef1015536935 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 29 五月 2024 21:57:28 +0800 Subject: [PATCH] 轮播图按钮字体 --- 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