메뉴 즐겨찾기

This commit is contained in:
focp212@naver.com
2025-09-30 15:15:02 +09:00
parent f3d028da85
commit 31b9c3682d
7 changed files with 141 additions and 125 deletions

View File

@@ -56,7 +56,6 @@ export const createUserInfoStore = lens<UserInfoState>((set, get) => ({
return {
...state,
userFavorite: [
...state.userFavorite,
...newUserFavorite
],
};

View File

@@ -32,6 +32,7 @@ export interface UserFavorite {
title?: string;
img?: string;
path?: string;
menuId?: string;
};
export interface UserInfo extends LoginResponse {
status: boolean;