encrypt / decrypt logic isolate

This commit is contained in:
hyunwoo93.cha
2024-07-26 15:18:38 +09:00
parent a16288a1d1
commit fd3ccdf32a
3 changed files with 31 additions and 22 deletions

View File

@@ -92,6 +92,9 @@ export const PLAN = "PLAN";
export const ADD_PLAN = "ADD_PLAN";
export const MORE = "MORE";
// cryptoJS Key
export const SECRET_KEY = "fy7BTKuM9eeTQqEC9sF3Iw5qG43Aaip";
export const MYPAGE_TABS = {
MY_INFO: 30800,
MY_ORDERS: 30900,