[1078] 去除ftp配置中的ip配置 从连接中获取
This commit is contained in:
@@ -98,8 +98,6 @@
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item command="records" :disabled="device == null || !device.status">
|
||||
设备录像</el-dropdown-item>
|
||||
<el-dropdown-item command="talk" :disabled="device == null || !device.status">
|
||||
对讲</el-dropdown-item>
|
||||
<el-dropdown-item command="cloudRecords" :disabled="device == null || !device.status">
|
||||
云端录像</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
@@ -248,8 +246,6 @@ export default {
|
||||
this.queryRecords(itemData)
|
||||
} else if (command === 'cloudRecords') {
|
||||
this.queryCloudRecords(itemData)
|
||||
} else if (command === 'talk') {
|
||||
this.talk(itemData)
|
||||
} else {
|
||||
this.$message.info('尚不支持')
|
||||
}
|
||||
@@ -262,11 +258,6 @@ export default {
|
||||
const channelId = itemData.channelId
|
||||
this.$router.push(`/cloudRecord/detail/rtp/jt_${deviceId}_${channelId}`)
|
||||
},
|
||||
talk: function(itemData) {
|
||||
const deviceId = this.device.phoneNumber
|
||||
const channelId = itemData.channelId
|
||||
|
||||
},
|
||||
stopDevicePush: function(itemData) {
|
||||
this.$store.dispatch('jtDevice/stopPlay', {
|
||||
phoneNumber: this.device.phoneNumber,
|
||||
|
||||
Reference in New Issue
Block a user