[통합로그 No.1] ShopTime Home이 메뉴 혹은 webOS에서 진입하여 화면에 노출될 때 entryMenu 정보 수집

This commit is contained in:
dongyoungKo
2025-05-08 16:33:42 +09:00
parent 2ceff7f710
commit 2b2f46d0e8
6 changed files with 64 additions and 42 deletions

View File

@@ -75,7 +75,6 @@ export const TLogEvent = (
axiosInstance = axios.get(url, AUTHORIZATION);
break;
case "post":
console.log("#model", model);
axiosInstance = axios.post(url, model, AUTHORIZATION);
break;