完善客户管理

This commit is contained in:
2024-07-29 14:10:01 +08:00
parent 981db9b0cd
commit f0521623bf
9 changed files with 81 additions and 330 deletions

View File

@@ -52,7 +52,7 @@ export const constantRoutes = [
title: '客户管理'
},
children: [{
path: '/customerInformation/customerInformation',
path: '/customerManagement/customerInformation',
component: () => import('@/views/customerManagement/customerInformation/customerInformation'),
name: 'CustomerInformation',
meta: {