jinx 1 год назад
Родитель
Сommit
34bf331492
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/components/chatRoom/controls/join.ts

+ 0 - 1
src/components/chatRoom/controls/join.ts

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