Commit 7d24140c authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/viitto/pptist

parents e5eed9da ae6f8a45
...@@ -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