添加cvt管理页面

This commit is contained in:
GGJ
2025-01-23 13:26:20 +08:00
parent 92e7a7a5eb
commit e7807c8eae
8 changed files with 1670 additions and 0 deletions

View File

@@ -74,6 +74,12 @@ export const constantRoutes = [
component: () => import('@/views/cgy-harmonic-boot/comper/comprehensiveanalysis'),
meta: { title: '综合分析', icon: '' }
},
{
path: '/harmonic-boot/comper/CVT',
name: 'CVT',
component: () => import('@/views/cgy-harmonic-boot/CVT'),
meta: { title: 'CVT台账管理', icon: '' }
},
{
path: '/Distributedphotovoltaic/homePage',
name: 'homePage',