From aa0481c047a57977d23ea2e1e2015866c9d4b201 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期一, 25 三月 2024 23:59:15 +0800 Subject: [PATCH] 完善了一些家庭会议模块1 --- ruoyi-ui/src/views/meeting/webcast.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/meeting/webcast.vue b/ruoyi-ui/src/views/meeting/webcast.vue index abd3eb6..1bbf291 100644 --- a/ruoyi-ui/src/views/meeting/webcast.vue +++ b/ruoyi-ui/src/views/meeting/webcast.vue @@ -38,7 +38,7 @@ <el-row :gutter="0"> <el-col :span="4"> - <div class="module"> + <div class="module" @click="toLook"> <div class="video"> 66666666 </div> @@ -231,6 +231,9 @@ }, submitDataScope() { console.log(this.formDat.timeSpan) + }, + toLook(){ + this.$router.push('/meeting/webcast/webcastInfo/') } } @@ -279,6 +282,7 @@ /* margin-left: 5px; margin-right: 5px; */ position: relative; + cursor: pointer; } .grid-content { -- Gitblit v1.9.1