|
@@ -217,7 +217,7 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- path: '/judicial/statistics/detailSatisfied/:key/:tagsViewName?',
|
|
|
+ path: '/judicial/statistics/detailSatisfied/:id/:tagsViewName?',
|
|
|
name: 'judicialStatisticsDetailSatisfied',
|
|
|
component: () => import('@/views/judicial/statistics/detailSatisfied.vue'),
|
|
|
meta: {
|
|
@@ -226,7 +226,7 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- path: '/judicial/statistics/detailSatisfiedOrg/:key/:tagsViewName?',
|
|
|
+ path: '/judicial/statistics/detailSatisfiedOrg/:id/:tagsViewName?',
|
|
|
name: 'judicialStatisticsDetailSatisfiedOrg',
|
|
|
component: () => import('@/views/judicial/statistics/detailSatisfiedOrg.vue'),
|
|
|
meta: {
|