diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index f1e53b56..72f504d1 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -47,6 +47,7 @@ v-if=" Cardsname == '组件服务' || Cardsname == '应用资源' || + Cardsname == '基础设施' || Cardsname == '' " > @@ -890,7 +891,8 @@ if ( paramsGetResources.type == '组件服务' || paramsGetResources.type == '应用资源' || - paramsGetResources.type == '基础设施' + paramsGetResources.type == '基础设施' || + paramsGetResources.type == '' ) { pageWithAttrs(paramsGetResources).then((res) => { console.log('查询列表============>', resourceList, res.data.data)