duy 1 сар өмнө
parent
commit
516a63117a

+ 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)