fix(xqsc): 移除调试 console.log & 补全 return 分号

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
liulong 2026-06-09 23:08:05 +08:00
parent 9b38e6c8b6
commit 6ae90999e6

View File

@ -425,7 +425,7 @@ export default {
goToTab({path, disable}) {
if (disable) {
this.showComingSoon();
return
return;
}
this.$router.push(path);
},