/* Layout */ import Layout from '@/layout/Layout' export const soundsRouters = [{ path: 'sounds', component: Layout, redirect: '/waitForCreate', name: 'Sounds', // alwaysShow: true, meta: { title: '录音管理', icon: 'icon-config' // 图标 }, children: [ // { // path: '/waitForCreate', // name: 'WaitForCreate', // component: () => import('@/views/soundsManage/waitForCreate'), // meta: { title: '待录事件', icon: '' } // } ] }]