Skip to content

Commit 72ab202

Browse files
authored
Update src/components/MainComponent.vue
1 parent d8bf7bb commit 72ab202

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/components/MainComponent.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ export default defineComponent({
100100
if(this.itemName !== 'invalid'){
101101
this.tabItems.unshift(this.itemName);
102102
}
103-
/* if (process.env.VUE_APP_SCOPE === 'organization') {
104-
// get the last item in the array,which is 'api response'
105-
//and add 'seat analysis' before it
106-
let lastItem = this.tabItems.pop();
107-
this.tabItems.push('seat analysis');
108-
if (lastItem) {
109-
this.tabItems.push(lastItem);
110-
}
111103
},
112104
setup() {
113105
const metricsReady = ref(false);

0 commit comments

Comments
 (0)