import Layout from '@/layout' const codemenu = [{ path: '/xxzxqbxx', component: Layout, redirect: '/qbxx/index', meta: { title: '全部消息' }, children: [{ path: '/qbxx/index', component: () => import('@/views/message/qbxx.vue'), name: 'XxzxQbxx', meta: { title: '全部消息', noCache: true } }] }, { path: '/xxzxwdxx', component: Layout, redirect: '/wdxx/index', meta: { title: '未读消息' }, children: [{ path: '/wdxx/index', component: () => import('@/views/message/wdxx.vue'), name: 'XxzxWdxx', meta: { title: '未读消息', noCache: true } }] }, { path: '/xxzxydxx', component: Layout, redirect: '/ydxx/index', meta: { title: '已读消息' }, children: [{ path: '/ydxx/index', component: () => import('@/views/message/ydxx.vue'), name: 'XxzxYdxx', meta: { title: '已读消息', noCache: true } }] }, { path: '/xxzxydxx', component: Layout, redirect: '/mbxx/index', meta: { title: '模板消息' }, children: [{ path: '/mbxx/index', component: () => import('@/views/message/mbxx.vue'), name: 'XxzxYdxx', meta: { title: '模板消息', noCache: true } }] }] export default codemenu