11
This commit is contained in:
@@ -103,9 +103,9 @@ export default {
|
||||
router="/" +this.value.navId+"?id="+context.id
|
||||
}
|
||||
if (this.width <=992){
|
||||
this.$router.push("/mobile/" + this.value.secondId +router);
|
||||
this.$router.push("/mobile/" + this.value.secondId +router+"?lang="+sessionStorage.getItem("lang"));
|
||||
}else {
|
||||
this.$router.push("/pc/" + this.value.secondId +router);
|
||||
this.$router.push("/pc/" + this.value.secondId +router+"?lang="+sessionStorage.getItem("lang"));
|
||||
}
|
||||
},
|
||||
handleSizeChange(val) {
|
||||
|
||||
Reference in New Issue
Block a user