删除debuger
This commit is contained in:
@@ -381,7 +381,6 @@ const securityInfoList = computed(() => {
|
||||
|
||||
const vulnDisclosureUrl = computed(() => {
|
||||
if(ReleaseInfo.value.softwareSecurityAIGenerateInfo) {
|
||||
debugger
|
||||
const _vulnDisclosureUrl: any = JSON.parse(ReleaseInfo?.value.softwareSecurityAIGenerateInfo[0]?.vulnDisclosureUrl || '[]');
|
||||
return _vulnDisclosureUrl || [];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user