wip: CRM-代办消息-修改模块为backlog

This commit is contained in:
dhb52
2024-01-15 22:45:12 +08:00
parent 39da43cc7d
commit 48693b50f2
6 changed files with 45 additions and 72 deletions

View File

@ -530,15 +530,15 @@ const remainingRouter: AppRouteRecordRaw[] = [
component: () => import('@/views/crm/product/detail/index.vue')
},
{
path: 'message',
name: 'CrmMessage',
path: 'backlog',
name: 'CrmBacklog',
meta: {
title: '待办事项',
noCache: true,
hidden: true
},
// TODO @db52后面搞搞成菜单
component: () => import('@/views/crm/message/index.vue')
component: () => import('@/views/crm/backlog/index.vue')
}
]
}