'use client'; import { Card } from '@/components/ui/card'; export default function WeightPage() { return (

权重设置

页面路径: /land-information/suitability/weight

); }