Browse Source

disable测试环境电话号码校验

Michael Wang 6 năm trước cách đây
mục cha
commit
fd5f3a7c64
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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")