无人机管理后台前端(已迁走)
rjg
2025-04-30 411b4f6fdf8d84985c63ffded80a2fe35312a13e
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-wss/api/v1/ws?x-auth-token=' + encodeURI(token);
  const url = `${import.meta.env.VITE_APP_AREA_NAME}/drone-wss/api/v1/ws?x-auth-token=${encodeURI(token)}`;
  return url;
}