feat:新增舆情页面

This commit is contained in:
zjc
2024-12-18 18:16:36 +08:00
parent 18ba2e86eb
commit 42a680c9c3
4 changed files with 79 additions and 1 deletions

View File

@@ -26,6 +26,11 @@ const router = createRouter({
path: '/scenic',
name: 'scenic',
component: () => import('@/views/scenic/index.vue')
},
{
path: '/sentiment',
name: 'sentiment',
component: () => import('@/views/sentiment/index.vue')
}
]
})