🎨 登陆跳转回原界面

This commit is contained in:
ronger 2021-08-24 22:34:57 +08:00
parent c7016381f9
commit 16790f1046

View File

@ -333,9 +333,7 @@
}) })
}, },
gotoLogin() { gotoLogin() {
this.$router.push({ this.$emit('gotoLogin');
name: 'login'
})
}, },
// //
cancelCommentReply() { cancelCommentReply() {