Browse Source

fix: 恢复注释代码

周玉环 5 ngày trước cách đây
mục cha
commit
5253d27766
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      xinkeaboard-web/components/register/RegisterSuccess.vue

+ 1 - 1
xinkeaboard-web/components/register/RegisterSuccess.vue

@@ -39,7 +39,7 @@ const countDown = () => {
   countDownM.value--;
   if (countDownM.value == 0) {
     clearTimeout(timeOutId.value);
-    // goLogin()
+    goLogin()
   } else {
     timeOutId.value = setTimeout(countDown, 1000);
   }