update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-12 01:42:12 +08:00
parent 484d883510
commit 8ff693e01f

View File

@@ -212,7 +212,7 @@ const pStr = ref("");
const initWs = (options) => {
ws.value = new WebSocket(
`wss://${process.env.TARO_APP_WS}/dice/home?uid=${options.uid}&game_id=4`
`wss://${process.env.TARO_APP_WS}/dice/home?uid=${options.uid}&game_id=9`
);
ws.value.onopen = () => {