We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a5157 commit b58a546Copy full SHA for b58a546
src/utils/ws.ts
@@ -1,6 +1,6 @@
1
import { io } from "socket.io-client";
2
import { tupleStr } from "./core";
3
-const DEV_REACT_APP_SOCKET_URL = "http://localhost:8066/websocket";
+const DEV_REACT_APP_SOCKET_URL = "http://localhost:3011/websocket";
4
const PRO_REACT_APP_SOCKET_URL = "https://nest-admin.com/websocket";
5
// 项目中所有websocket事件名称
6
const eventName = tupleStr(
0 commit comments