Skip to content

Commit b58a546

Browse files
committed
fix: websocket port
1 parent 30a5157 commit b58a546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/ws.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { io } from "socket.io-client";
22
import { tupleStr } from "./core";
3-
const DEV_REACT_APP_SOCKET_URL = "http://localhost:8066/websocket";
3+
const DEV_REACT_APP_SOCKET_URL = "http://localhost:3011/websocket";
44
const PRO_REACT_APP_SOCKET_URL = "https://nest-admin.com/websocket";
55
// 项目中所有websocket事件名称
66
const eventName = tupleStr(

0 commit comments

Comments
 (0)