瀏覽代碼

退出登录

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;
         }