Explorar o código

remove 过时注释

Michael Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
f57056c574
Modificáronse 2 ficheiros con 0 adicións e 4 borrados
  1. 0 3
      src/components/MainLayout/MainLayout.vue
  2. 0 1
      src/features/Login/Login.vue

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

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

+ 0 - 1
src/features/Login/Login.vue

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