import Layout from '@/views/layout/Layout' //客服管理模块 export default { alwaysShow: true, path: '/kefu', component: Layout, redirect: 'noredirect', name: 'kefu', meta: { title: '客服管理', icon: 'message' }, children: [ { path: '/kefu', component: () => import('@/scrm_pages/kefu'), name: 'kefuBox', meta: { title: '咨询管理', noCache: true } }, ] }