Michael Wang il y a 5 ans
Parent
commit
cd2d19283b

+ 3 - 1
src/components/MainLayout/MainLayout.vue

@@ -158,7 +158,9 @@ export default {
       return this.user.schoolDomain === "iepcc-ps.qmth.com.cn";
       return this.user.schoolDomain === "iepcc-ps.qmth.com.cn";
     },
     },
     getLogo() {
     getLogo() {
-      return this.isEpcc ? require("./qm-logo.png") : require("./qm-logo.png");
+      return this.isEpcc
+        ? require("./epcc-logo.png")
+        : require("./qm-logo.png");
     },
     },
   },
   },
   components: {
   components: {

BIN
src/components/MainLayout/epcc-logo.png