fix
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-09-28 15:30:48 +08:00
parent c6d2e17476
commit 9758322f27
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ export const loading = ref(false)
export async function getAIAnalysis() {
analysis.value = ""
// 使用 streaming 流式方式 fetch /ai/analysis 接口,传入 code 和 error_info
// 使用 streaming 流式方式 fetch /ai 接口,传入 code 和 error_info
const baseUrl = import.meta.env.PUBLIC_CODEAPI_URL
loading.value = true
try {