zengh
2022-05-16 63ad2c3598400370dd7da5534659fd7e768a0a4a
src/router/views/index.js
@@ -211,7 +211,22 @@
    component: () =>
      import( /* webpackChunkName: "views" */ '@/views/realTimePolice/real')
  }]
}, {
},
  {
    path: '/mgcx',
    component: Layout,
    redirect: '/mgcx/index',
    children: [{
      path: 'index',
      name: '敏感词限制',
      meta: {
        i18n: 'real'
      },
      component: () =>
        import( /* webpackChunkName: "views" */ '@/views/mgcx/mgcx')
    }]
  },
  {
  path: '/examination',
  component: Layout,
  redirect: '/examination/index',
@@ -293,8 +308,17 @@
    },
    component: () =>
      import( /* webpackChunkName: "views" */ '@/views/policeTracking/policeTracking')
  },{
    path: 'details',
    name: '任务详情',
    meta: {
      i18n: 'details'
    },
    component: () =>
      import( /* webpackChunkName: "views" */ '@/views/activitys/policeTracking')
  }]
}, {
}
, {
  path: '/healthcode',
  component: Layout,
  redirect: '/healthcode/healthcodePage',
@@ -349,6 +373,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',