diff --git a/src/router/index.js b/src/router/index.js index 01c2837a2..1a2e64533 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -178,6 +178,26 @@ export const moduleRoutes = { title: "新增居民", }, }, + { + path: "eventHandling", + props: true, + name: "eventHandling", + component: () => import("@/views/modules/shequzhili/eventHandling/index"), + meta: { + isTab: true, + title: "事件办理", + }, + }, + { + path: "timeOut", + props: true, + name: "timeOut", + component: () => import("@/views/modules/shequzhili/timeOut/index"), + meta: { + isTab: true, + title: "超时预警", + }, + }, { path: "suggestionList", props: true, diff --git a/src/views/modules/shequzhili/analysis/index.vue b/src/views/modules/shequzhili/analysis/index.vue index 3e61da04b..81fd3f61c 100644 --- a/src/views/modules/shequzhili/analysis/index.vue +++ b/src/views/modules/shequzhili/analysis/index.vue @@ -23,7 +23,7 @@