软件校验接口对接

This commit is contained in:
付民康
2025-03-19 10:44:39 +08:00
parent 863e946f44
commit 3b819a07c3
6 changed files with 75 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ const getCounts = () => {
};
onMounted(() => {
getCounts();
// getCounts();
addEventListener('updateNotice', debounce((count: number) => {
counts.value = count;
}, 500));