taskid:110 remark:'commit'

This commit is contained in:
fks-xuxinyue
2024-07-26 15:12:56 +08:00
parent e05a813a1e
commit 744aae1bba
22 changed files with 580 additions and 15 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,