mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 03:45:07 +08:00
wip: CRM-代办消息-修改模块为backlog
This commit is contained in:
@ -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')
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user