11
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
<script>
|
||||
export default {
|
||||
created() {
|
||||
this.$router.push("/home?lang="+sessionStorage.getItem("lang"));
|
||||
let path = this.$route.path;
|
||||
console.log(path)
|
||||
if (!path.indexOf("attached")||path==="/"){
|
||||
this.$router.push("/home?lang="+sessionStorage.getItem("lang"));
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user