import PageContent from '@/components/PageContent'; import PageTitle from '@/components/PageTitle'; import TabsContent from '@/components/TabsContent'; import { UnityAction } from '@/utils/utils'; import AirConditioner from './components/AirConditioner'; import Light from './components/Light'; function Hardware() { const handleTabsChange = (tab) => {}; return ( UnityAction.sendMsg('menuItem', '智能管控')} > , }, { label: `照明控制`, key: '2', children: , }, ]} /> ); } export default Hardware;