|
@@ -141,7 +141,7 @@ export default {
|
|
|
index = parseFloat(localStorage.getItem('ehpt_tabIndex'))
|
|
index = parseFloat(localStorage.getItem('ehpt_tabIndex'))
|
|
|
}
|
|
}
|
|
|
this.sideTabChange(index, {
|
|
this.sideTabChange(index, {
|
|
|
- path: this.$route.fullPath
|
|
|
|
|
|
|
+ path: this.sideMenuTabList.filter(item => item.id === index)[0].path
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
toggleSideBar() {
|
|
toggleSideBar() {
|