메뉴 즐겨찾기
This commit is contained in:
@@ -56,7 +56,6 @@ export const createUserInfoStore = lens<UserInfoState>((set, get) => ({
|
||||
return {
|
||||
...state,
|
||||
userFavorite: [
|
||||
...state.userFavorite,
|
||||
...newUserFavorite
|
||||
],
|
||||
};
|
||||
|
||||
@@ -32,6 +32,7 @@ export interface UserFavorite {
|
||||
title?: string;
|
||||
img?: string;
|
||||
path?: string;
|
||||
menuId?: string;
|
||||
};
|
||||
export interface UserInfo extends LoginResponse {
|
||||
status: boolean;
|
||||
|
||||
Reference in New Issue
Block a user