|
@@ -329,6 +329,7 @@ export default {
|
|
|
sessionStorage.getItem("active_account")
|
|
sessionStorage.getItem("active_account")
|
|
|
).siteid;
|
|
).siteid;
|
|
|
if ((usertype == 1 || usertype == 0) && (siteid == "HY" || siteid == "YOSTEST1")) {
|
|
if ((usertype == 1 || usertype == 0) && (siteid == "HY" || siteid == "YOSTEST1")) {
|
|
|
|
|
+ sessionStorage.setItem('isFull','1')
|
|
|
this.$router.push("/serviceDataScreen");
|
|
this.$router.push("/serviceDataScreen");
|
|
|
} else {
|
|
} else {
|
|
|
this.$router.push({ path: "/main" });
|
|
this.$router.push({ path: "/main" });
|
|
@@ -355,6 +356,7 @@ export default {
|
|
|
id: 10026401,
|
|
id: 10026401,
|
|
|
});
|
|
});
|
|
|
this.langusge = res.data;
|
|
this.langusge = res.data;
|
|
|
|
|
+ console.log("langusge", this.langusge);
|
|
|
this.nowType =
|
|
this.nowType =
|
|
|
localStorage.getItem("lang") && localStorage.getItem("lang") !== null
|
|
localStorage.getItem("lang") && localStorage.getItem("lang") !== null
|
|
|
? localStorage.getItem("lang")
|
|
? localStorage.getItem("lang")
|