This commit is contained in:
zhaohy
2024-07-29 15:01:22 +08:00
27 changed files with 725 additions and 142 deletions

View File

@@ -66,17 +66,17 @@ const equipment = {
],
},
{
path: 'carbonInventoryCheck',
name: 'CarbonInventoryCheck',
path: 'carbonAssets',
name: 'CbonAssets',
meta: { title: '碳资产', hideChildren: true, icon: 'tanpaiguanli' },
component: Base,
redirect: { name: 'CarbonInventoryCheckIndex' },
redirect: { name: 'CarbonAssetsIndex' },
children: [
{
path: 'index',
name: 'CarbonInventoryCheckIndex',
name: 'CarbonAssetsIndex',
// component: () => import('/nerv-lib/saas/view/menuManage/index.vue'),
component: () => import('/@/view/carbonEmissionManage/carbonInventoryCheck/index.vue'),
component: () => import('/@/view/carbonEmissionManage/carbonAssets/index.vue'),
meta: {
title: '碳资产',
keepAlive: false,