调整分屏页面全屏按钮位置
parent
e20d5d9178
commit
108cdf1a13
|
@ -203,6 +203,8 @@ public class DeviceServiceImpl implements IDeviceService {
|
|||
log.info("[设备离线] {}, device:{}, 心跳间隔: {},心跳超时次数: {}, 上次心跳时间:{}, 上次注册时间: {}", reason, deviceId,
|
||||
device.getHeartBeatInterval(), device.getHeartBeatCount(), device.getKeepaliveTime(), device.getRegisterTime());
|
||||
String registerExpireTaskKey = VideoManagerConstants.REGISTER_EXPIRE_TASK_KEY_PREFIX + deviceId;
|
||||
|
||||
|
||||
dynamicTask.stop(registerExpireTaskKey);
|
||||
if (device.isOnLine()) {
|
||||
if (userSetting.getDeviceStatusNotify()) {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<i class="iconfont icon-a-mti-6fenpingshi btn" :class="{active: spiltIndex === 2}" @click="spiltIndex=2"/>
|
||||
<i class="iconfont icon-a-mti-9fenpingshi btn" :class="{active: spiltIndex === 3}" @click="spiltIndex=3"/>
|
||||
</div>
|
||||
<div style="text-align: right">
|
||||
<div style="text-align: right; margin-right: 10px;">
|
||||
<i class="el-icon-full-screen btn" @click="fullScreen()"/>
|
||||
</div>
|
||||
</el-header>
|
||||
|
|
Loading…
Reference in New Issue