diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index e9bdd500..d6f01f59 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -123,7 +123,10 @@ {{ item.deptName || '--' }}
- {{ item.description || '--' }} + + + {{ item.description || '--' }} +
@@ -420,12 +423,13 @@ if (props.selectCardsname == '数据资源') { if (whoShow1.itShowQingDao) { window.open( - 'http://15.72.158.81/web/ZWXXSQ/bm/MuluDetail.aspx?zyguid=' + - item.guid - ) + 'http://15.72.158.81/web/ZWXXSQ/bm/MuluDetail.aspx?zyguid=' + + item.guid + ) } else { - window.open( - 'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=') + window.open( + 'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=' + ) } } else { if (type === 'apply') { diff --git a/front/src/views/personalCenter/components/PurchaseVehicle.vue b/front/src/views/personalCenter/components/PurchaseVehicle.vue index 14faff0e..21083fa3 100644 --- a/front/src/views/personalCenter/components/PurchaseVehicle.vue +++ b/front/src/views/personalCenter/components/PurchaseVehicle.vue @@ -97,7 +97,8 @@