123
dcc
2024-06-29 68a34d95db63a264e7a577051d586ea496c63ca0
src/config/index.js
@@ -21,7 +21,7 @@
  base_url = "https://" + ENV_PRO + "/wap/";
  base_url2 = "https://" + ENV_PRO + "/css/plugin/summernote/";
  //ws_url = `wss://${ENV_PRO}/data/websocket`
  ws_url = `wss://bingx.zqbom.com/data/websocket`;
  ws_url = "wss://" + ENV_PRO + "/data/websocket";
}
export const BASE_URL = base_url;
export const BASE_URL2 = base_url2;