fix(xqsc): 移除调试 console.log & 补全 return 分号
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
9b38e6c8b6
commit
6ae90999e6
@ -425,7 +425,7 @@ export default {
|
||||
goToTab({path, disable}) {
|
||||
if (disable) {
|
||||
this.showComingSoon();
|
||||
return
|
||||
return;
|
||||
}
|
||||
this.$router.push(path);
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user