Kaynağa Gözat

Merge branch 'iteration-0810'

liushengqiang 1 yıl önce
ebeveyn
işleme
d1b9862520
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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;
         }