无人机管理后台前端(已迁走)
rain
2025-03-04 090c10fb81eb38fe71c768b6dfe5efe802df73d4
src/websocket/util/config.js
@@ -14,6 +14,6 @@
export function getWebsocketUrl() {
  const token = getToken();
  // const url = CURRENT_CONFIG.websocketURL
  const url = 'wss://wrj.shuixiongit.com/drone-api/api/v1/ws?x-auth-token=' + encodeURI(token);
  const url = 'wss://wrj.shuixiongit.com/drone-wss/api/v1/ws?x-auth-token=' + encodeURI(token);
  return url;
}