duy 1 mēnesi atpakaļ
vecāks
revīzija
516a63117a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)