zhongshujie
2024-08-07 6754eddf2b9d166e32c7bdcfffe09b75b8bb970b
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'))