|
@@ -46,10 +46,6 @@ function Hardware() {
|
|
return () => clearInterval(timer);
|
|
return () => clearInterval(timer);
|
|
}, [draw]);
|
|
}, [draw]);
|
|
|
|
|
|
- const onHandleClick = (item) => {
|
|
|
|
- UnityAction.sendMsg('SingleDevLocate', JSON.stringify([item]));
|
|
|
|
- };
|
|
|
|
-
|
|
|
|
return (
|
|
return (
|
|
<PageContent closeable={false}>
|
|
<PageContent closeable={false}>
|
|
<PageTitle onReturn={() => UnityAction.sendMsg('menuItem', '智能管控')}>
|
|
<PageTitle onReturn={() => UnityAction.sendMsg('menuItem', '智能管控')}>
|