feat(menu): 빈 메뉴일 때 기본 '소속 크리에이터' 메뉴 추가 및 라우트/페이지 생성

This commit is contained in:
Yu Sung
2026-04-13 17:04:28 +09:00
parent a288b406ac
commit 8ce660d45e
4 changed files with 60 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ const routes = [
name: 'ContentList',
component: () => import(/* webpackChunkName: "content" */ '../views/Content/ContentList.vue')
},
{
path: '/agent/creators',
name: 'AgentCreators',
component: () => import(/* webpackChunkName: "agent" */ '../views/Agent/Creators.vue')
},
{
path: '/content/category/list',
name: 'ContentCategoryList',