生产管理系统前端 - fetchapi 基础提交
This commit is contained in:
14
crop-x/src/app/api-example/page.tsx
Normal file
14
crop-x/src/app/api-example/page.tsx
Normal 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 调用',
|
||||
};
|
||||
Reference in New Issue
Block a user