|
@@ -65,6 +65,8 @@ export default {
|
|
mounted() {
|
|
mounted() {
|
|
this.company = Cookies.get("companyName")
|
|
this.company = Cookies.get("companyName")
|
|
this.sysType = Cookies.get("sysType");
|
|
this.sysType = Cookies.get("sysType");
|
|
|
|
+ console.log(Cookies.get("companyName"))
|
|
|
|
+ console.log(Cookies.get("sysType"))
|
|
if (Cookies.get("test") == 0) {
|
|
if (Cookies.get("test") == 0) {
|
|
this.logo = testLogo;
|
|
this.logo = testLogo;
|
|
}else if (Cookies.get("test") == 1) {
|
|
}else if (Cookies.get("test") == 1) {
|
|
@@ -73,6 +75,8 @@ export default {
|
|
this.logo = overseas
|
|
this.logo = overseas
|
|
}else if (Cookies.get("test") == 3) {
|
|
}else if (Cookies.get("test") == 3) {
|
|
this.logo = overseasZjxd
|
|
this.logo = overseasZjxd
|
|
|
|
+ }else if (Cookies.get("test") == 4) {
|
|
|
|
+ this.logo = had
|
|
}
|
|
}
|
|
},
|
|
},
|
|
};
|
|
};
|