caojunjie %!s(int64=3) %!d(string=hai) anos
pai
achega
c1cea25d8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/layout/components/Sidebar/Logo.vue

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -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
     }
     }
   },
   },