zengh
2022-01-06 d5e4f6d62943640cdf4b89288546d3f779f43f7f
src/router/views/index.js
@@ -293,8 +293,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',