Commit bb13e0fa authored by gengchunlei's avatar gengchunlei

居民端小程序 随访列表

parent fdee70d0
...@@ -107,7 +107,12 @@ const routes = [ ...@@ -107,7 +107,12 @@ const routes = [
path: 'screening/secondDetail/:id', path: 'screening/secondDetail/:id',
name: 'resident-screening-first-detail-id', name: 'resident-screening-first-detail-id',
component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/screening/detail/SecondDetail.vue') component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/screening/detail/SecondDetail.vue')
} },
{
path: 'visit/list',
name: 'residentWX-visitList',
component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/visit/List.vue')
},
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment