Explorar el Código

disable测试环境电话号码校验

Michael Wang hace 6 años
padre
commit
fd5f3a7c64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/features/OnlineExam/PhoneVerifyForDD.vue

+ 1 - 1
src/features/OnlineExam/PhoneVerifyForDD.vue

@@ -57,7 +57,7 @@ export default {
   },
   async mounted() {
     if (
-      ["cugr.ecs.qmth.com.cn", "test.qmth.com.cn"].includes(
+      ["cugr.ecs.qmth.com.cn", "test.cugr.qmth.com.cn"].includes(
         localStorage.getItem("domain")
       ) &&
       !localStorage.getItem("phoneVerified")