提交1 bmad搭建与项目启动 - ok
This commit is contained in:
14
crop-x/src/pages/land/SuitabilityEvaluation.tsx
Normal file
14
crop-x/src/pages/land/SuitabilityEvaluation.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { useEffect } from 'react'
|
||||
|
||||
export const SuitabilityEvaluation = () => {
|
||||
useEffect(() => {
|
||||
// TODO: 实现适宜性评价逻辑
|
||||
console.log('适宜性评价页面')
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<div className="p-6">
|
||||
<h1>适宜性评价</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user