From 62fd9952d64a22a3b1e243e172223f21f589ccb4 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 8 Jan 2026 14:58:00 +0800 Subject: [PATCH] perf: Dingtalk config form --- frontend/src/views/system/platform/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {