闫增涛
2024-06-20 7b3273f175b29181337ecd719f4d345a605ea9f8
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'))