litian
2024-11-22 020d40734a2062300d8b1651a1688fc987590c0a
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'))