订阅信息和漏洞详情

This commit is contained in:
MaxShen
2025-03-18 22:06:02 +08:00
parent 6c895a0237
commit 035a919659
5 changed files with 49 additions and 47 deletions

View File

@@ -54,6 +54,10 @@ const sendSubscribe = async () => {
type: 'error'
})
} else {
Message({
message: '订阅成功!',
type: 'success'
})
emit('close');
}
}