This commit is contained in:
dap
2025-04-01 17:16:13 +08:00
27 changed files with 1121 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ async function generateRoutesByBackend(
return routes;
} catch (error) {
console.error(error);
return [];
throw error;
}
}