软件校验接口对接
This commit is contained in:
@@ -24,7 +24,7 @@ const getCounts = () => {
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
getCounts();
|
||||
// getCounts();
|
||||
addEventListener('updateNotice', debounce((count: number) => {
|
||||
counts.value = count;
|
||||
}, 500));
|
||||
|
||||
Reference in New Issue
Block a user