📖 CRM:code review 待办项目的实现

(cherry picked from commit 06e2019adf)
This commit is contained in:
YunaiV
2024-02-17 18:02:40 +08:00
committed by shizhong
parent 27b86974bc
commit 0e3108ce5b
5 changed files with 14 additions and 28 deletions

View File

@ -538,17 +538,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')
}
]
}