Commit ae6f8a45 authored by youjie's avatar youjie

提交

parent 66998abd
...@@ -50,9 +50,11 @@ const userLoginHandler = async ()=>{ ...@@ -50,9 +50,11 @@ const userLoginHandler = async ()=>{
} }
//} //}
result.value = response result.value = response
} else } else{
result.value = { isSuccess:false, message:'无法获取到令牌信息'} result.value = { isSuccess:false, message:'无法获取到令牌信息'}
loading.close() loading.close()
}
} }
userLoginHandler() userLoginHandler()
</script> </script>
......
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
> >
<LinkDialog @close="linkDialogVisible = false" /> <LinkDialog @close="linkDialogVisible = false" />
</Modal> </Modal>
<el-tooltip></el-tooltip>
</div> </div>
<SourceCard v-if="model!=1" scroll-id="canvas-view-wrap"></SourceCard> <SourceCard v-if="model!=1" scroll-id="canvas-view-wrap"></SourceCard>
</template> </template>
......
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