Browse Source

退出登录

liushengqiang 1 năm trước cách đây
mục cha
commit
9537287f98
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;
         }