Compare commits
No commits in common. "a37b2b0ebae697e88a452c5a70b0ff2d259a751e" and "9b38e6c8b6cfced253c299cdf613a9f4e68c91ff" have entirely different histories.
a37b2b0eba
...
9b38e6c8b6
@ -425,7 +425,7 @@ export default {
|
|||||||
goToTab({path, disable}) {
|
goToTab({path, disable}) {
|
||||||
if (disable) {
|
if (disable) {
|
||||||
this.showComingSoon();
|
this.showComingSoon();
|
||||||
return;
|
return
|
||||||
}
|
}
|
||||||
this.$router.push(path);
|
this.$router.push(path);
|
||||||
},
|
},
|
||||||
|
|||||||
@ -56,10 +56,6 @@ export default {
|
|||||||
return index === 2 ? '进入交易大厅' : '进入专题';
|
return index === 2 ? '进入交易大厅' : '进入专题';
|
||||||
},
|
},
|
||||||
goToHref(href) {
|
goToHref(href) {
|
||||||
if (href && href.startsWith('http')) {
|
|
||||||
window.open(href, '_blank');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (this.messageShowing) return;
|
if (this.messageShowing) return;
|
||||||
|
|
||||||
this.messageShowing = true;
|
this.messageShowing = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user