소스 검색

添加注释

lifanagju_citu 6 달 전
부모
커밋
ba5d2bf67b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/login/components/passwordPage.vue

+ 1 - 1
src/views/login/components/passwordPage.vue

@@ -46,7 +46,7 @@ const props = defineProps({ phoneDisabled: Boolean, placeholder: String, validEm
 const passwordType = ref(false)
 const emits = defineEmits(['handleEnter'])
 
-const phoneRules = ref([])
+const phoneRules = ref([]) // 区分企业邮箱和手机号2种方式登录校验
 
 if (props.validEmail) {
   // 邮箱效验