feat(menu): 빈 메뉴일 때 기본 '소속 크리에이터' 메뉴 추가 및 라우트/페이지 생성
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user