duy 1 개월 전
부모
커밋
516a63117a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/global/components/hc-sms-auth/index.vue

+ 1 - 1
src/global/components/hc-sms-auth/index.vue

@@ -69,7 +69,7 @@ const projectId = ref(userStore.getProjectId)
 
 const phoneVal = ref(config.smsPhone + '' || userInfo.value.phone + '')
 const showModal = ref(props.show)
-const projectId = ref(userStore.getProjectId)
+
 
 //Ukey是否存在
 const isUKey = ref(userStore.getIsUKey)