|
@@ -124,10 +124,6 @@ export default {
|
|
|
},
|
|
|
initsideTab() {
|
|
|
this.sideTabChange(1, this.sideMenuTabList[0])
|
|
|
- const routeData = this.$router.resolve({
|
|
|
- path: '/bigScreen/index'
|
|
|
- })
|
|
|
- window.open(routeData.href, '_blank')
|
|
|
},
|
|
|
toggleSideBar() {
|
|
|
this.$store.dispatch('app/toggleSideBar')
|
|
@@ -150,7 +146,7 @@ export default {
|
|
|
// return
|
|
|
// }
|
|
|
this.sideMenuTabIndex = index
|
|
|
- this.$router.replace({
|
|
|
+ this.$router.push({
|
|
|
path: item.path
|
|
|
})
|
|
|
localStorage.setItem('tabIndex', index)
|