diff --git a/front/src/views/personalCenter/components/PurchaseVehicle.vue b/front/src/views/personalCenter/components/PurchaseVehicle.vue
index 75312063..b55ce3a7 100644
--- a/front/src/views/personalCenter/components/PurchaseVehicle.vue
+++ b/front/src/views/personalCenter/components/PurchaseVehicle.vue
@@ -11,7 +11,7 @@
/>
重置
@@ -62,7 +62,7 @@
width="50"
height="50"
v-if="item.delFlag == 4 || item.delFlag == 5"
- style="position: absolute; top: 0; left: 100px"
+ style="position: absolute; top: 0; left: 1rem"
>
删除
收藏
@@ -151,7 +151,7 @@
一键申请
@@ -227,7 +227,9 @@
getTopCategory().then((res) => {
console.log('编目一级=============>', res.data)
res.data.data.forEach((val) => {
- tabList.value.push(val.name)
+ if (val.name == '应用资源' || val.name == '组件服务') {
+ tabList.value.push(val.name)
+ }
})
})
}
@@ -431,23 +433,23 @@