From 71e8709a556ec8782e4da4bcae52fa050ef2066f Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 26 三月 2024 15:34:55 +0800 Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web --- 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