bug
This commit is contained in:
@@ -71,7 +71,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
document.title = '云广播'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -174,6 +174,7 @@ export default {
|
||||
this.formData.mediaId = e.mediaId
|
||||
this.formData.mediaName = e.mediaName
|
||||
})
|
||||
document.title = '音频播放'
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
@@ -45,6 +45,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.getList()
|
||||
document.title = '在线设备'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -47,6 +47,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.getList()
|
||||
document.title = '在线设备'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -65,6 +65,7 @@ export default {
|
||||
this.$dict.load('dlbBroadcastStatus').then(() => {
|
||||
this.getList()
|
||||
})
|
||||
document.title = '在播设备'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user