光伏功能页面
This commit is contained in:
@ -87,6 +87,12 @@ export const constantRoutes = [
|
||||
name: 'new-screen-zz',
|
||||
meta: { title: '管控大屏' }
|
||||
},
|
||||
{
|
||||
path: '/new-screen-zz-pv',
|
||||
component: () => import('@/views/new-screen-zz-pv/index.vue'),
|
||||
name: 'new-screen-zz-pv',
|
||||
meta: { title: '光伏大屏' }
|
||||
},
|
||||
{
|
||||
path: '/dashboard-test',
|
||||
component: Layout,
|
||||
@ -99,6 +105,18 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/dashboard-pv',
|
||||
component: Layout,
|
||||
children: [
|
||||
{
|
||||
path: 'dashboard-pv',
|
||||
component: () => import('@/views/dashboard-pv/index.vue'),
|
||||
name: 'dashboard-pv',
|
||||
meta: { title: 'dashboard-pv', icon: 'dashboard', affix: true }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/dashboard-zhongzi',
|
||||
component: Layout,
|
||||
|
||||
@ -33,8 +33,13 @@ const revenueRouter = {
|
||||
component: () => import('@/views/revenue-management/proxy-price/index.vue'),
|
||||
name: 'proxy-price',
|
||||
meta: { title: 'proxy-price' }
|
||||
},
|
||||
{
|
||||
path: 'pv-earnings-statement',
|
||||
component: () => import('@/views/revenue-management/pv-earnings-statement/index.vue'),
|
||||
name: 'pv-earnings-statement',
|
||||
meta: { title: '光伏收益报表' }
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user