修复: 多视图UX(知识库窄屏CSS+任务详情路由+项目灵感视图)
This commit is contained in:
@@ -47,6 +47,12 @@ const routes = [
|
||||
component: () => import('../views/Tasks.vue'),
|
||||
meta: { title: '任务', icon: 'icon-thunder' },
|
||||
},
|
||||
{
|
||||
path: '/tasks/:id',
|
||||
name: 'TaskDetail',
|
||||
component: () => import('../views/TaskDetail.vue'),
|
||||
meta: { title: '任务详情', icon: 'icon-thunder' },
|
||||
},
|
||||
{
|
||||
path: '/knowledge',
|
||||
name: 'Knowledge',
|
||||
|
||||
Reference in New Issue
Block a user