feat: Compare Dashboard API done.

This commit is contained in:
chiayin
2024-02-20 12:44:30 +08:00
parent 01b8a95485
commit 795480ee89
6 changed files with 95 additions and 39 deletions

View File

@@ -184,6 +184,13 @@ export default {
break;
}
break;
case 'COMPARE':
switch(name) {
case 'CompareDashboard':
this.isActive = 'DASHBOARD'
break;
}
break;
}
// if(this.navViewName === 'DISCOVER') {
// if(name === 'Map' || name === 'CheckMap') this.isActive = 'MAP';