Commit aa929866 authored by zhengke's avatar zhengke

no message

parent e8f85876
...@@ -63,6 +63,13 @@ const redicetToForgot = ()=>{ ...@@ -63,6 +63,13 @@ const redicetToForgot = ()=>{
location.href='/forgot' location.href='/forgot'
} }
const getQrcode = async () =>{
const result = await useUserStore.GetShowQrcode(1)
if(result.status==ApiResult.SUCCESS){
}
}
const submitForm = async (formEl: FormInstance | undefined) => { const submitForm = async (formEl: FormInstance | undefined) => {
if (!formEl || loading.value || (needVerify.value && validateToken.value=='')) return if (!formEl || loading.value || (needVerify.value && validateToken.value=='')) return
loading.value=true loading.value=true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment