주석 품

This commit is contained in:
yoon 2025-01-21 15:49:17 +09:00
parent e9d1e92e62
commit 8089e98103

View File

@ -343,7 +343,7 @@
if (response.status === 200) {
toastStore.onToast('등록신청이 완료되었습니다. 관리자 승인 후 이용가능합니다.', 's');
//router.push('/login');
router.push('/login');
}
};
</script>