This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user