可信代码库-代码质量检测接口对接

This commit is contained in:
付民康
2025-06-27 14:15:26 +08:00
parent c1f7cb9025
commit f664d855bf
4 changed files with 167 additions and 68 deletions

View File

@@ -446,7 +446,7 @@ const getQuestionHistory = async () => {
// Message.error(data.error||'接口异常!')
}
} else {
Message.error('请先登录!')
// Message.error('请先登录!')
}
};
const getQuestionCollection = async () => {
@@ -473,7 +473,7 @@ const getQuestionCollection = async () => {
// Message.error(data.error||'接口异常!')
}
} else {
Message.error('请先登录!')
// Message.error('请先登录!')
}
};