Commit 43ac0066 authored by 董政锦's avatar 董政锦

fix: 修复 game5 的 PC id;

parent 301b840f
...@@ -137,7 +137,7 @@ function handleRoomState(data: any) { ...@@ -137,7 +137,7 @@ function handleRoomState(data: any) {
} }
const { startGame, createRoom, backRoom } = useAdminGameSocket({ const { startGame, createRoom, backRoom } = useAdminGameSocket({
gameId: 'game1', gameId: 'game5',
onRoomState: handleRoomState, onRoomState: handleRoomState,
onRoomJoin: (data) => { onRoomJoin: (data) => {
renderPlayers(data) renderPlayers(data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment