diff --git a/src/router/router.config.js b/src/router/router.config.js index 5510e44..c14f1c5 100644 --- a/src/router/router.config.js +++ b/src/router/router.config.js @@ -303,10 +303,10 @@ export const constantRouterMap = [ meta: { title: '心理监测周报', keepAlive: false } }, { - path: '/monthReport', - name: 'monthReport', - component: () => import('@/views/insight/monthReport'), - meta: { title: '心理监测月报', keepAlive: false } + path: '/signsReport', + name: 'signsReport', + component: () => import('@/views/insight/signsReport'), + meta: { title: '情绪报告', keepAlive: false } }, { path: '/experts', diff --git a/src/views/insight/index.vue b/src/views/insight/index.vue index ba58c39..a7401e4 100644 --- a/src/views/insight/index.vue +++ b/src/views/insight/index.vue @@ -1,4 +1,5 @@ +