From e6e20624744f77e2afcde71ddaec6dcef8276bf4 Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Tue, 25 Mar 2025 12:27:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=8B=9C=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=EC=9C=BC=EB=A1=9C=20=EC=9D=B4=EB=8F=99=EC=97=90?= =?UTF-8?q?=EC=84=9C=20>=20=EC=83=81=EC=84=B8=EB=A1=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/BoardEdit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/board/BoardEdit.vue b/src/views/board/BoardEdit.vue index ca83d6e..9cd81a0 100644 --- a/src/views/board/BoardEdit.vue +++ b/src/views/board/BoardEdit.vue @@ -166,7 +166,8 @@ // 목록 페이지로 이동 const goList = () => { accessStore.$reset(); - router.push('/board'); + //router.push('/board'); + router.back(); }; // 전 페이지로 이동