diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index edda3820..4eec8cd4 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -539,17 +539,6 @@ const remainingRouter: AppRouteRecordRaw[] = [ activeMenu: '/crm/product' }, component: () => import('@/views/crm/product/detail/index.vue') - }, - { - path: 'backlog', - name: 'CrmBacklog', - meta: { - title: '待办事项', - noCache: true, - hidden: true - }, - // TODO @db52:后面搞,搞成菜单 - component: () => import('@/views/crm/backlog/index.vue') } ] } diff --git a/src/views/crm/backlog/index.vue b/src/views/crm/backlog/index.vue index 5fb53960..0d42c960 100644 --- a/src/views/crm/backlog/index.vue +++ b/src/views/crm/backlog/index.vue @@ -1,4 +1,3 @@ -