Pārlūkot izejas kodu

disable测试环境电话号码校验

Michael Wang 6 gadi atpakaļ
vecāks
revīzija
fd5f3a7c64
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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")