|
|
@ -17,7 +17,7 @@ export default {
|
|
|
|
if(this.$store.state.user.permissions.includes('business:monitor:index') || this.$store.state.user.permissions.includes('*:*:*')){
|
|
|
|
if(this.$store.state.user.permissions.includes('business:monitor:index') || this.$store.state.user.permissions.includes('*:*:*')){
|
|
|
|
this.$router.push({path: "/board/index"});
|
|
|
|
this.$router.push({path: "/board/index"});
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
this.$router.push({path:'/broad/smartScene'})
|
|
|
|
this.$router.push({path:'/board/smartScene'})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|