Skip to content

Commit bc19f0a

Browse files
perf: Dingtalk config form
1 parent 2599534 commit bc19f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/system/platform/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const loadData = () => {
2929
item.config = JSON.parse(item.config)
3030
return item
3131
})
32-
.filter((card: any) => card.type < 7)
32+
.filter((card: any) => card.type < 8)
3333
})
3434
}
3535
onMounted(() => {

0 commit comments

Comments
 (0)