feat:【antd】【crm】重构 clue detail 路由

This commit is contained in:
YunaiV
2025-09-24 09:52:31 +08:00
parent 7dc6929b79
commit 8324295ee6
4 changed files with 12 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ const routes: RouteRecordRaw[] = [
title: '线索详情',
activePath: '/crm/clue',
},
component: () => import('#/views/crm/clue/modules/detail.vue'),
component: () => import('#/views/crm/clue/detail/index.vue'),
},
{
path: 'customer/detail/:id',