|
@@ -57,11 +57,11 @@ export default {
|
|
|
this.$router.push({ path });
|
|
|
return
|
|
|
}else{
|
|
|
- this.$router.replace('/login')
|
|
|
+ this.$router.replace('/login?HZ=1')
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- this.$router.replace('/login')
|
|
|
+ this.$router.replace('/login?HZ=1')
|
|
|
},
|
|
|
getOtherRolePath(pathVal){
|
|
|
return departInterence.getMenu().then(res => {
|