From 6378fa4ea01c8c6a92bd3bf710686f5deedf99dd Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期六, 06 四月 2024 17:45:29 +0800
Subject: [PATCH] 完善家庭会议模块
---
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