From bdc230636170b264c3ece04a1b222cfbf7b9968a Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期六, 11 五月 2024 18:23:45 +0800
Subject: [PATCH] qiankun

---
 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