zengh
2021-09-17 049430b1619b44a21c0fae1c86c6e5bcb0b02f03
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',