수정 시 목록으로 이동에서 > 상세로 이동

This commit is contained in:
nevermoregb 2025-03-25 12:27:37 +09:00
parent fe9fba3904
commit e6e2062474

View File

@ -166,7 +166,8 @@
// //
const goList = () => { const goList = () => {
accessStore.$reset(); accessStore.$reset();
router.push('/board'); //router.push('/board');
router.back();
}; };
// //