|
|
@ -329,7 +329,7 @@ export default { |
|
|
rolesChecked(){ |
|
|
rolesChecked(){ |
|
|
var indexPath=sessionStorage.getItem("index-path"); |
|
|
var indexPath=sessionStorage.getItem("index-path"); |
|
|
if(!indexPath){ |
|
|
if(!indexPath){ |
|
|
indexPath="/" |
|
|
|
|
|
|
|
|
indexPath="" |
|
|
} |
|
|
} |
|
|
if(this.userInfo.isSuperAdmin){ |
|
|
if(this.userInfo.isSuperAdmin){ |
|
|
location.replace(indexPath) |
|
|
location.replace(indexPath) |
|
|
|