wip: 待办事项

(cherry picked from commit 24849335a8)
This commit is contained in:
dhb52
2024-01-14 22:44:25 +08:00
committed by shizhong
parent 6754fe06c2
commit 811be75681
5 changed files with 398 additions and 0 deletions

View File

@ -527,6 +527,16 @@ const remainingRouter: AppRouteRecordRaw[] = [
activeMenu: '/crm/product'
},
component: () => import('@/views/crm/product/detail/index.vue')
},
{
path: 'message',
name: 'CrmMessage',
meta: {
title: '待办事项',
noCache: true,
hidden: true
},
component: () => import('@/views/crm/message/index.vue')
}
]
}