From 633ddfbd1a0a83f549553d8467241609037a5f78 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期六, 11 五月 2024 17:03:07 +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 e1a7f61..db462f2 100644 --- a/electron/main.ts +++ b/electron/main.ts @@ -48,7 +48,7 @@ require('electron-reload')('../', { electron: require(elePath) }) - win.loadURL('http://localhost:8005') + win.loadURL('http://192.168.3.203:8005') win.webContents.openDevTools() } else { win.loadURL(path.join(__dirname, 'index.html')) -- Gitblit v1.9.1