This commit is contained in:
liuye
2021-12-24 14:06:07 +08:00
parent 402dd36221
commit 746f297947
9 changed files with 14 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ export default {
}
},
mounted() {
document.title = '云广播'
}
}
</script>

View File

@@ -174,6 +174,7 @@ export default {
this.formData.mediaId = e.mediaId
this.formData.mediaName = e.mediaName
})
document.title = '音频播放'
},
methods: {

View File

@@ -45,6 +45,7 @@ export default {
},
created() {
this.getList()
document.title = '在线设备'
}
}
</script>

View File

@@ -47,6 +47,7 @@ export default {
},
created() {
this.getList()
document.title = '在线设备'
}
}
</script>

View File

@@ -65,6 +65,7 @@ export default {
this.$dict.load('dlbBroadcastStatus').then(() => {
this.getList()
})
document.title = '在播设备'
}
}
</script>