diff --git a/frontend/src/views/system/platform/index.vue b/frontend/src/views/system/platform/index.vue index 6b25f7aa..fc0aa1bf 100644 --- a/frontend/src/views/system/platform/index.vue +++ b/frontend/src/views/system/platform/index.vue @@ -29,7 +29,7 @@ const loadData = () => { item.config = JSON.parse(item.config) return item }) - .filter((card: any) => card.type < 7) + .filter((card: any) => card.type < 8) }) } onMounted(() => {