|
|
@ -126,13 +126,21 @@ function pushSideSheet (props) { |
|
|
|
</TabPane> |
|
|
|
<TabPane tab="监听范围" itemKey="2"> |
|
|
|
<div style={{margin:'12px 36px',fontSize:12,color:'rgba(0,0,0,0.6500)'}}> |
|
|
|
<div style={{marginBottom:8}}>摄像头名称</div> |
|
|
|
<img |
|
|
|
src="/assets/images/background/icon_camera.png" |
|
|
|
alt="设置" |
|
|
|
style={{ width: 24, height: 24 }} |
|
|
|
/> |
|
|
|
<div>{equipmentTest}</div> |
|
|
|
</div> |
|
|
|
</TabPane> |
|
|
|
<TabPane tab="接收信息" itemKey="3"> |
|
|
|
<div style={{margin:'12px 36px',fontSize:12,color:'rgba(0,0,0,0.6500)'}}> |
|
|
|
<div style={{marginBottom:8}}>{pushData.pushWay=='email'?'邮件通知':'短信通知'}</div> |
|
|
|
<img |
|
|
|
src={pushData.pushWay=='email'?"/assets/images/background/icon_email.png":"/assets/images/background/icon_phone.png"} |
|
|
|
alt="设置" |
|
|
|
style={{ width: 24, height: 24 }} |
|
|
|
/> |
|
|
|
<div>{noticeTest}</div> |
|
|
|
</div> |
|
|
|
</TabPane> |
|
|
|