파일 업로드기능 완료
This commit is contained in:
@@ -312,7 +312,7 @@ const loadMenuItems = async () => {
|
||||
});
|
||||
|
||||
menuItems.value = groupMenus;
|
||||
|
||||
/*
|
||||
// 구독관리 메뉴 하드코딩으로 추가
|
||||
singleMenuItems.value = [
|
||||
...singleMenus,
|
||||
@@ -322,6 +322,7 @@ const loadMenuItems = async () => {
|
||||
to: '/club/subscription'
|
||||
}
|
||||
];
|
||||
*/
|
||||
} else {
|
||||
menuItems.value = [];
|
||||
singleMenuItems.value = [];
|
||||
|
||||
Reference in New Issue
Block a user