|
@@ -28,7 +28,8 @@ export async function handleJoin(data: any) {
|
|
|
const res = await enterRoom();
|
|
|
const { code } = res.data;
|
|
|
|
|
|
- if (code === 4003 && !roomId.includes('temp_') && unref(isInternational)) {
|
|
|
+ // if (code === 4003 && !roomId.includes('temp_') && unref(isInternational)) {
|
|
|
+ if (code === 4003 && unref(isInternational)) {
|
|
|
location.href = is404Page.value;
|
|
|
return;
|
|
|
}
|