|
@@ -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: {
|