import React from 'react'; import FanInfo from '../../../公共组件/风机信息'; import WindFrequence from '../../../公共组件/风机运行频率'; import { motion } from 'framer-motion'; import cls from './index.module.less'; export default function index() { return (
); }