From ed3cea71b7f3f88da129a1cd41519516fc4bc655 Mon Sep 17 00:00:00 2001 From: dearlin <1261008090@qq.com> Date: Thu, 9 Nov 2023 09:46:25 +0800 Subject: [PATCH] =?UTF-8?q?=2012714=20=E8=AF=A6=E6=83=85=E4=B8=AD=20?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=BF=94=E5=9B=9E=E5=BA=94=E8=AF=A5=E6=98=AF?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=88=B0=E7=AC=AC=E4=BA=8C=E5=B1=82=EF=BC=8C?= =?UTF-8?q?=E4=BD=86=E6=98=AF=E7=9B=B4=E6=8E=A5=E8=BF=94=E5=9B=9E=E5=88=B0?= =?UTF-8?q?=E7=AC=AC=E4=B8=80=E5=B1=82=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/keyprojects/punish/components/hiddenInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/keyprojects/punish/components/hiddenInfo.vue b/src/views/keyprojects/punish/components/hiddenInfo.vue index 6ecf706..1366767 100644 --- a/src/views/keyprojects/punish/components/hiddenInfo.vue +++ b/src/views/keyprojects/punish/components/hiddenInfo.vue @@ -200,7 +200,7 @@ export default { this.$refs.hdVideoPlayer.player.pause() }, goBack() { - this.$parent.activeName = 'List' + this.$parent.activeName = 'List2' this.$parent.HIDDEN_ID = '' } }