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