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