企业微信外部联系人同步
This commit is contained in:
@@ -82,6 +82,34 @@ export const constantRoutes: Array<RouteRecordRaw> = [
|
||||
{
|
||||
path: '/tcm/diagnosis/h5',
|
||||
component: () => import('@/views/tcm/diagnosis/index_h5.vue')
|
||||
},
|
||||
{
|
||||
path: '/qywx',
|
||||
component: LAYOUT,
|
||||
meta: {
|
||||
title: '企业微信',
|
||||
icon: 'weixin'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/qywx/index.vue'),
|
||||
name: 'qywxFansManage',
|
||||
meta: {
|
||||
title: '加粉管理',
|
||||
icon: 'user_guanli'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'customer',
|
||||
component: () => import('@/views/fans/qywx.vue'),
|
||||
name: 'qywxCustomerManage',
|
||||
meta: {
|
||||
title: '客户管理',
|
||||
icon: 'user_gaikuang'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
// {
|
||||
// path: '/dev_tools',
|
||||
|
||||
Reference in New Issue
Block a user