소스 검색

退出登录

liushengqiang 1 년 전
부모
커밋
9537287f98
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/page-instrument/App.tsx

+ 3 - 0
src/page-instrument/App.tsx

@@ -35,6 +35,9 @@ export default defineComponent({
               },
               "*"
             );
+            setTimeout(() => {
+              window.location.href = `${location.origin}/classroom`
+            }, 500)
           }
           return;
         }