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