fix: 去除页面缓存

This commit is contained in:
xuziqiang
2024-07-18 14:56:26 +08:00
parent 7f839b7a31
commit db70343b18
9 changed files with 19 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ const equipment = {
component: () => import('/@/view/carbonEmissionManage/carbonEmissionStatistics/index.vue'),
meta: {
title: '碳排统计',
keepAlive: true,
keepAlive: false,
// backApi: [],
},
},
@@ -39,7 +39,7 @@ const equipment = {
component: () => import('/@/view/carbonEmissionManage/carbonEmissionFactorLibrary/index.vue'),
meta: {
title: '碳排因子库',
keepAlive: true,
keepAlive: false,
// backApi: [],
},
},
@@ -59,7 +59,7 @@ const equipment = {
component: () => import('/@/view/carbonEmissionManage/carbonInventoryCheck/index.vue'),
meta: {
title: '碳盘查',
keepAlive: true,
keepAlive: false,
// backApi: [],
},
},