|
@@ -230,7 +230,7 @@ export default {
|
|
|
this.$router.push(jumpRouter)
|
|
|
}
|
|
|
else{
|
|
|
- this.$router.push('/' + event + '/' + event);
|
|
|
+ this.$router.push('/' + event);
|
|
|
}
|
|
|
this.defaultActiveIndex = event
|
|
|
this.$store.dispatch('permission/changeSys', event)
|
|
@@ -239,7 +239,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
handleMenu(menuId,pathId){
|
|
|
- this.$router.push('/' + pathId + '/' + pathId);
|
|
|
+ this.$router.push('/' + pathId);
|
|
|
this.defaultActiveIndex = menuId
|
|
|
this.$store.dispatch('permission/changeSys', menuId)
|
|
|
this.$store.dispatch('common/setCurWidget', {
|