src/router.js
@@ -313,6 +313,23 @@ } ] }, { path: '/config', component: Layout, children: [ { path: '/setting', name: 'SysSetting', meta: { title: '系统配置', icon: 'answer', affix: true }, component: () => import('@/views/sys/SysSetting') }, ] }, // { // path: '/message', // component: Layout,