|
@@ -13,12 +13,6 @@ function Hardware() {
|
|
|
defaultParams: [projectId],
|
|
|
});
|
|
|
|
|
|
- const getIconStatus = (status) => {
|
|
|
- if (status == 1) return '';
|
|
|
- if (status == 2) return styles.offline;
|
|
|
- if (status == 3) return styles.error;
|
|
|
- };
|
|
|
-
|
|
|
return (
|
|
|
<PageContent closeable={false}>
|
|
|
<PageTitle onReturn={() => UnityAction.sendMsg('menuItem', '智能管控')}>
|
|
@@ -37,9 +31,7 @@ function Hardware() {
|
|
|
{item.name}
|
|
|
</div>
|
|
|
|
|
|
- <div>
|
|
|
- <div>定位</div>
|
|
|
- </div>
|
|
|
+ <div>定位</div>
|
|
|
</div>
|
|
|
))}
|
|
|
</Spin>
|