|
@@ -112,7 +112,8 @@ export default {
|
|
|
return JSON.stringify({ rootOrgId, studentCode, identityNumber });
|
|
|
},
|
|
|
ifShowQr() {
|
|
|
- return location.href.includes("ecs-dev");
|
|
|
+ const domain = localStorage.getItem("domain") || "";
|
|
|
+ return domain.includes("ecs-dev") || domain.includes("exam.qmth.com.cn");
|
|
|
}
|
|
|
},
|
|
|
components: {
|