로그 추가

This commit is contained in:
focp212@naver.com
2025-11-20 09:16:07 +09:00
parent 79fc784bc0
commit ed23046356

View File

@@ -403,6 +403,7 @@ export const SubLayout = () => {
const onPressBackKey = () => {
let pathname = location.pathname;
console.log('pathname = [' + pathname + ']');
if(menuOn){
setMenuOn(false);
setFavoriteEditOn(false);