@@ -141,9 +141,6 @@ export default {
});
},
ifShowQr() {
- // const domain = localStorage.getItem("domain") || "";
- // return domain.includes("ecs-dev") || domain.includes("exam.qmth.com.cn");
-
const shouldShow = this.QECSConfig.SHOW_STUDENT_CLIENT_APP_QRCODE;
return shouldShow === "true";
@@ -137,7 +137,6 @@ export default {
data() {
return {
- // LOGIN_ID_DOMAINS: ["cugr.ecs.qmth.com.cn", "cugbr.ecs.qmth.com.cn"],
domainInUrl: this.$route.params.domain,
QECSConfig: {},
loginType: "STUDENT_CODE",