diff --git a/txw-mhzc-web/src/pages/index/views/fwsc/xqsc.vue b/txw-mhzc-web/src/pages/index/views/fwsc/xqsc.vue index 7968e3e..d59978c 100644 --- a/txw-mhzc-web/src/pages/index/views/fwsc/xqsc.vue +++ b/txw-mhzc-web/src/pages/index/views/fwsc/xqsc.vue @@ -425,7 +425,7 @@ export default { goToTab({path, disable}) { if (disable) { this.showComingSoon(); - return + return; } this.$router.push(path); },