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) {
   // 邮箱效验