@@ -46,6 +46,7 @@
</a-descriptions-item>
<a-descriptions-item label="注册时间">{{ dayjs(state.deviceDetail?.createAt).format('YYYY-MM-DD HH:mm:ss') }}</a-descriptions-item>
<a-descriptions-item label="节点类型">{{ state.deviceDetail?.deviceNodeType === 'GATEWAY' ? '直连' : '非直连'}}</a-descriptions-item>
+ <a-descriptions-item label="设备所在地址">{{ state.deviceDetail?.deviceAddr}}</a-descriptions-item>
</a-descriptions>
<a-row justify="space-between" align="middle" style="width: 100%;height: 68px; margin-bottom: 10px;" class="title">
@@ -136,8 +136,7 @@ declare namespace IOT {
lastConnectTs: string
lastActivityTs: string
authType: 'SECRET' | 'X509CERT'
- rtsPlayUrl: string
- rtsUrl: string
+ deviceAddr: string
}
interface DeviceTag {