实时喊话

This commit is contained in:
yanran200730
2022-06-07 09:38:24 +08:00
parent dfa5b9ded5
commit 7d0742cb34
2 changed files with 33 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ export default {
}, },
{ {
title: '实时喊话', title: '实时喊话',
path: './LiveBroadcast',
text: '实时在线喊话,远程广播通知', text: '实时在线喊话,远程广播通知',
imgUrl: require('./img/bigHorn-icon22@2x.png'), imgUrl: require('./img/bigHorn-icon22@2x.png'),
bgClass: 'bg-4ED5BB' bgClass: 'bg-4ED5BB'
@@ -51,7 +52,7 @@ export default {
{ {
title: '音频录制', title: '音频录制',
text: '音频文件的录制', text: '音频文件的录制',
path: '/apps/AppResourcesManage/addPlay?type=1', path: './addPlay?type=1',
imgUrl: require('./img/bigHorn-icon33@2x.png'), imgUrl: require('./img/bigHorn-icon33@2x.png'),
bgClass: 'bg-E5B565' bgClass: 'bg-E5B565'
}, },

View File

@@ -0,0 +1,31 @@
<template>
<div class="LiveBroadcast">
</div>
</template>
<script>
export default {
appName: '实时喊话',
data () {
return {
}
},
onLoad () {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.LiveBroadcast {
}
</style>