duy hace 1 mes
padre
commit
516a63117a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)