Merge branch '250325_board'

This commit is contained in:
nevermoregb 2025-03-25 12:28:10 +09:00
commit 30e06407e3

View File

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