|
|
@@ -196,6 +196,28 @@ let menu = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
+ path: '/core/customer/add',
|
|
|
+ name: '客户资料-新建',
|
|
|
+ component: () => import('@/view/core/customer/add.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '新建客户资料',
|
|
|
+ hideInMenu: true,
|
|
|
+ notCache: false,
|
|
|
+ flgRight:false,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/core/customer/edit',
|
|
|
+ name: '客户资料-编辑',
|
|
|
+ component: () => import('@/view/core/customer/edit.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '编辑客户资料',
|
|
|
+ hideInMenu: true,
|
|
|
+ notCache: false,
|
|
|
+ flgRight:false,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/core/customerFollow/index',
|
|
|
name: '客户跟进',
|
|
|
component: () => import('@/view/core/customer-follow/index.vue'),
|