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 = '' } }