Config.js 충돌 해결

This commit is contained in:
Dev TWIN0906
2025-05-15 16:34:00 +09:00
parent 43271e1a35
commit 72cc440d07
9 changed files with 78 additions and 13 deletions

View File

@@ -590,6 +590,7 @@ export const LOG_CONTEXT_NAME = {
SHOW: "shoptime.show",
SHOPBYMOBILE: "shoptime.shopbymobile",
GNB: "shoptime.gnb",
DETAILPAGE: "shoptime.detailpage",
};
export const LOG_MESSAGE_ID = {
@@ -601,4 +602,5 @@ export const LOG_MESSAGE_ID = {
SHELF: "AL_SHELF_LIST_SHOWN",
SMB: "AL_SBM",
GNB: "AL_GNB_CLICK",
BUTTONCLICK: "AL_BUTTON_CLICK",
};