实时喊话
This commit is contained in:
@@ -44,6 +44,7 @@ export default {
|
||||
},
|
||||
{
|
||||
title: '实时喊话',
|
||||
path: './LiveBroadcast',
|
||||
text: '实时在线喊话,远程广播通知',
|
||||
imgUrl: require('./img/bigHorn-icon22@2x.png'),
|
||||
bgClass: 'bg-4ED5BB'
|
||||
@@ -51,7 +52,7 @@ export default {
|
||||
{
|
||||
title: '音频录制',
|
||||
text: '音频文件的录制',
|
||||
path: '/apps/AppResourcesManage/addPlay?type=1',
|
||||
path: './addPlay?type=1',
|
||||
imgUrl: require('./img/bigHorn-icon33@2x.png'),
|
||||
bgClass: 'bg-E5B565'
|
||||
},
|
||||
|
||||
31
src/project/beta/AppBroadcast1/LiveBroadcast.vue
Normal file
31
src/project/beta/AppBroadcast1/LiveBroadcast.vue
Normal 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>
|
||||
Reference in New Issue
Block a user