event 관련 api 작업

This commit is contained in:
jiwon93.son
2024-03-12 18:17:05 +09:00
parent 09209e01e5
commit 925b631f05
4 changed files with 98 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ export const SFT_TEST = "5555";
export const SFT_TEST2 = "6666";
export const DEFAULT_SERVERTYPE = "qt2"; //system, qt2, qt, prd
export const DEFAULT_RIC_CODE = "aic"; //system, aic, eic, ruc
export const DEBUG_WINDOW_DEVICEID = 'testdeviceid';
export const DEBUG_WINDOW_DEVICEID = "testdeviceid";
export const panel_names = {
INTRO_PANEL: "intropanel",
HOME_PANEL: "homepanel",
@@ -48,6 +48,8 @@ export const ACTIVE_POPUP = {
couponPopup: "couponPopup",
favoritePopup: "favoritePopup",
loginPopup: "loginPopup",
eventPopup: "eventPopup",
smsPopup: "smsPopup",
};
export const AUTO_SCROLL_DELAY = 600;