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