移除测试文件

This commit is contained in:
2025-12-04 10:36:20 +08:00
parent 03aed85d86
commit a0dc6bd074
505 changed files with 179 additions and 119226 deletions

View File

@@ -13,6 +13,14 @@ export default {
* @returns 可流式或一次性
*/
getAiTestItem(data: DataRowType) {
if (import.meta.env.DEV) {
return request({
url: `/local_doc_qa/testing_item`,
timeout: 20000,
method: "post",
data
})
}
return request({
url: `${AI_API_BASE}/api/local_doc_qa/testing_item`,
timeout: 20000,