Compare commits

..

No commits in common. "a37b2b0ebae697e88a452c5a70b0ff2d259a751e" and "9b38e6c8b6cfced253c299cdf613a9f4e68c91ff" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -56,10 +56,6 @@ export default {
return index === 2 ? '进入交易大厅' : '进入专题';
},
goToHref(href) {
if (href && href.startsWith('http')) {
window.open(href, '_blank');
return;
}
if (this.messageShowing) return;
this.messageShowing = true;