task#14196,kpi页面

This commit is contained in:
2024-06-29 15:29:30 +08:00
parent b6951292a9
commit b300809698
11 changed files with 983 additions and 16 deletions

11
src/router/kpi-router.js Normal file
View File

@ -0,0 +1,11 @@
const kpiRouter = [
{
path: '/kpiIndex',
name: 'kpiIndex',
component: () => import('@/views/kpi/kpiIndex'),
meta:{
title: 'kpi首页',
}
},
]
export default kpiRouter