|
@@ -64,7 +64,7 @@ export default {
|
|
this.sysType = Cookies.get("sysType");
|
|
this.sysType = Cookies.get("sysType");
|
|
if (Cookies.get("test") == 0) {
|
|
if (Cookies.get("test") == 0) {
|
|
this.logo = testLogo;
|
|
this.logo = testLogo;
|
|
- }else if (Cookies.get("test") === 2) {
|
|
|
|
|
|
+ }else if (Cookies.get("test") == 2) {
|
|
this.logo = overseas
|
|
this.logo = overseas
|
|
}
|
|
}
|
|
},
|
|
},
|