jinx 1 년 전
부모
커밋
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;