src/router/views/index.js
@@ -12,6 +12,15 @@ }, component: () => import ( /* webpackChunkName: "views" */ '@/views/wel/home') }, { path: 'dashboard', name: '控制台', meta: { i18n: 'dashboard', menu: false, }, component: () => import( /* webpackChunkName: "views" */ '@/views/article/article') }] }, @@ -55,6 +64,7 @@ { path: '/test', component: Layout, kby:true, redirect: '/test/index', children: [{ path: 'index', @@ -313,6 +323,7 @@ }, { path: '/article', component: Layout, peixun: true, redirect: '/article/index', children: [{ path: 'index',