zengh
2021-11-19 63285c46a888285708c3ba8cc8a3fa92060724b9
src/router/views/index.js
@@ -349,6 +349,20 @@
      import( /* webpackChunkName: "views" */ '@/views/article/article')
  }]
}, {
    path: '/articleWords',
    component: Layout,
    peixun: true,
    redirect: '/articleWords/index',
    children: [{
      path: 'index',
      name: '敏感词预警',
      meta: {
        i18n: 'articleWords'
      },
      component: () =>
        import( /* webpackChunkName: "views" */ '@/views/article/articleWords')
    }]
  }, {
  path: '/feedbackReport',
  component: Layout,
  redirect: '/feedbackReport/index',