litian
2024-11-05 e7932d7a92de25b1a53b0b4fe3262b6240044d1b
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'))