CRM提交更新

This commit is contained in:
2025-03-12 21:14:46 +08:00
parent 6fbac23101
commit 0ce49d1504
52 changed files with 2918 additions and 179 deletions

View File

@@ -162,6 +162,21 @@ export const constantRoutes = [
]
},
{
path: '/customer',
component: Layout,
hidden: true,
children: [
{
path: 'detail/:customerId(\\d+)',
component: () => import('@/views/oa/customer/customer/detail'),
name: 'detail',
meta: { title: '客户详情' ,activeMenu: '/customer' }
},
]
},
{
path: '/claim',
component: Layout,
@@ -181,6 +196,8 @@ export const constantRoutes = [
},
]
},
]
// 动态路由,基于用户权限动态去加载