生产管理系统前端 - fetchapi 基础提交

This commit is contained in:
2025-10-27 11:08:23 +08:00
parent 1f1d94ed84
commit 2b39c1dd1a
12 changed files with 2191 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
import ApiExample from '@/components/examples/ApiExample';
export default function ApiExamplePage() {
return (
<div className="min-h-screen bg-background">
<ApiExample />
</div>
);
}
export const metadata = {
title: 'API 调用示例 - 智慧农业生产管理系统',
description: '测试和展示 OpenAPI 客户端的类型安全 API 调用',
};