상세 경로 수정

This commit is contained in:
focp212@naver.com
2025-11-03 21:00:08 +09:00
parent d2b477e7bd
commit c1e631cbb4
5 changed files with 1 additions and 26 deletions

View File

@@ -42,7 +42,7 @@ export const AlarmItem = ({
return myCategory[0].desc1;
};
const onClickToNavigate = () => {
let path = PATHS.support.notice.detail + appNotificationSequence;
let path = PATHS.support.notice.list + appNotificationSequence;
let pathState = {};
console.log('appNotificationSequence : [' + appNotificationSequence + ']');