瀏覽代碼

添加注释

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